omics_list_workflows: Retrieves a list of workflows

View source: R/omics_operations.R

omics_list_workflowsR Documentation

Retrieves a list of workflows

Description

Retrieves a list of workflows.

See https://www.paws-r-sdk.com/docs/omics_list_workflows/ for full documentation.

Usage

omics_list_workflows(
  type = NULL,
  name = NULL,
  startingToken = NULL,
  maxResults = NULL
)

Arguments

type

Filter the list by workflow type.

name

Filter the list by workflow name.

startingToken

Specify the pagination token from a previous request to retrieve the next page of results.

maxResults

The maximum number of workflows to return in one page of results.


paws.storage documentation built on May 29, 2024, 2:03 a.m.