Class TriggerExecutionOperation

java.lang.Object
org.flowable.engine.impl.agenda.AbstractOperation
org.flowable.engine.impl.agenda.TriggerExecutionOperation
All Implemented Interfaces:
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.
Author:
Joram Barrez
  • Field Details

    • triggerAsync

      protected boolean triggerAsync
  • Constructor Details

  • Method Details

    • run

      public void run()