BlueprintDriverWorkflowStep
No description
type BlueprintDriverWorkflowStep {
action: BlueprintDriverWorkflowStepAction!
status: BlueprintDriverWorkflowStepStatus!
execution: BlueprintDriverActionExecution
}
Fields
BlueprintDriverWorkflowStep.action
● BlueprintDriverWorkflowStepAction!
non-null enum
BlueprintDriverWorkflowStep.status
● BlueprintDriverWorkflowStepStatus!
non-null enum
BlueprintDriverWorkflowStep.execution
● BlueprintDriverActionExecution
object
Member Of
BlueprintDriverWorkflow
object