Closed
Description
We should add a Task to our Task Library (in src/prefect/tasks/aws
) for triggering the execution of AWS Step Function workflows. Presumably this can be done from the Step Function API (e.g., https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html) with some authentication parameters that can be stored as Prefect Secrets.
Activity