Event
|
Description
|
CREATE_INSTANCE
|
This event triggers process instance creation in Business Process Server using the specified process name. The external process should pass EIId as part of this event, and this value must be unique across all process instances of a process. If the EIId is mapped to a process instance Id, then you should not pass the EIID. If you pass it, then BP Server ignores it, and logs a warning in the log file.
|
ACTIVATE_WORKSTEP
|
This event triggers workstep activation. The target workstep is identified using the EIId, process name, and workstep name values specified in this event. If this event contains any dataslot, then it is updated before activating the target workstep.
|
COMPLETE WORKSTEP
|
This event triggers workstep completion. The target workstep is identified using the EIId, process name, and workstep name values specified in this event. If this event contains any dataslot, then it is updated before completing the target workstep.
|
UPDATE_DATASLOT
|
This event updates the dataslot. The target process instance is identified using the EIId, and process name specified in this event. BP Server processes this event as and when it is received.
|