Exception trigger

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
User avatar
Bushmills
Posts: 286
Joined: 23 Sep 2014 21:56

Exception trigger

Post by Bushmills » 13 Jun 2016 12:22

Many exceptions are dealt with in the same way, like logging to a file. By creating a flow with the exception trigger, a default exception response can be defined.
This trigger shouldn't fire on actions or conditions with exception path, as it must be possible to override the trigger, nor should it fire as result of an exception if the currently executing flow obtained control by exception trigger already, to avoid responding to a double fault condition.
Trigger should, among other, provide name of the flow causing the exception, and probably all variables which are available after exception anyway.
Allowing choice of flows (or wildcard) to fire the flow may be practical.
Such a trigger will help reducing the amount of literal red tape in many flows - see screenshot example:
redtape.png
redtape.png (98.68 KiB) Viewed 9363 times

Locked