Events
This section provides information about the events you can use to design a process.
Begin Event
The Begin event provides an entry point to the process.
End Event
The End event is the last activity in any process. It is the exit point of the process.
Message Wait Event
The Message Wait Activity halts an instance until it receives a notification from another process or an external application.
Send Message Event
Send Message events allow you to notify an instance in another process.
Timer Event
Timer event allow you to delay an instance for an specified time interval or until a certain date.
Compensate Event
Compensate activities allow you to revert the changes made by activities included in a compensation or an exception flow.
Parent topic:
Flow Objects