Start Events

A process interface must have one or more start events (one is automatically created by default) that specify how a process instance is initiated.

When more than one start event is specified, a process implementing the interface can be invoked by any of the start events specified in the interface. As per BPMN, multiple separate start events are considered exclusive (each starts a new process instance).

The start event for a process interface can be of type None: