Skip to main content
QUERY
prepareWorkflowReplay(runId: ID!, nodeId: ID!): WorkflowReplayPreview!

Arguments

runId
ID!
required

Identifier of the run.

nodeId
ID!
required

Identifier of the node.

runId
ID!

Identifier of the related run.

nodeId
ID!

Identifier of the related node.

affectedNodeIds
[ID!]!

Identifiers of the related affected nodes.

affectedAttemptIds
[ID!]!

Identifiers of the related affected attempts.

externalEffects

External effects associated with this workflow replay preview.

checkpointId
ID

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

gitComparison
JSON

The git comparison associated with this workflow replay preview. May be null when unavailable or not applicable.

warning
String

Warning associated with this workflow replay preview. May be null when unavailable or not applicable.

Query
Variables
Response