Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.delegation
Interface ForkHandler  view ForkHandler download ForkHandler.java


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.