diff --git a/n8n-workflow.json b/n8n-workflow.json index 9647a4e..c207419 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -883,6 +883,15 @@ "type": "boolean", "operation": "equals" } + }, + { + "id": "not-batch-exec", + "leftValue": "={{ $json.isBatchExec }}", + "rightValue": true, + "operator": { + "type": "boolean", + "operation": "notEquals" + } } ], "combinator": "and"