@gradientedge/commercetools-utils
    Preparing search index...

    Interface StateChangeInitialAction

    interface StateChangeInitialAction {
        action: "changeInitial";
        initial: boolean;
    }

    Hierarchy (View Summary)

    Index
    action: "changeInitial"
    initial: boolean

    Whether to define the State as the initial State in a state machine and make it the first step in a workflow.