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?