This page describes the information and status fields available for AI workflows.

AIWorkstream

id
String!
required
Unique identifier for the AI workstream.
status
String!
required
Current status of the AI workflow.
progress
Float
Progress percentage of the workflow (0-100).
steps
[WorkflowStep!]
Array of workflow steps and their status.
metadata
JSON
Additional metadata about the workflow.

Additional Resources