|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ExecutionContext
with specific methods for assignment.State
and must select the actorId that the process is wait for.
JbpmConfiguration
.decision
element and marks the event when execution
arrives in a decision, before the DecisionHandler is invoked.
decision
element and marks the event when execution
arrives in a decision, after the DecisionHandler is invoked.
Transition
's, leaving the
Decision
-node, has to be taken.
ExecutionService
.fork
element and marks the event when execution
arrives in a fork, before any of the child-tokens are spawned.
fork
element and marks every event when a child-token
is being spawned in a fork.
ForkHandler
with the methods to create tokens for multiple
concurrent paths of execution.ExecutionContext.createVariable(String, Token, Type)
.
Definition
.
Node
in which this delegation is executed.
ProcessInstance
.
ProcessInstance
.
org.jbpm.workflow.execution.Flow
s for which the given
target-swimlane has to perform an activity.
Token
.
Flow
in which this delegation is executed.
Token
.
org.jbpm.ExecutionService#startProcessInstance(String, Long, Map, String)
or in
org.jbpm.ExecutionService#endOfState(String, Long, Map, String)
.
join
element and marks every event when execution
arrives in a join.
join
element and marks the event when synchronization
is done and execution continues.
JoinHandler
with the methods to perform synchronization between
multiple concurrent paths of execution.Join
-behaviour,
including run-time process-specific behaviour.milestone
element and marks the event when a execution
arrives at the milestone.
milestone
element and marks the event when the milestone node is
left.
ExecutionContext
s.process-definition
element and marks the end of a
process instance.
process-definition
element and marks the start of a
process instance.
process-state
element and marks every event when execution
arrives in a process-state.
process-state
element and marks every event when the subprocess
finishes and the superprocess continues.
Definition
).state
element and marks the event when a execution
arrives at the state, after the assignment has been done.
state
element and marks the event when a execution
arrives at the state.
state
element and marks the event when an external
trigger ( given with org.jbpm.ExecutionService#endOfState(String, Long, Map, String)
)
makes the execution leave the state.
transition
element and marks the event when execution
traverses a transition.
ExecutionService#undo(String, Long, Date)
is called
with a Date that is before the process instance started.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |