create_workflow
(**kwargs)¶Creates a new workflow.
See also: AWS API Documentation
Request Syntax
response = client.create_workflow(
Name='string',
Description='string',
DefaultRunProperties={
'string': 'string'
},
Tags={
'string': 'string'
},
MaxConcurrentRuns=123
)
[REQUIRED]
The name to be assigned to the workflow. It should be unique within your account.
A collection of properties to be used as part of each execution of the workflow.
The tags to be used with this workflow.
dict
Response Syntax
{
'Name': 'string'
}
Response Structure
(dict) --
Name (string) --
The name of the workflow which was provided as part of the request.
Exceptions
Glue.Client.exceptions.AlreadyExistsException
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.OperationTimeoutException
Glue.Client.exceptions.ResourceNumberLimitExceededException
Glue.Client.exceptions.ConcurrentModificationException