Check if previous transaction caused error in REFramework

Hey,

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

Thank you

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

Cheers @mamko46

@mamko46

Use try-catch, inside catch you can use log message activity anf log the details about the transaction number or transaction item

Regards
Ajay

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.