Class IntermediateThrowSignalEventActivityBehavior

All Implemented Interfaces:
Serializable, ActivityBehavior, TriggerableActivityBehavior

public class IntermediateThrowSignalEventActivityBehavior extends AbstractBpmnActivityBehavior
Author:
Tijs Rademakers
See Also:
  • Field Details

    • throwEvent

      protected org.flowable.bpmn.model.ThrowEvent throwEvent
    • signalEventDefinition

      protected org.flowable.bpmn.model.SignalEventDefinition signalEventDefinition
    • processInstanceScope

      protected boolean processInstanceScope
  • Constructor Details

    • IntermediateThrowSignalEventActivityBehavior

      public IntermediateThrowSignalEventActivityBehavior(org.flowable.bpmn.model.ThrowEvent throwEvent, org.flowable.bpmn.model.SignalEventDefinition signalEventDefinition, org.flowable.bpmn.model.Signal signal)
  • Method Details