Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created 
the discussion

"How to show process diagram displaying all nodes executed in that process 
instance?"

To view the discussion, visit: https://community.jboss.org/message/783795#783795

--------------------------------------------------------------
Hi,

How do we show a process diagram displaying not just the current active node 
(like the one in jbpm-console), but also displaying / marking all the nodes 
that has been executed in that given process instance.

The goal is to give the user a good idea on how this process instance executed 
or what are the path taken in this process instance.


I think of some ways to do this:
1. parsing the bpmn process definition, store all the x, y, width, and height 
of nodes in a table, later on, join this table with NodeInstanceLog and then 
somehow use the x and y coordinates to overlay a picture or div on top of 
static png process image.

2. I am not sure about this, but maybe it is possible to use the process 
designer, display the process and put some overlay there based on information I 
got in NodeInstanceLog. Possible? how?


Anyone has a solution for this?



Regards,
Thomas Setiabudi
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/783795#783795]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to