Error handling logic

Options
Adam_636382
Adam_636382 Posts: 32

In all programming languages there is some sort of error handling syntax that can be applied to whole sections of code.
Of this is like:
try {
line
line
} catch {
error handling
}
It would be extremely powerful if this type of feature was added into Catalytic in a way that wouldn't just create a "Fix task" item but would allow other actions to execute (send email for example).
Example: execute this task if an error occurs in any one of these listed tasks.

10
10 votes

Swept · Last Updated

Comments

  • David_931366
    Options

    This seems like a must-have! There are many work-around methods, but they are tedious. For example, you could create an action to send an email based on a prior action's status. Another would be to send an email if a process doesn't complete in an expected amount of time. Both require anticipating specific errors. It would be nice if there was an overall workflow setting, "If any error, do this" with the option of choosing any action or series of actions.