| Products | Versions |
|---|---|
| TIBCO Data Virtualization | 8.8 and higher |
Administrators often configure a single Workload Management rule to perform several tasks simultaneously, such as notifying the user, logging the event, and terminating the query. To prevent a terminal action (like an exception) from canceling out notification actions, the system utilizes a specific execution pipeline. This ensures that informational actions are completed before the workload is officially ended.
When multiple actions are selected within a single WLM rule, Spotfire Data Virtualization invokes them in the following linear order:
MESSAGE: The system creates and delivers a message to the client.
SERVER_EVENT: The system records the event details into the ServerEvents log.
EMAIL: The system sends an email notification to the designated recipients.
EXCEPTION: The system throws an exception. This is the final action as it terminates the workload processing.
This article explains the sequence used by Spotfire Data Virtualization when a single Workload Management (WLM) rule triggers multiple defined actions