Skip to content

/AWS1/CL_OMX=>UPDATEWORKFLOW()

About UpdateWorkflow

Updates information about a workflow. For more information, see Update a private workflow in the Amazon Web Services HealthOmics User Guide.

Method Signature

IMPORTING

Required arguments:

iv_id TYPE /AWS1/OMXWORKFLOWID /AWS1/OMXWORKFLOWID

The workflow's ID.

Optional arguments:

iv_name TYPE /AWS1/OMXWORKFLOWNAME /AWS1/OMXWORKFLOWNAME

A name for the workflow.

iv_description TYPE /AWS1/OMXWORKFLOWDESCRIPTION /AWS1/OMXWORKFLOWDESCRIPTION

A description for the workflow.

iv_storagetype TYPE /AWS1/OMXSTORAGETYPE /AWS1/OMXSTORAGETYPE

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.

iv_storagecapacity TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER

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

Examples

Syntax Example

This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.

lo_client->/aws1/if_omx~updateworkflow(
  iv_description = |string|
  iv_id = |string|
  iv_name = |string|
  iv_storagecapacity = 123
  iv_storagetype = |string|
).