I would really like to be able to create a try/catch blocks for some sections in an action flow, like when calling an external system (e.g. web service).
Today, if you want to do something like this, you need to encapsolate the external system call in an action, creating all the required input/output parameters, etc.
![]()
Today, if you want to do something like this, you need to encapsolate the external system call in an action, creating all the required input/output parameters, etc.