Marcelo Zabalet [
https://community.jboss.org/people/zabalet] created the discussion
"Re: Get Activity Coordinates"
To view the discussion, visit:
https://community.jboss.org/message/790170#790170
--------------------------------------------------------------
Taht's because it logs the enter and the exit, so, usually, when a process instance
ends, you end up with to registers per node. The NodeInstanceLog object has a type
attribute. You could use it to determine if you are "in" the node or you just
"passed" the node. If you have ENTER but not EXIT, you are in.
nodeInstanceLog.getType() == NodeInstanceLog.NodeInstanceLog.TYPE_ENTER
nodeInstanceLog.getType() == NodeInstanceLog.NodeInstanceLog.TYPE_EXIT
Hope this help.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/790170#790170]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]