HuiSheng Xu [http://community.jboss.org/people/rebody] replied to the discussion
"Get subprocess id from outside the process" To view the discussion, visit: http://community.jboss.org/message/555334#555334 -------------------------------------------------------------- Hi Al, There is a new API in org.jbpm.api.Exection interface in jBPM-4.4. named getSubProcessInstance(). You could use it to get related sub process instance of an execution. In jBPM-4.3, this method wasn't expose in API interface, so you have to cast class by yourself and get related sub process instance from ExecutionImpl. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/555334#555334] Start a new discussion in jBPM at Community [http://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
