Class EventSubProcessConditionalStartEventActivityBehavior

java.lang.Object
org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.flowable.engine.impl.bpmn.behavior.EventSubProcessConditionalStartEventActivityBehavior
All Implemented Interfaces:
Serializable, ActivityBehavior, TriggerableActivityBehavior

public class EventSubProcessConditionalStartEventActivityBehavior extends FlowNodeActivityBehavior
Implementation of the BPMN 2.0 event subprocess start event.
Author:
Tijs Rademakers
See Also:
  • Field Details

    • conditionalEventDefinition

      protected org.flowable.bpmn.model.ConditionalEventDefinition conditionalEventDefinition
    • conditionExpression

      protected String conditionExpression
  • Constructor Details

    • EventSubProcessConditionalStartEventActivityBehavior

      public EventSubProcessConditionalStartEventActivityBehavior(org.flowable.bpmn.model.ConditionalEventDefinition conditionalEventDefinition, String conditionExpression)
  • Method Details