I’m using the REFramework and looking for a way to check if last transaction caused an error. I tried it with ‘io_SystemError is nothing’ argument inside the “Process” Workflow but after retry the argument becomes null again.
Is there a way of checking that? Because my tool needs to be started in a different way if last transaction caused an error
i hope you must have placed this inside a try block of try catch activity
so in the corresponding catch block associated with the Process state, include a assign with the exception as you have now
but we need to include that retry transition also
Kindly go to set transaction status xaml and include this exception when system error occurs