Unfortunately, I can’t see a way to catch an event from a child component.
Let me explain my case, I have page A, this page has singup/login popup component, and this popup contain real signup/login component. structure → page → popup → component. The compoenent have event ‘login 3 complete’, but I have no idea how to catch this event from the page where I use this component.
Again. I have one workflow to trigger event in child


but how catch event from child in parent?