In Prefect Cloud, automations can be configured to trigger actions based on various conditions, including flow run state changes. However, when using tags as part of the trigger conditions, they are only evaluated with OR criteria. This means that if you want to exclude flows with specific tags, it might require additional logic or custom triggers since the default behavior doesn't support exclusion directly through tags.
For more detailed guidance, you can explore the
Automations Triggers documentation.