Community

jBPM get outgoing Transition names

reply from Sebastian Herbst in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community