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.

PropertyData TypeDescription
WorkDefinitionDirectoryResourceSpecifies 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.
WorkRequestDirectoryResourceSpecifies the work request that was created, which is related to the event associated with the workflow schedule.
WorkRequestS95IDStringSpecifies the unique identifier of the work request.
WorkTypeStringSpecifies the category of work, such as Production, Maintenance, Quality, Inventory, and Mixed.
AttributesWorkRequestAttributesContains 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.

PropertyData TypeDescription
WorkRequestDirectoryResourceSpecifies the work request that changed status, which is related to the event associated with the workflow schedule.
WorkDefinitionDirectoryResourceSpecifies 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.
WorkRequestS95IDStringSpecifies the unique identifier of the work request.
PreviousStatusStringSpecifies the status of the work request before the change.
NewStatusStringSpecifies the updated status of the work request. The possible statuses include:
  • Draft
  • Unscheduled
  • Pending
  • Running
  • Paused
  • Completed
  • Failed
  • Canceled
  • Unknown
WorkTypeStringSpecifies the category of work, such as Production, Maintenance, Quality, Inventory, and Mixed.
AttributesWorkRequestAttributesContains the values of the attributes of the work request.
LocationDirectoryResourceSpecifies the element in the equipment hierarchy that is associated with the work request.