Hey - what is the best way to trigger a flow deplo...
# ask-metaflow
g
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
There are a few different ways but the simplest would be to use boto3 to trigger the state machine in your end step.
g
OK just making sure the metaflow library didn't have something built in somewhere. Boto3 it is. Thank you!