MS Teams web hook automation only posts Completed ...
# ask-community
t
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
Hi Tony, thanks for raising that. Can you send me the url of the automation and of the flow run via dm?
t
Thanks for resolving - fixed by changing the automation type to custom and setting the "within" parameter = 0 (10s by default).
w
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