Skip to main content
objectWorkflowStepExecution

Fields

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.

startedAt
completedAt
output
String

JSON-encoded output containing the step execution result.

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.