Class NoneStartEventActivityBehavior

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

public class NoneStartEventActivityBehavior extends FlowNodeActivityBehavior
Implementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).
Author:
Joram Barrez
See Also:
  • Constructor Details

    • NoneStartEventActivityBehavior

      public NoneStartEventActivityBehavior()