Skip to main content

ActiveStep

No description

type ActiveStep {
node: WorkflowExecutionNode!
execution: WorkflowExecution!
system: MonitoredSystem
message: String
actions: [StepAction!]!
}

Fields

ActiveStep.node ● WorkflowExecutionNode! non-null object

ActiveStep.execution ● WorkflowExecution! non-null object

ActiveStep.system ● MonitoredSystem interface

ActiveStep.message ● String scalar

ActiveStep.actions ● [StepAction!]! non-null enum

Member Of

ActionOnActiveStepPayload object ● ActiveStepActionPage object