Package org.activiti.engine.impl.agenda
Class ExecuteInactiveBehaviorsOperation
- java.lang.Object
-
- org.activiti.engine.impl.agenda.AbstractOperation
-
- org.activiti.engine.impl.agenda.ExecuteInactiveBehaviorsOperation
-
- All Implemented Interfaces:
java.lang.Runnable
public class ExecuteInactiveBehaviorsOperation extends AbstractOperation
Operation that usually gets scheduled as last operation of handling aCommand. Executes 'background' behaviours of executions that currently are in an activity that implements theInactiveActivityBehaviorinterface.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Collection<ExecutionEntity>involvedExecutions-
Fields inherited from class org.activiti.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution
-
-
Constructor Summary
Constructors Constructor Description ExecuteInactiveBehaviorsOperation(CommandContext commandContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.activiti.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
-
-
-
Field Detail
-
involvedExecutions
protected java.util.Collection<ExecutionEntity> involvedExecutions
-
-
Constructor Detail
-
ExecuteInactiveBehaviorsOperation
public ExecuteInactiveBehaviorsOperation(CommandContext commandContext)
-
-