Designer > Business Event Processing > Using System-Defined Events
  

Using System-Defined Events

Using System-Defined Events You can select a built-in system event to be used in event processing. This type of event is based on well-known Process Server events.
Defining a system event is different from defining an event in the PDD of a process. You do not use the Eventing tab of the PDD for system events. Instead, you create a process based on the Event Action system service, and in the Partner Links tab of the PDD, you specify a required service name for the My Role partnerlink. The details are provided below.
The following system events are available
Engine Event
Event Name
Description
Event Properties
AeEngineEvent
Fired when an engine event is fired. Engine events consist of the following. To filter an engine event, refer to its integer value:
  • - PROCESS_CREATED (0)
  • - PROCESS_COMPLETED (1)
  • - PROCESS_SUSPENDED (2)
  • - PROCESS_RESUMED (3)
  • - PROCESS_STARTED (4)
  • - PROCESS_RECREATED (5)
  • - PROCESS_UNDER_COORD (6)
  • - PROCESS_FAULTED (7)
  • - ENGINE_STARTED (100)
  • - ENGINE_STOPPED (101)
  • - ENGINE_FAILED (102)
processId (long)
state (int). The integer values are shown to the left.
processName (QName) (Cannot be used in a "compare" statement)
processLocalName(string)
processTargetNamespace
timeStamp (Date)
invokerLocationPath (String) (ProcessUnderCoordination only)
parentProcessId (long) (ProcessUnderCoordination only)
Task-based Engine Events
Event Name
Description
Event Properties
AeHumanTaskCreated
Fired when a WS-HT task is created. By the time this event fires, the task is created and available for querying.
TaskPAProcessId (Double)
TaskPALocationId (Double)
TaskId (String)
TaskStatus (String)
AeHumanTaskEvent
Fired when a WS-HT task changes state for any reason, such as when claimed, started, added, commented, output is submitted, or completed.
TaskEventType (String)
TaskEventPrincipal (String)
TaskPAProcessId (Double)
TaskPALocationId (Double)
TaskId (String)
TaskStatus (String)