https://prefect.io logo
Title
t

Trevor Sweeney

05/16/2023, 10:44 PM
MS Teams web hook automation only posts Completed notifications for some workflow runs, even though each log shows it ending in state Completed and the automation is set notify upon entering "any state".
22:40:17.227 | INFO  | Flow run 'peach-flamingo' - Finished in state Completed('All states completed.')
22:40:19.792 | INFO  | prefect.infrastructure.process - Process 'peach-flamingo' exited cleanly
1
w

Will Raphaelson

05/16/2023, 11:15 PM
Hi Tony, thanks for raising that. Can you send me the url of the automation and of the flow run via dm?
t

Trevor Sweeney

05/17/2023, 5:55 PM
Thanks for resolving - fixed by changing the automation type to custom and setting the "within" parameter = 0 (10s by default).
w

Will Raphaelson

05/17/2023, 5:56 PM
And for others following along at home - I just merged a PR to make 0 the default for all reactive automations, even those configured via the UI, not via custom.
🙌 1