v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Creates a new workflow.

post/#X-Amz-Target=AWSGlue.CreateWorkflow

Headers

X-Amz-Target'AWSGlue.CreateWorkflow' required

Request body

Namestring required

The name to be assigned to the workflow. It should be unique within your account.

Descriptionstring

A description of the workflow.

DefaultRunPropertiesobject

A collection of properties to be used as part of each execution of the workflow.

Tagsobject

The tags to be used with this workflow.

MaxConcurrentRunsinteger

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

Response

Success

Namestring

The name of the workflow which was provided as part of the request.