[jboss-user] [jBPM] - jBPM get outgoing Transition names
Sebastian Herbst
do-not-reply at jboss.com
Thu Mar 25 06:37:39 EDT 2010
Sebastian Herbst [http://community.jboss.org/people/Herbst] replied to the discussion
"jBPM get outgoing Transition names"
To view the discussion, visit: http://community.jboss.org/message/533917#533917
--------------------------------------------------------------
Ok, i've just managed to find the names.
public List<Transition> getTransitiones(ProcessInstance processInstance)
{
Execution executionInA = processInstance.getProcessInstance();
return ((ExecutionImpl)executionInA).getActivity().getOutgoingTransitions();
}
But how do I get all active Nodes ?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/533917#533917]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100325/31e80484/attachment.html
More information about the jboss-user
mailing list