Running the main workflow simultaneously from different sessions

Hello,

I am new to n8n, and I have a question: Can a main workflow be triggered simultaneously from different sessions, with each one carrying out its own function?

Let me explain with an example:

For instance, I want to create an email response workflow. This workflow will check the mailbox every 10 minutes, capture incoming emails, and send them to ChatGPT. The AI will then analyze the email, generate a response, and reply to the email. I plan to integrate this workflow into my corporate portal. Since all employees will be logged into the portal, the workflow will be triggered by their respective email accounts. In other words, everyone will have access to the email response service through the main workflow.

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:

n8n version: 1.50.1
Database: default
n8n EXECUTIONS_PROCESS setting: default
n8n running on local server
Operating system: local server linux