Workstation status change event

The change in status for a workstation triggers an event. You can configure the event conditions to trigger an event whenever the monitored workstation changes its status or only when it changes to a specific state.

Overview

You can configure the event conditions with different statuses of a workstation. You can customize both mandatory and optional attribute filters to define specific conditions to trigger an event.
  • Workstation
    Specify the name of the workstation to monitor. This detail must be preceded by the workstation folder details. The supported value type is string and for available operators see Event driven orchestration configuration attributes. Wildcard characters are permitted.
    The multipleFilters property is disabled and if required, you can provide multiple filters or values separated by a semicolon (;) for a single instance of the workstation attribute.
    The singlePredicate property is disabled, so you can also add multiple instances of the workstation attribute.
    Note: To add a workstation that is not saved in the folder specified by the current_folder property in the config.yaml file, provide the complete path to the workstation folder.
    Example: If the RS_AGT_1 workstation is saved under FOLDER1 under the root folder and the folder specified by the current_folder property in config.yaml is the root folder, then specify the workstation as follows in event definition:
    /FOLDER1/RS_AGT_1
You can also use the following optional attribute to further configure the event conditions:
  • Status
    Specify the expected status of the workstation to trigger the event. The supported value type is string and for available operators see Event driven orchestration configuration attributes. Wildcard characters are not permitted.
    You can provide ONLINE or OFFLINE or both as values. If you do not provide any value, whenever there is a change in workstation status, the filter is considered satisfied.
  • Connection
    Specify the connection to the engine. The supported value type is string and for available operators see Event driven orchestration configuration attributes. Wildcard characters are not permitted.
    You can provide LINKED or UNLINKED or both as values. If you do not provide any value, whenever there is a change in workstation status, the filter is considered satisfied.