Im setting up an automation for "When any run from...
# prefect-community
r
Im setting up an automation for "When any run from <MyFlowName> changes to Failed, then <<My Action>>". But when I save the automation... it changes to "When any run from <MyFlowName> changes to any of these states, then <<My Action>>". is this an issue with the GUI.. or is my automation not saving the correct values in the wizard?
j
Hi @Roger Webb - The UI is handling the different states that can be "Failed" - timedout, trigger failed and failed. If you would like to only monitor for a failed state you can choose custom and then failed.
You should be able to see those states in the tooltip above "any of these states"
r
Ahhh so it does. Good to know the right wording for things! Thanks Jenny.
👍 1