-
1. Re: Showing process image outside of BPM console
Tihomir Surdilovic Aug 13, 2011 11:32 AM (in response to whabelitz)This functionality is only available in the jbpm console application but you could recreate similar in your own app. What console does is gets the process image (from Guvnor or classpath, where it can find it), queries the engine for currently active nodes, checks the bpmn2 for their positioning (in the BPMNDiagram section of your process bpmn2) and overlays a div ontop of the image which shows the red arrow markers next to the tasks that are currnetly active.
Hope this helps.
-
2. Re: Showing process image outside of BPM console
Paul Coronel Sep 8, 2011 11:54 AM (in response to Tihomir Surdilovic)Can you explain where it makes the process of overlays in the jbpm console?
-
3. Re: Showing process image outside of BPM console
Shobhit Tyagi Sep 13, 2011 7:40 AM (in response to Paul Coronel)Have a look at this. Might be helpful.
regards.
-
4. Re: Showing process image outside of BPM console
Tihomir Surdilovic Sep 13, 2011 8:04 AM (in response to Paul Coronel)1 of 1 people found this helpfulHi, sorry for late response, here is the code of the console which overlays the play_red_big.png in a div next to active nodes of the process image:
Hope this helps.