| Package | Description |
|---|---|
| org.flowable.engine.impl.agenda | |
| org.flowable.engine.test.impl.logger |
| Modifier and Type | Class and Description |
|---|---|
class |
ContinueMultiInstanceOperation
Special operation when executing an instance of a multi-instance.
|
class |
ContinueProcessOperation
Operation that takes the current
FlowElement set on the ExecutionEntity and executes the associated ActivityBehavior. |
class |
DebugContinueProcessOperation
This class extends
ContinueProcessOperation with the possibility to check whether execution is trying to
execute a breakpoint |
class |
DestroyScopeOperation
Destroys a scope (for example a subprocess): this means that all child executions, tasks, jobs, variables, etc within that scope are deleted.
|
class |
EndExecutionOperation
This operations ends an execution and follows the typical BPMN rules to continue the process (if possible).
|
class |
EvaluateConditionalEventsOperation
Operation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.
|
class |
ExecuteInactiveBehaviorsOperation
Operation that usually gets scheduled as last operation of handling a
Command. |
class |
TakeOutgoingSequenceFlowsOperation
Operation that leaves the
FlowElement where the ExecutionEntity is currently at and leaves it following the sequence flow. |
class |
TriggerExecutionOperation
Operation that triggers a wait state and continues the process, leaving that activity.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractOperation |
DebugInfoOperationExecuted.operation |
| Modifier and Type | Method and Description |
|---|---|
AbstractOperation |
DebugInfoOperationExecuted.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugInfoOperationExecuted.setOperation(AbstractOperation operation) |
| Constructor and Description |
|---|
DebugInfoOperationExecuted(AbstractOperation operation) |
Copyright © 2019 Flowable. All rights reserved.