diff --git a/n8n-workflow.json b/n8n-workflow.json index 7d50168..280759b 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -180,6 +180,98 @@ "renameOutput": true, "outputKey": "menu" }, + { + "id": "keyword-errors", + "conditions": { + "options": { + "caseSensitive": false, + "typeValidation": "loose" + }, + "conditions": [ + { + "id": "starts-with-errors", + "leftValue": "={{ $json.message.text }}", + "rightValue": "/errors", + "operator": { + "type": "string", + "operation": "startsWith" + } + } + ], + "combinator": "and" + }, + "renameOutput": true, + "outputKey": "errors" + }, + { + "id": "keyword-clear-errors", + "conditions": { + "options": { + "caseSensitive": false, + "typeValidation": "loose" + }, + "conditions": [ + { + "id": "starts-with-clear", + "leftValue": "={{ $json.message.text }}", + "rightValue": "/clear", + "operator": { + "type": "string", + "operation": "startsWith" + } + } + ], + "combinator": "and" + }, + "renameOutput": true, + "outputKey": "clear-errors" + }, + { + "id": "keyword-debug", + "conditions": { + "options": { + "caseSensitive": false, + "typeValidation": "loose" + }, + "conditions": [ + { + "id": "starts-with-debug", + "leftValue": "={{ $json.message.text }}", + "rightValue": "/debug", + "operator": { + "type": "string", + "operation": "startsWith" + } + } + ], + "combinator": "and" + }, + "renameOutput": true, + "outputKey": "debug" + }, + { + "id": "keyword-trace", + "conditions": { + "options": { + "caseSensitive": false, + "typeValidation": "loose" + }, + "conditions": [ + { + "id": "starts-with-trace", + "leftValue": "={{ $json.message.text }}", + "rightValue": "/trace", + "operator": { + "type": "string", + "operation": "startsWith" + } + } + ], + "combinator": "and" + }, + "renameOutput": true, + "outputKey": "trace" + }, { "id": "keyword-status", "conditions": { @@ -363,98 +455,6 @@ }, "renameOutput": true, "outputKey": "status" - }, - { - "id": "keyword-errors", - "conditions": { - "options": { - "caseSensitive": false, - "typeValidation": "loose" - }, - "conditions": [ - { - "id": "starts-with-errors", - "leftValue": "={{ $json.message.text }}", - "rightValue": "/errors", - "operator": { - "type": "string", - "operation": "startsWith" - } - } - ], - "combinator": "and" - }, - "renameOutput": true, - "outputKey": "errors" - }, - { - "id": "keyword-clear-errors", - "conditions": { - "options": { - "caseSensitive": false, - "typeValidation": "loose" - }, - "conditions": [ - { - "id": "starts-with-clear", - "leftValue": "={{ $json.message.text }}", - "rightValue": "/clear", - "operator": { - "type": "string", - "operation": "startsWith" - } - } - ], - "combinator": "and" - }, - "renameOutput": true, - "outputKey": "clear-errors" - }, - { - "id": "keyword-debug", - "conditions": { - "options": { - "caseSensitive": false, - "typeValidation": "loose" - }, - "conditions": [ - { - "id": "starts-with-debug", - "leftValue": "={{ $json.message.text }}", - "rightValue": "/debug", - "operator": { - "type": "string", - "operation": "startsWith" - } - } - ], - "combinator": "and" - }, - "renameOutput": true, - "outputKey": "debug" - }, - { - "id": "keyword-trace", - "conditions": { - "options": { - "caseSensitive": false, - "typeValidation": "loose" - }, - "conditions": [ - { - "id": "starts-with-trace", - "leftValue": "={{ $json.message.text }}", - "rightValue": "/trace", - "operator": { - "type": "string", - "operation": "startsWith" - } - } - ], - "combinator": "and" - }, - "renameOutput": true, - "outputKey": "trace" } ] }, @@ -5463,6 +5463,34 @@ "index": 0 } ], + [ + { + "node": "Process Debug Command", + "type": "main", + "index": 0 + } + ], + [ + { + "node": "Process Debug Command", + "type": "main", + "index": 0 + } + ], + [ + { + "node": "Process Debug Command", + "type": "main", + "index": 0 + } + ], + [ + { + "node": "Process Debug Command", + "type": "main", + "index": 0 + } + ], [ { "node": "Prepare Status Input", @@ -5525,34 +5553,6 @@ "type": "main", "index": 0 } - ], - [ - { - "node": "Process Debug Command", - "type": "main", - "index": 0 - } - ], - [ - { - "node": "Process Debug Command", - "type": "main", - "index": 0 - } - ], - [ - { - "node": "Process Debug Command", - "type": "main", - "index": 0 - } - ], - [ - { - "node": "Process Debug Command", - "type": "main", - "index": 0 - } ] ] }, @@ -7021,4 +7021,4 @@ "tags": [], "triggerCount": 1, "active": false -} \ No newline at end of file +}