StepFunctionStartExecutionOperator

Amazon

An Operator that begins execution of an AWS Step Function State Machine.

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

state_machine_arnRequiredARN of the Step Function State Machine
nameThe name of the execution.
state_machine_inputJSON data input to pass to the State Machine
aws_conn_idaws connection to uses
do_xcom_pushif True, execution_arn is pushed to XCom with key execution_arn.

Documentation

An Operator that begins execution of an AWS Step Function State Machine.

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: Start an AWS Step Functions state machine execution

Was this page helpful?