Class EventSubProcessStartEventActivityBehavior

All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior
Direct Known Subclasses:
EventSubProcessStartConditionalEventActivityBehavior

public class EventSubProcessStartEventActivityBehavior extends NoneStartEventActivityBehavior

Specialization of the Start Event for Event Sub-Processes.

The start event's behavior is realized by the start behavior of the event subprocess it is embedded in. The start behavior of the event subprocess must be either either ActivityStartBehavior.INTERRUPT_EVENT_SCOPE or ActivityStartBehavior.CONCURRENT_IN_FLOW_SCOPE

Author:
Daniel Meyer, Roman Smirnov
  • Constructor Details

    • EventSubProcessStartEventActivityBehavior

      public EventSubProcessStartEventActivityBehavior()