BlueprintDriverWorkflowInput
No description
input BlueprintDriverWorkflowInput {
driver: BlueprintDriver!
steps: [BlueprintDriverWorkflowStepAction!]!
}
Fields
BlueprintDriverWorkflowInput.driver
● BlueprintDriver!
non-null enum
The driver to execute the actions
BlueprintDriverWorkflowInput.steps
● [BlueprintDriverWorkflowStepAction!]!
non-null enum
The steps to execute. This list must not be empty, and must represent a valid workflow.
- Plan-type actions must come first.
- An Approval action must follow a Plan-type action.
- An Apply action may follow a Plan-type or Approval action.
- The "Project Delete" action must follow an Apply action, and the workflow must begin with the "Plan Destroy" action
Member Of
submitBlueprintDriverWorkflow
mutation