Learn R Programming

paws.analytics (version 0.1.9)

glue_stop_workflow_run: 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.

Request syntax

svc$stop_workflow_run(
  Name = "string",
  RunId = "string"
)