Reputation: 769
I'm using Activiti 5.22.0.
After my process completed, I want to draw the diagram of a process instance with the history highlighted tasks.
I'm following to this post Easy way to visualize a process instance history?
But I'm quite new to this so I really don't know how to write the code to my class. Can you tell me how to write or give me a example class. Thank you very much!
Upvotes: 0
Views: 472
Reputation: 4133
How are you running your processes? Do you have a Java app with Activiti 5.22.0 running your processes? If not you will need to create a maven project with the activiti dependency and then create a web page to display the diagrams. Following the tutorial that you linked. If you haven't created a Java app in the past, that will be challenging for you.
Upvotes: 1