A start event indicates where a process starts. You can define a start event in one of the following ways:
-
Start on the arrival of a message
-
Start at specific time intervals
-
Start as a result of an error
-
Start when a specific signal is raised
-
Start on no specific trigger
In the XML representation, the type start event is specified as a sub-element.
Start events are always catching: a start event waits until a specific trigger occurs.