hczjb zhang [
https://community.jboss.org/people/jiabin] created the discussion
"how to get next steps in jbpm5.2"
To view the discussion, visit:
https://community.jboss.org/message/793547#793547
--------------------------------------------------------------
hi :
i have a problem
in jbpm3.2, we can get next transitions like:
JbpmContext context = getContext();
ProcessInstance instance = context.getProcessInstance(processInstanceId);
List nextSteps = instance.getRootToken().getNode().getLeavingTransitions();
but i don't know how to get the next transitions in jbpm5.2, if anyone knows, please
tell me, thanks in advance.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/793547#793547]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]