It looks like the <docs point> out that adding mul...
# ask-community
c
It looks like the docs point out that adding multiple tags on automation trigger resolve to an
OR
criteria - is there anyway to setup a trigger to match all tags (and
AND
criteria)?
1
w
Hey constantino - this is on the roadmap for the next month or so, right now i can chat through some workarounds but theyre a bit hacky.
👀 1
🙌 1
c
Thanks for the update @Will Raphaelson - I'll just stay tuned 🙂
k
here's a repo that demonstrates using the
PrefectCloudEventSubscriber
to block continuation of a flow until a set of events are seen
👀 1
🙏 1
🙌 1
c
@Will Raphaelson checking in here - did the
and
logic ever get implemented?
w
Hey Constantino - it did indeed. check it out here. https://docs.prefect.io/latest/concepts/automations/#composite-triggers
c
great thanks!