glue_start_workflow_run: Starts a new run of the specified workflow
Description
Starts a new run of the specified workflow.
Usage
glue_start_workflow_run(Name)
Value
A list with the following syntax:
list(
RunId = "string"
)
Arguments
- Name
[required] The name of the workflow to start.
Request syntax
svc$start_workflow_run(
Name = "string"
)