Columns in the workflow status report

This table shows the columns in the workflow status CSV report:
Column Name Description
InstanceID Workflow instance ID.

Data type: string.

Name Workflow definition name.

Data type: string.

Version Workflow definition version.

Data type: number.

Status Workflow instance status.

Possible values: Running, Completed, Canceled, Failed.

StartTimeUTC Workflow instance start time.

Date and time are displayed as UTC.

EndTimeUTC Workflow instance end time, if available.

Date and time are displayed as UTC.

StartSourceType Workflow start source type.

Possible values: BOD, Manual, Alert, Workflow, Activation Policy, Scheduler.

StartSourceName Workflow start source name. Depending on the source type, this is an identifying property of the source.
CancelSourceType Workflow cancel source type. Similar to the start source types.
CancelSourceName Workflow cancel source name. Similar to the start source name.
StepID Workflow step ID.

Data type: number.

StepType Workflow modeler step type.
PulseID In case of a step of type User Task, this is the activity ID of the task.

In case of a workflow step of type Parallel Task, multiple copies are created as individual tasks. In this case, the PulseID column contains the list of activity IDs of all individual tasks that are still open. The list is delimited by the pipe "|" symbol. The IDs of the individual tasks that are already closed are not included in the report.

In case of a workflow step of type Task Chain, the PulseID column contains the ID of the task that is currently open.

You can use this ID to find the task on the Manage Activities page in ION Desk.

StepName Workflow step name.
StepStatus Possible values: WAITING, CANCELLED, COMPLETED.
<PARAM:parameter name from workflow model> The CSV report contains a separate column for each parameter in the workflow. The names of these columns contain the parameter names that are specified in the workflow model, and the prefix PARAM:. The columns are sorted based on the alphabetical order of the parameter names.