Raise Events Tab
Raise Events and Wait Events are not specific types of Event Objects. Rather, they are fields on a Job or Workflow Definition. A Job or Workflow Definition with a Raise Event will raise that Event when it reaches a particular status.
The Raise Events tab includes the following controls.
Field | Description |
---|---|
Event Definition | The Event the Job or Workflow Definition should raise when it reaches the specified status. |
Raise Comment |
The comment to be automatically logged by this process when the Raise Event is raised. The default raise comment is The Raise Comment field supports the following substitution parameters.
|
Status To Raise On | The process status that will trigger the Raise Event. |
Error Code | This field is enabled only if Error is selected from the Status To Raise On dropdown list. Lets you specify an error code to be logged. |
Only Raised When > Time Window | Lets you specify a Time Window within which the Raise Event can be raised. The Time Window must be open in its assigned time zone, or in the default time zone if the Time Window does not have a time zone. |
Only Raised When > Expression | Lets you control whether the Job raises the Raise Event using a Boolean REL expression. For example: =Event.isEventRaised('MyPartition.MyEvent1') || Event.isEventRaised('MyPartition.MyEvent2') |