glue_update_workflow: Updates an existing workflow
Description
Updates an existing workflow.
Usage
glue_update_workflow(Name, Description, DefaultRunProperties)
Arguments
Name
[required] Name of the workflow to be updated.
Description
The description of the workflow.
DefaultRunProperties
A collection of properties to be used as part of each execution of the
workflow.
Request syntax
svc$update_workflow(
Name = "string",
Description = "string",
DefaultRunProperties = list(
"string"
)
)