Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve create Automations triggers page #16563

Open
jeanluciano opened this issue Dec 31, 2024 · 0 comments
Open

Improve create Automations triggers page #16563

jeanluciano opened this issue Dec 31, 2024 · 0 comments
Labels
enhancement An improvement of an existing feature ui Related to the Prefect web interface

Comments

@jeanluciano
Copy link
Contributor

Describe the current behavior

When creating an automation with a trigger that listens for multiple state events like below, it can suggest that this automation would trigger if the flow run were to be stuck in any of the states for the duration specified.
Screenshot 2024-12-31 at 3 34 08 PM

What happens instead is that the PENDING event creates a bucket.Then, it sees the RUNNING event and increments the same bucket, invalidating the bucket because of both being listed in after. What would be needed here is composite trigger instead.

Describe the proposed behavior

A way to inform users of how their automations will trigger and/or a way to create compound triggers in the UI.

Example Use

No response

Additional context

Related: #16545

@jeanluciano jeanluciano added enhancement An improvement of an existing feature ui Related to the Prefect web interface labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature ui Related to the Prefect web interface
Projects
None yet
Development

No branches or pull requests

1 participant