If you are unfamiliar with BPMN 2.0, you might want to check out the first.
Coverage
Participants
### Tasks
Gateways
### Data
Events
In BPMN there are start events, intermediate events and end events. These three event types can be catching events or throwing events. Intermediate events can be used as boundary events on tasks, in which case they can be interrupting or non-interrupting. This gives you a lot of flexibility to use events in your processes.
Understanding BPMN Events
|Type|Start|Intermediate|End
||Normal|Event Subprocess|Event Subprocess non-interrupt |catch|boundary|boundary non-interrupt |throw|
|None||||||||
|||||||||
|Timer||||||||
|||||||||
|Link||||||||
|||||||||
|Error||||||||
|||||||||
|Termination||||||||
|||||||||
|Cancel||||||||
|Multiple||||||||
|Multiple Parallel||||||||