FlowCanvas Forums › Support › How to detect end of async initialization › Reply To: How to detect end of async initialization
Hi Gavalakis,
I found something that might be useful. I’ve added some breakpoints inside FlowCanvas to check up to what point the flow was being executed. What I discovered is that the Send Event node is being triggered but, inside Graph.SendEvent(), router is set to null so router.InvokeCustomEvent() isn’t called. Maybe I’m doing something wrong here?
Thanks in advance.