[jboss-dev-forums] [jBPM Development] - Jump to end state from Node
Sasi R
do-not-reply at jboss.com
Mon May 16 14:21:55 EDT 2011
Sasi R [http://community.jboss.org/people/sasir] created the discussion
"Jump to end state from Node"
To view the discussion, visit: http://community.jboss.org/message/605516#605516
--------------------------------------------------------------
We have the below work flow
start state->node1->node2->node3->node4->end state
We are trying to jump from node2 to end state directly but still node3 and node 4 are getting executed by executuioj context. We tried setNode and other stuff but its not working as expected
EndState endState = (EndState)executionContext.getNode().getProcessDefinition().getNode("end-state");
executionContext.getToken().setNode(endState);
Can you please advise on how this can be done?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/605516#605516]
Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110516/29587ff2/attachment.html
More information about the jboss-dev-forums
mailing list