Package org.activiti.engine.impl.agenda
package org.activiti.engine.impl.agenda
-
ClassesClassDescriptionAbstract superclass for all operation interfaces (which are
Runnableinstances), exposing some shared helper methods and member fields to subclasses.Special operation when executing an instance of a multi-instance.Operation that takes the currentFlowElementset on theExecutionEntityand executes the associatedActivityBehavior.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 usually gets scheduled as last operation of handling aCommand.Operation that leaves theFlowElementwhere theExecutionEntityis currently at and leaves it following the sequence flow.Operation that triggers a wait state and continues the process, leaving that activity.