Stop Workflow Run
glue_stop_workflow_run | R Documentation |
Stops the execution of the specified workflow run¶
Description¶
Stops the execution of the specified workflow run.
Usage¶
glue_stop_workflow_run(Name, RunId)
Arguments¶
Name |
[required] The name of the workflow to stop. |
RunId |
[required] The ID of the workflow run to stop. |
Value¶
An empty list.
Request syntax¶
svc$stop_workflow_run(
Name = "string",
RunId = "string"
)