Try OpenEdge Now
skip to main content
Developing BPM Applications with Developer Studio
Introducing monitoring process : Introduction : Supported events
 

Supported events

A monitoring process supports the following types of external events. For more information regarding external events, see the BP Server Developer’s Guide.
Table 51. Supported events
Operation Types
Description
CREATE_INSTANCE
This event triggers the creation of the process instance of the monitoring process in Business Process Server. The event contains the EIID, whose value is unique for this process instance.
ACTIVATE_WORKSTEP
This event triggers the activation of the workstep in the monitoring process. The target workstep is identified by values of the EIID, process name, and workstep name in the event.
COMPLETE_WORKSTEP
This event triggers the completion of the workstep in the monitoring process. The target workstep is identified by values of the EIID, process name, and workstep name in the event.
UPDATE_DATASLOT
This event updates the dataslot values in the process instance of the monitoring process in Business Process Server. The instance is identified on basis of the EIID and process name in the event.