Skip to main content
objectWorkflowStepAttempt

Fields

id
ID!

Stable identifier for this workflow step attempt.

runId
ID!

Identifier of the related run.

nodeId
ID!

Identifier of the related node.

kind
String!

Category of this workflow step attempt.

generation
Int!

The generation associated with this workflow step attempt.

iterationKey
String!

The iteration key associated with this workflow step attempt.

attempt
Int!

The attempt associated with this workflow step attempt.

status
String!

Current status of this workflow step attempt.

phase
String!

The phase associated with this workflow step attempt.

input
JSON

The input associated with this workflow step attempt. May be null when unavailable or not applicable.

output
JSON

The output associated with this workflow step attempt. May be null when unavailable or not applicable.

error
String

Error message when this workflow step attempt did not complete successfully. May be null when unavailable or not applicable.

requiredPaths
[String!]!

Required paths associated with this workflow step attempt.

providedPaths
[String!]!

Provided paths associated with this workflow step attempt.

resourceLockKey
String

The resource lock key associated with this workflow step attempt. May be null when unavailable or not applicable.

idempotencyKey
String!

The idempotency key associated with this workflow step attempt.

startedAt
String

ISO 8601 timestamp when this workflow step attempt started. May be null when unavailable or not applicable.

finishedAt
String

ISO 8601 timestamp when this workflow step attempt finished. May be null when unavailable or not applicable.

supersededAt
String

ISO 8601 timestamp when this workflow step attempt was superseded. May be null when unavailable or not applicable.

replayedFromId
ID

Identifier of the related replayed from. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this workflow step attempt was created.

updatedAt
String!

ISO 8601 timestamp when this workflow step attempt was last updated.

waits

Waits associated with this workflow step attempt.

Resource links associated with this workflow step attempt.

questionBatches

Question batches associated with this workflow step attempt.

checkpoints

Checkpoints associated with this workflow step attempt.