java.lang.StackOverflowError: null

0
Hi all,   I am running into an error while trying to push a button which calls a microflow. I have attached the log below – this is an error I have never seen before, so I am turning to you all for help.   - Nick  
asked
2 answers
1

You might want to check for an infinite loop in your microflow.

answered
0

Could it be that an object is empty? Use the debugger and put a breakpoint on this microflow. You can then view all the values and where exactly this error is generated.

Regards,

Ronald

 

answered