[jboss-jira] [JBoss JIRA] Created: (JBPM-728) add jump to function

Tom Baeyens (JIRA) jira-events at jboss.com
Thu Aug 10 09:53:13 EDT 2006


add jump to function
--------------------

                 Key: JBPM-728
                 URL: http://jira.jboss.com/jira/browse/JBPM-728
             Project: JBoss jBPM
          Issue Type: Feature Request
          Components: Core Engine
            Reporter: Tom Baeyens
         Assigned To: Tom Baeyens


Whenever a user wants to jump to a given node, setNode might not be sufficient.  Token.setNode only works properly if you're in a wait state.  If during process execution you want to jump to a given node, you currently have to wait till the process enters a wait state and do the setNode then.  This can impose side effects.  One way of doing this is by means of throwing an exception.  Maybe jbpm can use an exception internally to implement the jump...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list