WorkflowExecutionSetSummaryExecutionStateCounts
No description
type WorkflowExecutionSetSummaryExecutionStateCounts {
initialized: Int!
executingStep: Int!
cancelRequested: Int!
waitingOnPurpose: Int!
waitingOnError: Int!
finishedSuccess: Int!
finishedFailed: Int!
finishedCancelled: Int!
}
Fields
WorkflowExecutionSetSummaryExecutionStateCounts.initialized ● Int! non-null scalar
WorkflowExecutionSetSummaryExecutionStateCounts.executingStep ● Int! non-null scalar
WorkflowExecutionSetSummaryExecutionStateCounts.cancelRequested ● Int! non-null scalar
WorkflowExecutionSetSummaryExecutionStateCounts.waitingOnPurpose ● Int! non-null scalar
WorkflowExecutionSetSummaryExecutionStateCounts.waitingOnError ● Int! non-null scalar
WorkflowExecutionSetSummaryExecutionStateCounts.finishedSuccess ● Int! non-null scalar
WorkflowExecutionSetSummaryExecutionStateCounts.finishedFailed ● Int! non-null scalar
WorkflowExecutionSetSummaryExecutionStateCounts.finishedCancelled ● Int! non-null scalar
Member Of
WorkflowExecutionSetSummary object