|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.delegation
Interface ForkHandler

- public interface ForkHandler
specifies the behaviour of a org.jbpm.workflow.definition.Fork.
| Method Summary | |
void |
fork(ForkContext forkContext)
calculates the names of the org.jbpm.workflow.definition.Transitions to be activated concurrently. |
| Method Detail |
fork
public void fork(ForkContext forkContext)
- calculates the names of the org.jbpm.workflow.definition.Transitions to be activated
concurrently. The same name can be added multiple times to start multiple instances of the
same flow. All of the forked org.jbpm.workflow.execution.Flows will be synchronized
in the same org.jbpm.workflow.definition.Join.
* @param forkContext is the object that allows the Forker-implementator to communicate with the jBpm process engine.
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC