WorkflowExecutionSetSummary
Summary of workflow executions
type WorkflowExecutionSetSummary {
executions: [ID!]!
lifeCycleStateCount: WorkflowExecutionSetSummaryLifeCycleStateCounts
executionStateCount: WorkflowExecutionSetSummaryExecutionStateCounts
collectionTime: DateTime!
}
Fields
WorkflowExecutionSetSummary.executions ● [ID!]! non-null scalar
The affected workflow executions.
WorkflowExecutionSetSummary.lifeCycleStateCount ● WorkflowExecutionSetSummaryLifeCycleStateCounts object
Counts of lifecycle states.
WorkflowExecutionSetSummary.executionStateCount ● WorkflowExecutionSetSummaryExecutionStateCounts object
Counts of execution states.
WorkflowExecutionSetSummary.collectionTime ● DateTime! non-null scalar
When were these counts collected.