Types
RunAttempt
Represents a run attempt in the GraphQL API.
object
RunAttemptFields
id
ID!
Stable identifier for this run attempt.
generation
Int!
The generation associated with this run attempt.
nativeId
String
Identifier of the related native. May be null when unavailable or not applicable.
status
String!
Current status of this run attempt.
resumeStrategy
String
The resume strategy associated with this run attempt. May be null when unavailable or not applicable.
startedAt
String!
ISO 8601 timestamp when this run attempt started.
finishedAt
String
ISO 8601 timestamp when this run attempt finished. May be null when unavailable or not applicable.
supersededAt
String
ISO 8601 timestamp when this run attempt was superseded. May be null when unavailable or not applicable.