Skip to main content

OrderfulStateMachineTransitionInput

Input for a single state machine transition.

input OrderfulStateMachineTransitionInput {
eventType: String!
fromState: String
sideEffects: [String!]
toState: String
}

Fields

OrderfulStateMachineTransitionInput.eventType ● String! non-null scalar

The friendly event type name (e.g., 'order_approved', 'order_shipped').

OrderfulStateMachineTransitionInput.fromState ● String scalar

The source state. If omitted, uses the default for the event type.

OrderfulStateMachineTransitionInput.sideEffects ● [String!] list scalar

List of side effect names to trigger (e.g., '855', '856', '810').

OrderfulStateMachineTransitionInput.toState ● String scalar

The target state. If omitted, uses the default for the event type.

Member Of

SaveOrderfulStateMachineInput input