DesLifeCycleStateTransitionInput
Input for life cycle state transition.
input DesLifeCycleStateTransitionInput {
approvals: [DesLifeCycleStateTransitionApprovalGroupInput!]
controllers: [DesLifeCycleStateTransitionControllerInput!]
menuTextFormat: String!
name: String!
stateAfter: String!
stateBefore: String!
}
Fields
DesLifeCycleStateTransitionInput.approvals ● [DesLifeCycleStateTransitionApprovalGroupInput!] list input
Approval groups for this life cycle definition transition. Mutually exclusive with controllers, if approvals are set, controllers must be omitted.
DesLifeCycleStateTransitionInput.controllers ● [DesLifeCycleStateTransitionControllerInput!] list input
Controllers of this life cycle definition transition. If controllers and approvals are omitted, the controllers will default to ANYONE.
DesLifeCycleStateTransitionInput.menuTextFormat ● String! non-null scalar
Menu text format for life cycle state transition.
DesLifeCycleStateTransitionInput.name ● String! non-null scalar
Name of life cycle state transition.
DesLifeCycleStateTransitionInput.stateAfter ● String! non-null scalar
The name of the life cycle state after the transition.
DesLifeCycleStateTransitionInput.stateBefore ● String! non-null scalar
The name of the life cycle state before the transition.