Why Won't the Listener Start the Workflow When the Second Emitter Fires?

This topic was automatically generated from Slack. You can find the original thread here.

I have a problem with calling workflows via emitter/listener.
I’ve a listener workflow which sends an email und two different workflows which $.send.emit
I connected both emitters two the listener and see them in the listener.
If the first emitter fires, everything works fine.
If the second emitter fires:
• the listener won’t start.
• but in the listener I see the the event in the trigger section
Any idea why the listener won’t start the workflow?

Hi , have you seen our announcement of a alpha feature $.flow.trigger(workflowId, event)?
We’re deprecating the emitter/listener architecture in favor of it. Basically, you can trigger your workflows using the Node.js code above I just shared. No need to create a specific trigger for it. Check it out here: Slack