Trigger and listen to internal event

What I’m trying to achieve is to have one endpoint that is able to trigger an unknown amount of other workflows. I know that you can define workflows that should be executed as part of a workflow, but is it possible to instead trigger an internal event and have event listeners (that will either trigger when a specific workflow is done or depending on the custom event) that is sent as starting points in workflows?

Hey @yxeri,

Welcome to the community :cake:

I am not aware of a way to do this, The only thing I can think of would be to do what you are already aware of but maybe pass in the IDs of the workflows you want to run then use the Execute Workflow node with an expression on the ID so that you can dynamically set it in a loop if needed.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.