Function get_workflows_paginated

Source
pub async fn get_workflows_paginated(
    configuration: &Configuration,
    start_at: Option<i64>,
    max_results: Option<i32>,
    workflow_name: Option<Vec<String>>,
    expand: Option<&str>,
) -> Result<PageBeanWorkflow, Error<GetWorkflowsPaginatedError>>
Expand description

Returns a paginated list of published classic workflows. When workflow names are specified, details of those workflows are returned. Otherwise, all published classic workflows are returned. This operation does not return next-gen workflows. Permissions required: Administer Jira global permission.