@deskcreate/agentcraft
    Preparing search index...

    Type Alias WorkflowStepStatus

    WorkflowStepStatus:
        | "pending"
        | "running"
        | "completed"
        | "failed"
        | "skipped"
        | "awaiting_approval"

    Status values recorded for workflow steps.