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:
Runnable
Operation that usually gets scheduled as last operation of handling a
Command.
Executes 'background' behaviours of executions that currently are in an activity that implements
the InactiveActivityBehavior interface.-
Field Summary
FieldsFields inherited from class org.activiti.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.activiti.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
Field Details
-
involvedExecutions
-
-
Constructor Details
-
ExecuteInactiveBehaviorsOperation
-
-
Method Details
-
run
public void run()
-