Merge data from two different workflows executing at different times

Am working on a workflow that is part of a large crm automation. Basically I get calls and bookings data and save. During the meeting, a new workflow is triggered.
I have been trying to send the data from workflow 1 and 2 via a webhook and an execute node, respectively.

I want to have it such that, when workflow 1 is done, it sends part of the data to workflow 3, and waits until workflow 2 is done to continue the workflow. This is what I had tried.

Is there a way I can wait for execution 1 to wait for 2 then both work as one.(without having to store the data elsewhere)

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @Imperol

No, that’s not possible. You have to split the workflow into smaller ones and work with Execute Workflow/Webhook to properly execute them in the order you will need

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