Class TriggerExecutionOperation

  • All Implemented Interfaces:
    java.lang.Runnable

    public class TriggerExecutionOperation
    extends AbstractOperation
    Operation that triggers a wait state and continues the process, leaving that activity. The ExecutionEntity for this operations should be in a wait state (receive task for example) and have a FlowElement that has a behaviour that implements the TriggerableActivityBehavior.
    • Method Detail

      • run

        public void run()