Alejandro Guizar [http://community.jboss.org/people/alex.guizar%40jboss.com] created the discussion
"Re: Task Instance Not Ending" To view the discussion, visit: http://community.jboss.org/message/571489#571489 -------------------------------------------------------------- Ending a task instance generally results in the related token being signaled, you should not be signaling the token separately. In addition, calling TaskInstance.end() or Token.signal() without parameters results in the default transition being taken, you should not be calling token.getAvailableTransitions().iterator().next() to retrieve the transition. Hope this helps. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/571489#571489] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
