Skip to content

Update Workflow Version

omics_update_workflow_version R Documentation

Updates information about the workflow version

Description

Updates information about the workflow version. For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.

Usage

omics_update_workflow_version(workflowId, versionName, description,
  storageType, storageCapacity)

Arguments

workflowId

[required] The workflow's ID.

versionName

[required] The name of the workflow version.

description

Description of the workflow version.

storageType

The default storage type for runs that use this workflow. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows in the Amazon Web Services HealthOmics User Guide.

storageCapacity

The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.

Value

An empty list.

Request syntax

svc$update_workflow_version(
  workflowId = "string",
  versionName = "string",
  description = "string",
  storageType = "STATIC"|"DYNAMIC",
  storageCapacity = 123
)