Why is my automation stopping when I am trying to log the transaction as a fail and go to my next transaction? To debug I tried moving the Business Exception Arrow, from Process to Init, to from Process to EndAllProcess. Though I am still getting this message after the exception instead of a regular log.
To fix this, route the Business Exception arrow from Process to Set Transaction Status, not to EndAllProcess.
This popup is the indication that there is no catch block in place to receive the exception being thrown.
Are you able to show the structure of your main workflow and also under process state, do you have a catch block for catching exceptions?
