Retrieves a list of workflows.
See https://www.paws-r-sdk.com/docs/omics_list_workflows/ for full documentation.
omics_list_workflows(
type = NULL,
name = NULL,
startingToken = NULL,
maxResults = NULL
)
Filter the list by workflow type.
Filter the list by workflow name.
Specify the pagination token from a previous request to retrieve the next page of results.
The maximum number of workflows to return in one page of results.