Types
WorkflowStepExecution
object
WorkflowStepExecutionFields
id
ID!
workflowStepId
ID!
workflowStepVersion
Int!
The version of the step definition at the time this execution ran. Increments each time the step is updated.
status
startedAt
completedAt
output
String
JSON-encoded output containing the step execution result.
entities
Entities this step produced or affected, for linking to them from the run.

