sfn_describe_execution: Provides information about a state machine execution, such as...

View source: R/sfn_operations.R

sfn_describe_executionR Documentation

Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata

Description

Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata. If you've redriven an execution, you can use this API action to return information about the redrives of that execution. In addition, you can use this API action to return the Map Run Amazon Resource Name (ARN) if the execution was dispatched by a Map Run.

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

Usage

sfn_describe_execution(executionArn, includedData = NULL)

Arguments

executionArn

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

includedData

If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call DescribeStateMachine API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.


paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.