Sanity Library Reference Docs
    Preparing search index...
    interface StageEvaluation {
        activities: ActivityEvaluation[];
        autonomy: StageAutonomy;
        semantics?: Semantic[];
        stage: Stage;
        transitions: TransitionEvaluation[];
    }
    Index

    Properties

    activities: ActivityEvaluation[]
    autonomy: StageAutonomy

    The stage's causal-autonomy rollup — will it progress without a caller, and what does it wait on. Definition-derived, identical for every actor.

    semantics?: Semantic[]

    The stage's advisory workflow meaning, unchanged from its definition.

    stage: Stage
    transitions: TransitionEvaluation[]