Class ExecuteInactiveBehaviorsOperation

  • All Implemented Interfaces:
    java.lang.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 Detail

      • involvedExecutions

        protected java.util.Collection<ExecutionEntity> involvedExecutions
    • Constructor Detail

      • ExecuteInactiveBehaviorsOperation

        public ExecuteInactiveBehaviorsOperation​(CommandContext commandContext)
    • Method Detail

      • run

        public void run()