Lists the workflow versions for the specified workflow
Source:R/omics_operations.R
omics_list_workflow_versions.RdLists the workflow versions for the specified workflow. For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.
See https://www.paws-r-sdk.com/docs/omics_list_workflow_versions/ for full documentation.
Usage
omics_list_workflow_versions(
workflowId,
type = NULL,
workflowOwnerId = NULL,
startingToken = NULL,
maxResults = NULL
)Arguments
- workflowId
[required] The workflow's ID. The
workflowIdis not the UUID.- type
The workflow type.
- workflowOwnerId
The 12-digit account ID of the workflow owner. The workflow owner ID can be retrieved using the
get_shareAPI operation. If you are the workflow owner, you do not need to include this ID.- 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.