pipelineWorkflowApplication

Pipeline workflow with the count of matching applications.

Examples

type PipelineWorkflowApplication {
  isDefault: Boolean!
  workflowName: String!
  workflowId: String!
  count: Int
  enabled: Boolean!
}

Fields

Field
Description
Supported fields

isDefault Boolean!

Indicates if the workflow is a default workflow

workflowName String!

Name of the workflow

workflowId String!

Unique identifier of the workflow

count Int

Number of applications in the workflow

enabled Boolean!

Indicates if the workflow is enabled

References

Fields with this object:

Last updated