AutomationFlowsGeneral › Workflow with Groups

Workflow with Groups

Workflow with groups. Event-driven trigger; 7 nodes.

Event trigger★★☆☆☆ complexity7 nodes
General Trigger: Event Nodes: 7 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "active": false,
  "connections": {
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "index": 0,
            "node": "inside group 1",
            "type": "main"
          },
          {
            "index": 0,
            "node": "inside group 2",
            "type": "main"
          }
        ]
      ]
    },
    "inside group 1": {
      "main": [
        [
          {
            "index": 0,
            "node": "inside group 1 - 2",
            "type": "main"
          }
        ]
      ]
    },
    "inside group 1 - 2": {
      "main": [
        [
          {
            "index": 0,
            "node": "after groups",
            "type": "main"
          }
        ]
      ]
    },
    "inside group 2": {
      "main": [
        [
          {
            "index": 0,
            "node": "after groups",
            "type": "main"
          }
        ]
      ]
    }
  },
  "id": "ac-VH_xe508Na",
  "name": "Workflow with groups",
  "nodes": [
    {
      "id": "after groups",
      "name": "after groups",
      "position": [
        780,
        180
      ],
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1
    },
    {
      "id": "group-1",
      "name": "group-1",
      "parameters": {
        "color": 1,
        "content": "Group 1",
        "height": 240,
        "width": 480
      },
      "position": [
        240,
        0
      ],
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1
    },
    {
      "id": "group-2",
      "name": "group-2",
      "parameters": {
        "color": 3,
        "content": "Group 2",
        "height": 240,
        "width": 240
      },
      "position": [
        480,
        240
      ],
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1
    },
    {
      "id": "inside group 1",
      "name": "inside group 1",
      "position": [
        300,
        60
      ],
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1
    },
    {
      "id": "inside group 1 - 2",
      "name": "inside group 1 - 2",
      "position": [
        540,
        60
      ],
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1
    },
    {
      "id": "inside group 2",
      "name": "inside group 2",
      "position": [
        540,
        300
      ],
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1
    },
    {
      "id": "When clicking \u2018Test workflow\u2019",
      "name": "When clicking \u2018Test workflow\u2019",
      "position": [
        60,
        180
      ],
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1
    }
  ],
  "settings": {},
  "tags": [
    {
      "name": "@vahor/n8n-ac-VH_xe508Na"
    }
  ]
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Workflow with groups. Event-driven trigger; 7 nodes.

Source: https://github.com/Vahor/n8n-kit/blob/b590056d996df8da0ee905244fad6be6eb7cf5f2/examples/with-groups/n8n-kit/workflows/my-workflow.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Http-Handle. Uses httpRequest. Event-driven trigger; 13 nodes.

HTTP Request
General

Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.

Ssh, Execute Workflow Trigger, HTTP Request
General

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.

N8N Nodes Straker Verify, Google Drive, Google Drive Trigger
General

The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨

Stop And Error
General

This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Monitors Google Drive for new video file uploads Downloads and processes videos using VLM Run AI tr

@Vlm Run/N8N Nodes Vlmrun, Google Drive Trigger, Google Drive +1