Class ExecuteInactiveBehaviorsOperation

java.lang.Object
org.flowable.engine.impl.agenda.AbstractOperation
org.flowable.engine.impl.agenda.ExecuteInactiveBehaviorsOperation
All Implemented Interfaces:
Runnable

public class ExecuteInactiveBehaviorsOperation extends AbstractOperation
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