getPipelineApplicationsInput

Input for querying pipeline applications with optional workflow selection state.

Examples

input GetPipelineApplicationsInput {
  isDefault: Boolean
  policyWorkflowId: String
  searchValue: String
  offset: Float
  limit: Float
}

Fields

Field
Description
Supported fields

isDefault Boolean

Filter by default workflow status

policyWorkflowId String

Workflow ID to retrieve application selection state for

searchValue String

Search filter for application names

offset Float

Pagination offset

limit Float

Maximum number of applications to return

References

Queries using this object:

Last updated