WorkflowStatusUpdateData

A state change on an Augment agent workflow running on this load.

  • status
    Type: string enum
    required

    The workflow's new status.

    values
    • NOT_STARTED
    • IN_PROGRESS
    • COMPLETED
    • CANCELED
    • ESCALATED
    • ERROR
  • agent
    Type: string

    The agent whose workflow changed status, corresponding to the envelope's workflow. Treat as an open set — new agents may be added over time, so tolerate a value you have not seen before.

  • context
    Type: string

    Free-text explanation of the status change.

  • statusReasonCode
    Type: string

    Workflow-specific reason for the status change. Free-form and not a fixed vocabulary — treat as an open set and do not branch on values you have not agreed with Augment.