Class ExecuteInactiveBehaviorsOperation

java.lang.Object
org.activiti.engine.impl.agenda.AbstractOperation
org.activiti.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.
  • Field Details

  • Constructor Details

    • ExecuteInactiveBehaviorsOperation

      public ExecuteInactiveBehaviorsOperation(CommandContext commandContext)
  • Method Details

    • run

      public void run()