Event Source Work Request Properties
New Work Request
This event is signalled when a work request is created.
Following are all available properties that are specific to this event source.
Property | Data Type | Description |
---|---|---|
WorkDefinition | DirectoryResource | Specifies the work definition associated with the work request that was created or changed (depending on the event). It can be used to determine the appropriate workflow to execute in order to process the work request. |
WorkRequest | DirectoryResource | Specifies the work request that was created, which is related to the event associated with the workflow schedule. |
WorkRequestS95ID | String | Specifies the unique identifier of the work request. |
WorkType | String | Specifies the category of work, such as Production, Maintenance, Quality, Inventory, and Mixed. |
Attributes | WorkRequestAttributes | Contains the values of the attributes of the work request. |
Work Request Status Changed
This event is signaled when the status of an existing work request changes.
Following are all available properties that are specific to this event source.
Property | Data Type | Description |
---|---|---|
WorkRequest | DirectoryResource | Specifies the work request that changed status, which is related to the event associated with the workflow schedule. |
WorkDefinition | DirectoryResource | Specifies the work definition associated with the work request that was created or changed (depending on the event). It can be used to determine the appropriate workflow to execute in order to process the work request. |
WorkRequestS95ID | String | Specifies the unique identifier of the work request. |
PreviousStatus | String | Specifies the status of the work request before the change. |
NewStatus | String | Specifies the updated status of the work request. The possible statuses include:
|
WorkType | String | Specifies the category of work, such as Production, Maintenance, Quality, Inventory, and Mixed. |
Attributes | WorkRequestAttributes | Contains the values of the attributes of the work request. |
Location | DirectoryResource | Specifies the element in the equipment hierarchy that is associated with the work request. |