Marking transaction state for Datarow

I have created project using reframework and the transaction item used is datarow. In process transaction state, once the transaction fails, bot is stuck at wf process.xaml and not catching the exception thrown from child workflow. Due to this catch section is not getting executes and finally block for setting transaction/retrying is also not getting executed. What could be the reason for framework getting stuck and neither throwing exception nor executing further

@RPA24

When you say stuck is it paused?

If run in debug ehen error is theown it would pause …just hit continue and it shpuld be continuing…

Cheers


when i say it is stuck it is capturing error rethrown but not going in catch section

@RPA24

As per logs looks like it did come out of the process xaml

That is where you are seeing invoke process workflow: system exception log

But one thing I see is exception message is empty

Can you check that

Cheers

its because I have not specified exception message after throwing in child workflow

@RPA24

Okay…but it still did come out of process xaml…

Check what is there after that

One thing can be your exception block is not generic and it is not catchig. It

Cheers

Could you pls help to elaborate meaning of generic exception

@RPA24

In catch what did you select in exception?

Cheers