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
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
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
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
