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 →
{
"name": "IF Node v1 Condition Schema",
"nodes": [
{
"id": "h1000000-0000-0000-0000-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
],
"parameters": {}
},
{
"id": "h1000000-0000-0000-0000-000000000002",
"name": "Check Status",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
460,
300
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.status }}",
"operation": "equal",
"value2": "active"
}
]
}
}
},
{
"id": "h1000000-0000-0000-0000-000000000003",
"name": "Handle Active",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
680,
220
],
"parameters": {}
},
{
"id": "h1000000-0000-0000-0000-000000000004",
"name": "Handle Inactive",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
680,
380
],
"parameters": {}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Check Status",
"type": "main",
"index": 0
}
]
]
},
"Check Status": {
"main": [
[
{
"node": "Handle Active",
"type": "main",
"index": 0
}
],
[
{
"node": "Handle Inactive",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
IF Node v1 Condition Schema. Event-driven trigger; 4 nodes.
Source: https://github.com/AutomateLab-tech/n8n-mcp/blob/main/eval/workflows/warn-if-v1-conditions.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.
Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.
The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Monitors Google Drive for new video file uploads Downloads and processes videos using VLM Run AI tr