Sanity Library Reference Docs
    Preparing search index...

    The whole-definition rollup: every stage must progress, so the workflow verdict conjoins the stage verdicts.

    interface WorkflowAutonomy {
        completesWithoutCaller: AutonomyVerdict;
        stages: StageAutonomy[];
        waitsOn: AutonomyWait[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    completesWithoutCaller: AutonomyVerdict
    stages: StageAutonomy[]
    waitsOn: AutonomyWait[]