langchain.js
    Preparing search index...

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    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">

    Methods

    • Returns string