OBJECT

WorkflowMetric

link GraphQL Schema definition

1type WorkflowMetric {
2
3# The number of users who have access to Flow
4flowSeatCount: Int!
5
6# The flow engine task count
7flowTaskCount: Int!
8
9}

link Required by

This element is not required by anyone