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?