Skip to content

/AWS1/CL_APF=>UPDATEFLOW()

About UpdateFlow

Updates an existing flow.

Method Signature

IMPORTING

Required arguments:

IV_FLOWNAME TYPE /AWS1/APFFLOWNAME /AWS1/APFFLOWNAME

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

IO_TRIGGERCONFIG TYPE REF TO /AWS1/CL_APFTRIGGERCONFIG /AWS1/CL_APFTRIGGERCONFIG

The trigger settings that determine how and when the flow runs.

IO_SOURCEFLOWCONFIG TYPE REF TO /AWS1/CL_APFSOURCEFLOWCONFIG /AWS1/CL_APFSOURCEFLOWCONFIG

sourceFlowConfig

IT_DESTINATIONFLOWCONFIGLIST TYPE /AWS1/CL_APFDSTFLOWCONFIG=>TT_DESTINATIONFLOWCONFIGLIST TT_DESTINATIONFLOWCONFIGLIST

The configuration that controls how Amazon AppFlow transfers data to the destination connector.

IT_TASKS TYPE /AWS1/CL_APFTASK=>TT_TASKS TT_TASKS

A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/APFFLOWDESCRIPTION /AWS1/APFFLOWDESCRIPTION

A description of the flow.

IO_METADATACATALOGCONFIG TYPE REF TO /AWS1/CL_APFMETCATALOGCONFIG /AWS1/CL_APFMETCATALOGCONFIG

Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.

IV_CLIENTTOKEN TYPE /AWS1/APFCLIENTTOKEN /AWS1/APFCLIENTTOKEN

The clientToken parameter is an idempotency token. It ensures that your UpdateFlow request completes only once. You choose the value to pass. For example, if you don't receive a response from your request, you can safely retry the request with the same clientToken parameter value.

If you omit a clientToken value, the Amazon Web Services SDK that you are using inserts a value for you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own value for other use cases.

If you specify input parameters that differ from your first request, an error occurs. If you use a different value for clientToken, Amazon AppFlow considers it a new call to UpdateFlow. The token is active for 8 hours.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_APFUPDATEFLOWRESPONSE /AWS1/CL_APFUPDATEFLOWRESPONSE