Uses of Class
org.flowable.engine.impl.agenda.AbstractOperation
Packages that use AbstractOperation
-
Uses of AbstractOperation in org.flowable.engine.impl.agenda
Subclasses of AbstractOperation in org.flowable.engine.impl.agendaModifier and TypeClassDescriptionclass
Special operation when executing an instance of a multi-instance.class
Operation that takes the currentFlowElement
set on theExecutionEntity
and executes the associatedActivityBehavior
.class
This class extendsContinueProcessOperation
with the possibility to check whether execution is trying to execute a breakpointclass
Destroys a scope (for example a subprocess): this means that all child executions, tasks, jobs, variables, etc within that scope are deleted.class
This operations ends an execution and follows the typical BPMN rules to continue the process (if possible).class
Operation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.class
Operation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.class
Operation that usually gets scheduled as last operation of handling aCommand
.class
Operation which purpose is to leave aFlowNode
.class
Operation that triggers a wait state and continues the process, leaving that activity. -
Uses of AbstractOperation in org.flowable.engine.test.impl.logger
Fields in org.flowable.engine.test.impl.logger declared as AbstractOperationModifier and TypeFieldDescriptionprotected AbstractOperation
DebugInfoOperationExecuted.operation
Methods in org.flowable.engine.test.impl.logger that return AbstractOperationMethods in org.flowable.engine.test.impl.logger with parameters of type AbstractOperationModifier and TypeMethodDescriptionvoid
DebugInfoOperationExecuted.setOperation
(AbstractOperation operation) Constructors in org.flowable.engine.test.impl.logger with parameters of type AbstractOperation