Sanity Library Reference Docs
    Preparing search index...
    interface DeriveAutonomyOptions {
        children?: ReadonlyMap<
            string,
            {
                description?: string;
                fields?: FieldEntry[];
                groups?: Group[];
                initialStage: string;
                lifecycle?: WorkflowLifecycle;
                name: string;
                predicates?: Record<string, string>;
                roleAliases?: RoleAliases;
                semantics?: Semantic[];
                stages: Stage[];
                start?: StartBlock;
                title: string;
            },
        >;
    }
    Index

    Properties

    Properties

    children?: ReadonlyMap<
        string,
        {
            description?: string;
            fields?: FieldEntry[];
            groups?: Group[];
            initialStage: string;
            lifecycle?: WorkflowLifecycle;
            name: string;
            predicates?: Record<string, string>;
            roleAliases?: RoleAliases;
            semantics?: Semantic[];
            stages: Stage[];
            start?: StartBlock;
            title: string;
        },
    >

    Child definitions for spawn recursion, by definition name — the deploy batch or the already-deployed set. An unresolvable child reports conditional with an unresolved wait.