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.
summary
String
What the step did, in the actor's own words, e.g. the one-line report an AI step gives when it completes its task.
Was this page helpful?

