Hi all.
I'm using activiti 1.5.22.
I have created some processes, and each process can call to another as calledActiviti.
Example
----- Process A (task A1, task A2)
----- Process B (task B1, task B2)
------ Process C (task C1, task C2).
Now, in task C1, I want show all process history from start to end by order ( A1, A2, B1, B2, C1)
How can I do it ?
Many thanks
Have you tried just creating a historic process instance or task query ordered by time? See for example Activiti/FullHistoryTest.java at 6.x · Activiti/Activiti · GitHub Note that you might have to increase the history level, depending upon what you're looking for Activiti User Guide. I'm guessing you just want to list out all the steps that the process instance went through and not to show it diagrammatically. (Showing this diagrammatically with the subprocesses in the same diagram is rather involved but is available as a feature in the Alfresco Process Services enterprise product.)
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.