Package org.flowable.engine.impl.agenda
package org.flowable.engine.impl.agenda
-
ClassesClassDescriptionAbstract superclass for all operation interfaces (which are
Runnable
instances), exposing some shared helper methods and member fields to subclasses.Special operation when executing an instance of a multi-instance.Operation that takes the currentFlowElement
set on theExecutionEntity
and executes the associatedActivityBehavior
.This class extendsContinueProcessOperation
with the possibility to check whether execution is trying to execute a breakpointThisFlowableEngineAgenda
schedules operations which allow debuggingFor each API call (and thusCommand
) being executed, a new agenda instance is created.Destroys a scope (for example a subprocess): this means that all child executions, tasks, jobs, variables, etc within that scope are deleted.This operations ends an execution and follows the typical BPMN rules to continue the process (if possible).Operation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.Operation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.Operation that usually gets scheduled as last operation of handling aCommand
.Operation which purpose is to leave aFlowNode
.Operation that triggers a wait state and continues the process, leaving that activity.