Open
Description
We need to be able to automatically execute the Confluence workflow on a monthly basis. We should set up the Confluence workflow so it can be executed by Airflow.
This documentation covers how to execute a Step Function state machine using Airflow: https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/operators/step_functions.html
We will want to install Airflow in whatever AWS venue we decide to execute within and write a DAG that uses the StepFunctionStartExecutionOperator
to start the execution. It may be helpful to use the StepFunctionExecutionSensor
to wait for the execution to complete.
Activity