Package org.flowable.engine.impl.agenda
Class ExecuteInactiveBehaviorsOperation
java.lang.Object
org.flowable.engine.impl.agenda.AbstractOperation
org.flowable.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.- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution
-
Constructor Summary
ConstructorsConstructorDescriptionExecuteInactiveBehaviorsOperation
(CommandContext commandContext, Collection<ExecutionEntity> executions) -
Method Summary
Methods inherited from class org.flowable.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
Field Details
-
involvedExecutions
-
-
Constructor Details
-
ExecuteInactiveBehaviorsOperation
public ExecuteInactiveBehaviorsOperation(CommandContext commandContext, Collection<ExecutionEntity> executions)
-
-
Method Details
-
run
public void run()
-