diff --git a/n8n/workflows/mail-processing-pipeline.json b/n8n/workflows/mail-processing-pipeline.json index ce175e9..f731914 100644 --- a/n8n/workflows/mail-processing-pipeline.json +++ b/n8n/workflows/mail-processing-pipeline.json @@ -1,4 +1,5 @@ { + "id": "mPmailprocess001", "name": "메일 처리 파이프라인", "nodes": [ { diff --git a/n8n/workflows/main-chat-pipeline.json b/n8n/workflows/main-chat-pipeline.json index 3077fae..0ec0cbf 100644 --- a/n8n/workflows/main-chat-pipeline.json +++ b/n8n/workflows/main-chat-pipeline.json @@ -1506,13 +1506,6 @@ "index": 0 } ], - [ - { - "node": "Needs RAG?", - "type": "main", - "index": 0 - } - ], [ { "node": "Handle Calendar", @@ -1540,6 +1533,13 @@ "type": "main", "index": 0 } + ], + [ + { + "node": "Needs RAG?", + "type": "main", + "index": 0 + } ] ] },