glue_stop_workflow_run {paws.analytics}R Documentation

Stops the execution of the specified workflow run

Description

Stops the execution of the specified workflow run.

See https://www.paws-r-sdk.com/docs/glue_stop_workflow_run/ for full documentation.

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.


[Package paws.analytics version 0.7.0 Index]