Class 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.
    • Constructor Detail

      • ExecuteInactiveBehaviorsOperation

        public ExecuteInactiveBehaviorsOperation​(CommandContext commandContext)
    • Method Detail

      • run

        public void run()