Creates a new workflow.
glue_create_workflow(Name, Description, DefaultRunProperties, Tags)[required] The name to be assigned to the workflow. It should be unique within your account.
A description of the workflow.
A collection of properties to be used as part of each execution of the workflow.
The tags to be used with this workflow.
svc$create_workflow(
Name = "string",
Description = "string",
DefaultRunProperties = list(
"string"
),
Tags = list(
"string"
)
)