ION workflow events data
This table shows ION workflow events data:
Property | Description |
---|---|
eventTimeStamp | Timestamp of the workflow event |
eventType |
Workflow event type.
There are four types of workflow events: Started, Completed, Canceled, Failed |
id | Identifier of the workflow instance |
name | Workflow name |
version | Workflow version |
instanceName | Workflow instance name |
source |
Source of workflow event.
There are multiple workflow event sources: API, BOD, Activation Policy, Workflow, Manual, Alert, Scheduler, Administrator, Orchestrator |
sourceInfo | Additional info on the source of workflow event |
workflowDurationMs | Duration of workflow in milliseconds at completion (Completed/Canceled/Failed) |
This table shows ION workflow variables event data:
Property | Description |
---|---|
workflowId | Identifier of the workflow instance this variable belongs to |
context |
Indicate the context, if it is an input or output variable. There are two context values: Start, Completion |
name | Name of the variable |
datatype |
Datatype of the variable There are multiple data types: String, Integer, Decimal, Boolean, DateAndTime, Date |
value | Serialized (String) value of the Variable |