Skip to main content

The workflow run object

created_at
string<date-time>
required

When the resource was created

Example:

"2021-08-17T13:28:57.801578Z"

id
string
required

Unique identifier for the workflow run

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

progress
object[]
required

Status of each step as it is worked

Example:
scheduled_at
string<date-time>
required

When the run was scheduled for

Example:

"2021-08-17T13:28:57.801578Z"

updated_at
string<date-time>
required

When the resource was last updated

Example:

"2021-08-17T13:28:57.801578Z"

workflow_id
string
required

Unique identifier for the underlying workflow

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

workflow_version_id
string
required

Unique identifier of the workflow version

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

workflow_version_number
integer<int64>
required

Monotonically incrementing version number for the version that ran

Example:

3

cancelled_at
string<date-time>

If the run was cancelled, this is when

Example:

"2021-08-17T13:28:57.801578Z"

enqueued_at
string<date-time>

When the run was enqueued for execution

Example:

"2021-08-17T13:28:57.801578Z"

error
string

Error produced by the workflow, if it failed

Example:

"Something went wrong and our engineers have been notified."

incident_id
string

If this run was against a specific incident, this is the ID of that incident

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

incident_reference
string

If this run was against a specific incident, this is the reference of that incident

Example:

"INC-123"

workflow_name
string

Name of the underlying workflow

Example:

"Announce incident updates"