getPipelineApplicationsInput
Last updated
Input for querying pipeline applications with optional workflow selection state.
input GetPipelineApplicationsInput {
isDefault: Boolean
policyWorkflowId: String
searchValue: String
offset: Float
limit: Float
}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
Last updated
