Workflow State Event(3.0)
This event is dispatched when the Workflow state changes. The following fields are defined:
abortReason
- Describes the abort reason for a state event of type aborted.executionTime
- A Workflow execution time.Note!
The match value precision is of milliseconds.
workflowState
- The new state that the Workflow is in now. Valid options are: Aborted, Executed, Hold, Idle, Invalid, Loading, Running, Unreachable, Waiting.
Fields inherited from the Base event
The following fields are inherited from the Base event, and described in more detail in Base Event(3.0):
- category
contents
-Workflow: <Workflow name>, State: <state>, Execution time: <time in milliseconds>, Abort reason: <error msg>
- eventName
- origin
- receiveTimeStamp
- severity
- timeStamp
Fields inherited from the Workflow event
The following fields are inherited from the Workflow event, and described in more detail in Workflow Event(3.0):
- workflowKey
- workflowName
- workflowGroupName