paws.application.integration (version 0.5.0)

sfn_stop_execution: Stops an execution

Description

Stops an execution.

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

Usage

sfn_stop_execution(executionArn, error = NULL, cause = NULL)

Arguments

executionArn

[required] The Amazon Resource Name (ARN) of the execution to stop.

error

The error code of the failure.

cause

A more detailed explanation of the cause of the failure.