Class | Description |
---|---|
AbstractOperation |
Abstract superclass for all operation interfaces (which are
Runnable instances), exposing some shared helper methods and member fields to subclasses. |
AgendaSessionFactory | |
ContinueMultiInstanceOperation |
Special operation when executing an instance of a multi-instance.
|
ContinueProcessOperation |
Operation that takes the current
FlowElement set on the ExecutionEntity and executes the associated ActivityBehavior . |
DebugContinueProcessOperation |
This class extends
ContinueProcessOperation with the possibility to check whether execution is trying to
execute a breakpoint |
DebugFlowableEngineAgenda |
This
FlowableEngineAgenda schedules operations which allow debugging |
DebugFlowableEngineAgendaFactory | |
DefaultFlowableEngineAgenda |
For each API call (and thus
Command ) being executed, a new agenda instance is created. |
DefaultFlowableEngineAgendaFactory | |
DestroyScopeOperation |
Destroys a scope (for example a subprocess): this means that all child executions, tasks, jobs, variables, etc within that scope are deleted.
|
EndExecutionOperation |
This operations ends an execution and follows the typical BPMN rules to continue the process (if possible).
|
EvaluateConditionalEventsOperation |
Operation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.
|
EvaluateVariableListenerEventDefinitionsOperation |
Operation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.
|
ExecuteInactiveBehaviorsOperation |
Operation that usually gets scheduled as last operation of handling a
Command . |
TakeOutgoingSequenceFlowsOperation |
Operation that leaves the
FlowElement where the ExecutionEntity is currently at and leaves it following the sequence flow. |
TriggerExecutionOperation |
Operation that triggers a wait state and continues the process, leaving that activity.
|
Copyright © 2021 Flowable. All rights reserved.