startProcessInstanceBy... methods.
None End Event
A ‘none’ end event means that the result thrown when the event is reached is unspecified. As such, the engine will not do anything besides ending the current path of execution. The XML representation of a none end event is the normal end event declaration, without any sub-element (other end event types all have a sub-element declaring the type).Intermediate None Event (throwing)
The following process diagram shows a simple example of an intermediate none event, which is often used to indicate some state achieved in the process. This can be a good hook to monitor some KPI’s, basically by adding an execution listenerASEE Flow Extensions
| Attributes | camunda:asyncBefore, camunda:asyncAfter, camunda:exclusive, camunda:jobPriority |
|---|---|
| Extension Elements | camunda:failedJobRetryTimeCycle, camunda:inputOutput |
| Constraints | The camunda:exclusive attribute is only evaluated if the attribute camunda:asyncBefore or camunda:asyncAfter is set to true |