AutomationFlowsGeneral › Resontinex Simple Flow V1.3

Resontinex Simple Flow V1.3

RESONTINEX Simple Flow v1.3. Event-driven trigger; 6 nodes.

Event trigger★★★★☆ complexity6 nodes
General Trigger: Event Nodes: 6 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
{
  "name": "RESONTINEX Simple Flow v1.3",
  "nodes": [
    {
      "parameters": {},
      "name": "When clicking Test workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ],
      "id": "manual-trigger"
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "input_text",
              "value": "Analyze this business scenario for decision-making"
            },
            {
              "name": "scenario_type",
              "value": "business_analysis"
            }
          ],
          "number": [
            {
              "name": "complexity_score",
              "value": 0.6
            }
          ]
        }
      },
      "name": "Input Parser",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "id": "input-parser"
    },
    {
      "parameters": {
        "conditions": {
          "number": [
            {
              "value1": "={{$json[\"complexity_score\"]}}",
              "operation": "largerEqual",
              "value2": 0.7
            }
          ]
        }
      },
      "name": "Complexity Gate",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        680,
        300
      ],
      "id": "complexity-gate"
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "processing_route",
              "value": "high_complexity"
            },
            {
              "name": "trust_level",
              "value": "enhanced_validation"
            }
          ]
        },
        "options": {
          "includeInput": true
        }
      },
      "name": "High Complexity Route",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        900,
        200
      ],
      "id": "high-complexity"
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "processing_route",
              "value": "standard"
            },
            {
              "name": "trust_level",
              "value": "baseline_validation"
            }
          ]
        },
        "options": {
          "includeInput": true
        }
      },
      "name": "Standard Route",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        900,
        400
      ],
      "id": "standard-route"
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "final_output",
              "value": "=Scenario processed via {{ $json[\"processing_route\"] }} route with {{ $json[\"trust_level\"] }}"
            },
            {
              "name": "timestamp",
              "value": "={{ $now.toISOString() }}"
            }
          ],
          "number": [
            {
              "name": "energy_consumed",
              "value": "={{ $json[\"complexity_score\"] * 100 }}"
            }
          ]
        },
        "options": {
          "includeInput": true
        }
      },
      "name": "Final Output",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        1120,
        300
      ],
      "id": "final-output"
    }
  ],
  "connections": {
    "When clicking Test workflow": {
      "main": [
        [
          {
            "node": "Input Parser",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Input Parser": {
      "main": [
        [
          {
            "node": "Complexity Gate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Complexity Gate": {
      "main": [
        [
          {
            "node": "High Complexity Route",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Standard Route",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "High Complexity Route": {
      "main": [
        [
          {
            "node": "Final Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Standard Route": {
      "main": [
        [
          {
            "node": "Final Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "saveExecutionProgress": true,
    "saveManualExecutions": true,
    "executionTimeout": 300
  },
  "errorWorkflow": {
    "active": true
  },
  "timezone": "America/Chicago",
  "id": "resontinex-simple-v1-3"
}
Pro

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

About this workflow

RESONTINEX Simple Flow v1.3. Event-driven trigger; 6 nodes.

Source: https://github.com/chriscustaa/Resontinex/blob/c6aa009f59974263c3dde59f6ce2913f47074428/examples/n8n-simple-v1.3.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

Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.

Google Sheets, @Blotato/N8N Nodes Blotato
General

This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.

Stop And Error
General

This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.

Stop And Error
General

Agendamiento. Uses n8n-nodes-evolution-api, redis, dataTable, executeWorkflowTrigger. Event-driven trigger; 60 nodes.

N8N Nodes Evolution Api, Redis, Data Table +2
General

Kv Cloudflare Key Value Database Full Api Integration Workflow. Uses stickyNote, httpRequest, manualTrigger. Event-driven trigger; 47 nodes.

HTTP Request