Workflow active limit with Starter Plan?

I only have 4 workflows activated on the starter plan, but somehow I can’t have more than 3 active.

Everytime I activate the 4th then one of the other gets deactivated - persistent issue for several days.

I’m on the CLOUD version, 1.71.3 , n8n.

I tried to create entirely new workflows thinking it might be a duplicate bug but that didn’t change anything.

I do have a LOT of different triggers in each workflow (5 in each).

Any help is greatly appreciated.

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:

Could it be because my workflows are in ‘Personal’ ? instead of ‘My Project’?

and therefore the workflow active limit is restricted?

  • Moved everything to my project
  • Upgraded to the Pro plan

Same issue :cry: I really don’t know what to do

Welcome to the community @PierreM !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


I can see you have upgraded to PRO-1 and you should have up to 15 active workflows now. Do note that each trigger node in the active workflow counts towards an active workflow. That is, if a workflow has 5 triggers it will count as 5 workflows.

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