StepFunctionGetExecutionOutputOperator

Amazon

An Operator that returns the output of an AWS Step Function State Machine execution.

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Amazon provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

execution_arnRequiredARN of the Step Function State Machine Execution
aws_conn_idaws connection to use, defaults to ‘aws_default’

Documentation

An Operator that returns the output of an AWS Step Function State Machine execution.

Additional arguments may be specified and are passed down to the underlying BaseOperator.

See also

For more information on how to use this operator, take a look at the guide: Get an AWS Step Functions execution output

Was this page helpful?