Data Processing & Analysis
Smart Factory Use Case
Smart Factory Use Case
Manual
High
9
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
9
Node Types
0
Workflow JSON
5.91 KB
{
"id": "168",
"name": "Smart Factory Use Case",
"nodes": [
{
"name": "Values higher than 50°C",
"type": "n8n-nodes-base.if",
"position": [
250,
550
],
"parameters": {
"conditions": {
"number": [
{
"value1": "={{$node[\"Data from factory sensors\"].json[\"body\"][\"temperature_celsius\"]}}",
"value2": 50,
"operation": "largerEqual"
}
]
}
},
"typeVersion": 1
},
{
"name": "Data from factory sensors",
"type": "n8n-nodes-base.amqpTrigger",
"position": [
50,
700
],
"parameters": {
"sink": "berlin_factory_01",
"options": {}
},
"credentials": {
"amqp": ""
},
"typeVersion": 1
},
{
"name": "Set sensor data",
"type": "n8n-nodes-base.set",
"position": [
450,
850
],
"parameters...Showing first 1000 characters. Click "Expand" to view the full JSON.