How to display history?

cancel
Showing results for 
Search instead for 
Did you mean: 
vamsinipun
Established Member

How to display history?

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
ryandawson
Alfresco Employee

Re: How to display history?

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.