cancel
Showing results for 
Search instead for 
Did you mean: 

How to display history?

vamsinipun
Star Contributor
Star Contributor

Hi,

    I am using activiti in my spring web application. Here let's assume two users like user1 and user2. User1 have some tasks, he transferred some tasks to user2. In activiti, this change is maintained in history. if it is maintained how can i display?

Thanks

1 REPLY 1

ryandawson
Elite Collaborator
Elite Collaborator

Certainly the assignee of tasks can be changed and you can get at the history of the tasks through the historyService - there are tests in the engine which do this (e.g. Activiti/HistoricTaskInstanceUpdateTest.java at develop · Activiti/Activiti · GitHub ). I guess it's up to you as to how you'd like to display to display it - I'm not sure how to help on that part without more information.