runThen() not obeying my "breakThens"? #22
-
Hello again! I may be doing something wrong, so advice welcome. I've a single rule with this on my Thens:
If I understood it correctly, the above should log a message telling I should break from Thens, then break execution of next Thens within the same rule.
Is this a bug or an error on my side? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @migueldilaj. This one is actually a bug, but the bug is that it was a mistake to add Then Break to the list of Thens that could be triggered from scripts because it won't be able to work that way. However, I will add more direct support for a script to trigger a Break at the end of script execution. I will do so via a new function. Thanks for reporting that. |
Beta Was this translation helpful? Give feedback.
-
Perfect. Thanks a lot for clarifying that! |
Beta Was this translation helpful? Give feedback.
Hi @migueldilaj. This one is actually a bug, but the bug is that it was a mistake to add Then Break to the list of Thens that could be triggered from scripts because it won't be able to work that way. However, I will add more direct support for a script to trigger a Break at the end of script execution. I will do so via a new function. Thanks for reporting that.