Hi,
I want to continue with sending a message through Slack if Break Error Module is ended with attempts. I tried different combinations with Router etc but it didnt work.
Is this possible to continue with another module like Slack after the Break Modules ends for example after 3 attempts?
Hi @onurbolaca,
It is not straightforward, but it is possible to do so, if the break module fails, especially if you want to just send a message after the break module repetition is exhausted.
What you want to do is, Setup your break module like this,
Whereby,
You need to add the Increment function as part of the Error Handler, which is then followed by a Router, with the first Leg being the Break module and then the next one being your slack message one.
if the increment hits the maximum attempt, then you can send a message, if not continue to break the module.
2 Likes
Hey @Runcorn ,
I’ll try this one too! Thanks!