Hi all,
I created a custom api and I am calling it using perform a bound action in flow.
But my flow is failing after 10mins due to time out.
I am tested my code and its working fine with other entities and i have this ossue with particular entity. I did unit tests also, everything seems fine. I am not able to find what is the issue.
I want debugg the plugin to check the errors, i am trying to debug using profiler in plugin registration tool. But I am not sure what "message" i have to add in plugin registration step, as I am calling it in flow. I dont think create or update msg will work.
Is there any way to debug this custom api?