workflowRunEvents
Returns workflow run events.
workflowRunEvents(runId: ID!, afterSequence: Int, first: Int): [WorkflowRunEvent!]!Arguments
Identifier of the run.
The after sequence used to filter or perform the operation. Defaults to -1.
Maximum number of records to return. Defaults to 500.
Returns
Stable identifier for this workflow run event.
Identifier of the related run.
Identifier of the related attempt. May be null when unavailable or not applicable.
Monotonically increasing sequence number used for ordering.
Category of this workflow run event.
Human-readable message associated with this workflow run event.
Structured detail associated with this workflow run event. May be null when unavailable or not applicable.
ISO 8601 timestamp when this workflow run event was created.