org.jbpm.delegation
Interface ForkHandler
- public interface ForkHandler
starts multiple concurrent paths of execution.
Note that if no ForkHandler is specified in a fork, the default
behaviour is to fork one child-token of the token arriving in the
fork on each of the transitions leaving the fork.
Method Summary |
void |
fork(ForkContext forkContext)
is called by jbpm when execution arrives in a flow. |
fork
public void fork(ForkContext forkContext)
throws ExecutionException
- is called by jbpm when execution arrives in a flow.
- Parameters:
forkContext
- is the context that provides the API for creating the tokens.
- Throws:
ExecutionException
Version : jbpm-2.0