Business Process Automation

Get all the tasks in Flow

Get all the tasks in Flow

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

831 Bytes
{
  "id": "130",
  "name": "Get all the tasks in Flow",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Flow",
      "type": "n8n-nodes-base.flow",
      "position": [
        450,
        300
      ],
      "parameters": {
        "filters": {},
        "operation": "getAll",
        "returnAll": true
      },
      "credentials": {
        "flowApi": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Flow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}