Designer 10.15 | webMethods BPM Process Development Help | BPMN Event Steps | About BPMN Events
 
About BPMN Events
 
About Throwing and Catching Events
A BPMN event represents something that happens during the execution of a process. An event affects the flow of the process and is usually triggered by some action in the process. In most cases, execution of the event results in some kind of action.
Before you work with BPMN events in Software AG Designer, you should be familiar with the BPMN 2.0 specification in general. For more information, see the BPMN specification at http://www.omg.org/spec/BPMN/2.0/.
In BPMN, the following primary event types are available:
*Start events
*Intermediate events
*End events
Each of these primary events can be expressed as various secondary event types. For example, a none start event, or a terminate end event. Software AG Designer does not support all of the event types that are defined in the BPMN 2.0 specification. The event types listed in the following table are supported.
Table Legend
Column
1
Event type
2
Standard
3
Subprocess Interrupting
4
Subprocess Non-interrupting
5
Catching
6
Boundary interrupting
7
Boundary Non-interrupting
8
Throwing
9
Standard
Entry
X
Not defined in the BPMN specification.
NS
Not supported by Software AG Designer.
Event types that are entirely unsupported are not shown.
Large icons indicate event step types. Small icons indicate event boundary types.
The following table lists the event type icons.
Start
Intermediate
End
1
2
3
4
5
6
7
8
9
None
None start event icon
X
X
X
X
X
None intermediate event icon
None end event icon
Message
Message start event icon
NS
NS
Message intermediate event icon
Interrupting message intermediate event icon
Non-interrupting message intermediate event icon
Throwing message intermediate event icon
Message end event icon
Timer
NS
NS
NS
NS
Non-interrupting timer intermediate event icon
Interrupting timer intermediate event icon
X
X
Error
X
NS
X
X
Interrupting end error event icon
X
X
Error end event icon
Signal
Signal start event icon
NS
NS
Signal intermediate event icon
Interrupting signal intermediate event icon
Non-interrupting signal intermediate event icon
Throwing signal intermediate event icon
Signal end event icon
Terminate
X
X
X
X
X
X
X
Terminate end event icon
Software AG Designer icon symbology conforms to BPMN 2.0 usage in form and line. However, the colors applied to some events may not be used by other modeling tools.
In general, the behavior of BPMN events in Software AG Designer conforms to the BPMN 2.0 specification.
For specific information about the implementation of these events in Software AG Designer, see the following topics:
*Start events: About Start Events.
*Intermediate events: About Intermediate Events.
*End events: About End Events.
Related Topics