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&...]