If the existing State has set transitions, there must be a direct transition to the new State. If transitions is not set, no validation is performed. This update action produces the Quote Request State Transition Message.

interface QuoteRequestTransitionStateAction {
    action: "transitionState";
    force?: boolean;
    state: StateResourceIdentifier;
}

Properties

Properties

action: "transitionState"
force?: boolean

Switch validations on or off.

Value to set. If there is no State yet, this must be an initial State.

Generated using TypeDoc