pipelineWorkflowApplication
Last updated
Pipeline workflow with the count of matching applications.
type PipelineWorkflowApplication {
isDefault: Boolean!
workflowName: String!
workflowId: String!
count: Int
enabled: Boolean!
}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
Last updated
