Class for checking the status of an AWS Step Function execution.

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

description: string = "This tool should ALWAYS be used for checking the status of any AWS Step Function execution (aka. state machine execution). Input to this tool is a properly formatted AWS Step Function Execution ARN (executionArn). The output is a stringified JSON object containing the executionArn, name, status, startDate, stopDate, input, output, error, and cause of the execution."
name: string = "describe-execution-aws-sfn"
sfnConfig: Omit<SfnConfig, "stateMachineArn">

Generated using TypeDoc