Hey - what is the best way to trigger a flow deployed to Step Functions but that is not scheduled from another flow that is deployed and scheduled via Step Functions?
✅ 1
a
ancient-application-36103
01/25/2023, 4:03 PM
There are a few different ways but the simplest would be to use boto3 to trigger the state machine in your end step.
g
gifted-musician-70702
01/25/2023, 4:17 PM
OK just making sure the metaflow library didn't have something built in somewhere. Boto3 it is. Thank you!