Skip to main content
objectWorkflowWait

Fields

id
ID!

Stable identifier for this workflow wait.

runId
ID!

Identifier of the related run.

attemptId
ID!

Identifier of the related attempt.

kind
String!

Category of this workflow wait.

status
String!

Current status of this workflow wait.

predicate
JSON

The predicate associated with this workflow wait. May be null when unavailable or not applicable.

externalKey
String

The external key associated with this workflow wait. May be null when unavailable or not applicable.

resumeAfter
String

The resume after associated with this workflow wait. May be null when unavailable or not applicable.

timeoutAt
String

ISO 8601 timestamp when this workflow wait times out. May be null when unavailable or not applicable.

result
JSON

Structured result associated with this workflow wait. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this workflow wait was created.

resolvedAt
String

ISO 8601 timestamp when this workflow wait was resolved. May be null when unavailable or not applicable.

updatedAt
String!

ISO 8601 timestamp when this workflow wait was last updated.