Is there an example of using event-based triggerin...
# ask-metaflow
w
Is there an example of using event-based triggering with SFN? I want to trigger my SFNs based on an S3 path(s). I only see an example for Argo in the docs
1
a
That functionality is not available out of the box yet - https://outerboundsco.slack.com/archives/C02116BBNTU/p1689421192012199
Although, the time based scheduling uses Event Bridge behind the scenes - it is theoretically possible to hand craft an event bridge rule to achieve your objective, but out of the box support doesn't exist yet.