public static class WorkflowAutomationApi.ListWorkflowsOptionalParameters extends Object
| Constructor and Description |
|---|
ListWorkflowsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowAutomationApi.ListWorkflowsOptionalParameters |
filterIncludeSpecs(Boolean filterIncludeSpecs)
Set filterIncludeSpecs.
|
WorkflowAutomationApi.ListWorkflowsOptionalParameters |
filterIncludeUnpublished(Boolean filterIncludeUnpublished)
Set filterIncludeUnpublished.
|
WorkflowAutomationApi.ListWorkflowsOptionalParameters |
filterQuery(String filterQuery)
Set filterQuery.
|
WorkflowAutomationApi.ListWorkflowsOptionalParameters |
filterTriggerIds(List<String> filterTriggerIds)
Set filterTriggerIds.
|
WorkflowAutomationApi.ListWorkflowsOptionalParameters |
limit(Long limit)
Set limit.
|
WorkflowAutomationApi.ListWorkflowsOptionalParameters |
page(Long page)
Set page.
|
WorkflowAutomationApi.ListWorkflowsOptionalParameters |
sort(String sort)
Set sort.
|
public WorkflowAutomationApi.ListWorkflowsOptionalParameters limit(Long limit)
limit - The maximum number of workflows to return per page. (optional, default to 50)public WorkflowAutomationApi.ListWorkflowsOptionalParameters page(Long page)
page - The page number to return, starting from 0. (optional, default to 0)public WorkflowAutomationApi.ListWorkflowsOptionalParameters sort(String sort)
sort - The sort order for the returned workflows. Provide a comma-separated list of
fields, each optionally prefixed with - for descending order. Supported
fields are name, createdAt, updatedAt,
creatorName, ownerName, and lastExecutedAt. (optional)public WorkflowAutomationApi.ListWorkflowsOptionalParameters filterQuery(String filterQuery)
filterQuery - A search query used to filter the returned workflows. The query performs a
case-insensitive substring match against each workflow's name, creator name, and handle.
If the query contains a colon (for example, team:infra), the query is
treated as a key:value tag filter. (optional)public WorkflowAutomationApi.ListWorkflowsOptionalParameters filterTriggerIds(List<String> filterTriggerIds)
filterTriggerIds - Filters the returned workflows by one or more trigger types, such as
monitor, schedule, or githubWebhook. To specify
the multiple types, repeat this parameter. (optional)public WorkflowAutomationApi.ListWorkflowsOptionalParameters filterIncludeUnpublished(Boolean filterIncludeUnpublished)
filterIncludeUnpublished - Whether to include unpublished workflows in the response.
(optional, default to false)public WorkflowAutomationApi.ListWorkflowsOptionalParameters filterIncludeSpecs(Boolean filterIncludeSpecs)
filterIncludeSpecs - Whether to include the full spec of each workflow in the response.
When false (the default), each workflow's spec is returned as
null. (optional, default to false)Copyright © 2026. All rights reserved.