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

    Interface StateChangeInitialAction

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeInitial"
    initial: boolean

    Set to true for defining the State as initial State in a state machine and making it the first step in a workflow.