Skip to main content
Version: Latest

AiWorkflowsFilterInput

description

Comprehensive filtering options for querying unified AI workflows. Supports filtering by type, IDs, feature tags, labels, schedules, and more. Pagination and sort are provided as separate arguments for better client cache policies.

input AiWorkflowsFilterInput {
workflowTypes: [AiWorkflowType!]
ids: [String!]
artifactTypes: [AiWorkflowArtifactType!]
executionModes: [AiWorkflowExecutionMode!]
}

Fields

AiWorkflowsFilterInput.workflowTypes ● [AiWorkflowType!] list enum graph-ql-types

Filter by workflow type(s). If not provided, returns both SYSTEM and USER_CUSTOM workflows.

AiWorkflowsFilterInput.ids ● [String!] list scalar graph-ql-types

Filter by specific workflow IDs

AiWorkflowsFilterInput.artifactTypes ● [AiWorkflowArtifactType!] list enum graph-ql-types

Filter by artifact types

AiWorkflowsFilterInput.executionModes ● [AiWorkflowExecutionMode!] list enum graph-ql-types

Filter by execution modes

Member Of

aiWorkflows.workflows query