Skip to content

/AWS1/CL_CAT=>STARTWORKFLOWRUN()

About StartWorkflowRun

Begins a run of a specified workflow.

Method Signature

IMPORTING

Required arguments:

IV_SPACENAME TYPE /AWS1/CATNAMESTRING /AWS1/CATNAMESTRING

The name of the space.

IV_PROJECTNAME TYPE /AWS1/CATNAMESTRING /AWS1/CATNAMESTRING

The name of the project in the space.

IV_WORKFLOWID TYPE /AWS1/CATUUID /AWS1/CATUUID

The system-generated unique ID of the workflow. To retrieve a list of workflow IDs, use ListWorkflows.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/CATSTRING /AWS1/CATSTRING

A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CATSTRTWORKFLOWRUNRSP /AWS1/CL_CATSTRTWORKFLOWRUNRSP