-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Prefect automation not being triggered #16545
Labels
bug
Something isn't working
Comments
Hi @samlawler-entain, reproduced the issue. Looking further into it. |
Okay after further looking into it, it seems like UI could be misleading here. It creates an event triggers that would trigger if the events happen in the
If a user needs an automation to trigger for any state, what is needed is a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug summary
I have a basic automation that has a trigger of:
When any flow run stays in Suspended, Paused, Pending, Running, Retrying for 10 hours
The action changes the flow run state to be Failed - likely irrelevant to the issue.
When this automation was first made (~4 months ago), this had worked a few times. However since then I had discovered that it had not been triggering despite having flow runs that met the conditions of the automation.
I have attached 3 screenshots (in order):
Automation Id: 1fa3621d-0371-4e19-862a-dbf9969cce94
Example flow run id: 49beefa3-5e14-4baa-a5ad-1242ddce9724
Therefore, the issue being raised is the automation is not being triggered, despite having multiple flow runs that would have triggered this automation if working correctly.
It should also be noted that i have other automations running, which execute as expected. It's only this automation with these conditions that i am experiencing this issue with.
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: