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 TypeClassDescriptionclassSpecial operation when executing an instance of a multi-instance.classOperation that takes the currentFlowElementset on theExecutionEntityand executes the associatedActivityBehavior.classThis class extendsContinueProcessOperationwith the possibility to check whether execution is trying to execute a breakpointclassDestroys a scope (for example a subprocess): this means that all child executions, tasks, jobs, variables, etc within that scope are deleted.classThis operations ends an execution and follows the typical BPMN rules to continue the process (if possible).classOperation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.classOperation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.classOperation that usually gets scheduled as last operation of handling aCommand.classOperation which purpose is to leave aFlowNode.classOperation 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 AbstractOperationDebugInfoOperationExecuted.operationMethods in org.flowable.engine.test.impl.logger that return AbstractOperationMethods in org.flowable.engine.test.impl.logger with parameters of type AbstractOperationModifier and TypeMethodDescriptionvoidDebugInfoOperationExecuted.setOperation(AbstractOperation operation) Constructors in org.flowable.engine.test.impl.logger with parameters of type AbstractOperation