OpenRuna
Sign in
← Workflows

Smart Factory Use Case

9 nodes · amqp, crateDb, pagerDuty

Engine
n8n
Nodes
9
Trigger
scheduled/triggered
Source file
0212_Noop_Cratedb_Automation_Triggered.json

Workflow flow

IntegrationsAmqpCrateDbPagerDutyIFSetFunctionNoOp
100%
TRIGGER

Data from factory sensors

Amqp

Values higher than 50°C

IF

Data enrichment (°C to °F)

Function

Set sensor data

Set

Create an incident

PagerDuty

Do nothing

NoOp

Ingest machine data

CrateDb

Set incident info

Set

Ingest incident data

CrateDb

9 steps · flows top to bottom, branches left to right

Browse by integration

Browse all integrations →

Import into n8n

  1. Download the n8n JSON file (full or sanitized).
  2. In n8n: Workflows → Import from file.
  3. Open each node and reconnect credentials to your accounts.
  4. Test with manual execution before enabling triggers.

Sanitized JSON removes credential IDs — safer for sharing. Flow graph JSON is OpenRuna's lightweight format for diagrams and other tools, not n8n import.

View source corpus ↗

Overview

Smart Factory Use Case is a free n8n workflow on OpenRuna — 9 nodes connecting amqp, crateDb, pagerDuty. Download the JSON, view the flow diagram, and import it into your n8n instance.

What this workflow does

"Smart Factory Use Case" is an n8n automation built from 9 nodes spanning amqp, crateDb, pagerDuty. 9 nodes · amqp, crateDb, pagerDuty A scheduled/triggered entry point kicks it off, and each node passes data to the next until the run completes. OpenRuna shows the full flow diagram, an integration breakdown, and a one-click JSON export for n8n's "Import from file". Use it to learn integration patterns, fork it for your own use case, or deploy it quickly after reconnecting credentials.

Use cases

  • Benchmark it against your current amqp integration to spot missing steps or redundant nodes.
  • Fork it to add error handling, retries, or a notification step without designing the 9-node flow from scratch.
  • Use it as a starting template when wiring amqp, crateDb, pagerDuty — adjust node parameters to your accounts and record IDs.
  • Import "Smart Factory Use Case" into n8n, reconnect credentials for amqp, crateDb, pagerDuty, and run the same automation in your own workspace.

Example output

Imported into n8n, "Smart Factory Use Case" exposes 9 configured nodes. Trigger type: scheduled/triggered. Integrations: amqp, crateDb, pagerDuty. Set your credentials on the amqp node, then verify each downstream node picks them up. Run it once in test mode to verify any branch logic (Switch/IF nodes) before enabling production triggers.

Tips by platform

Claude

Paste the exported JSON for "Smart Factory Use Case" into Claude and ask it to explain each of the 9 nodes. Claude is good at suggesting credential mappings for amqp, crateDb, pagerDuty, plus error-handling and idempotency improvements before you run it in production.

ChatGPT

Have ChatGPT generate a checklist for adapting "Smart Factory Use Case" to your accounts — which amqp, crateDb, pagerDuty credentials to create and which node parameters to change first.

Cursor

Open the downloaded JSON in Cursor and use Agent mode to refactor hard-coded URLs into env vars, or to generate tests for any Code nodes. Keep the OpenRuna flow diagram open so you do not break connection order across the 9 nodes.

Frequently asked questions

How do I import "Smart Factory Use Case" into n8n?
Click Download n8n JSON on this page, then in n8n choose Workflows → Import from file and select the downloaded file. Reconnect credentials on each node — the export carries credential IDs from the original author's instance, not working secrets.
Which integrations does "Smart Factory Use Case" use?
It uses: amqp, crateDb, pagerDuty. The flow diagram above shows how each service connects across the 9 nodes. Filter OpenRuna by integration to find related workflows and tools.
Can I import a sanitized export without credentials?
Yes. Use "Download sanitized JSON" to strip credential references before sharing internally. You will still add your own amqp and crateDb credentials in n8n after import.
What trigger type does "Smart Factory Use Case" use?
Trigger type: scheduled/triggered. After import, confirm the trigger node (webhook, schedule, or app event) matches your environment, then activate the workflow when you are ready to run it.
Is "Smart Factory Use Case" free to use?
OpenRuna catalogs community n8n workflows under open licenses. Check the source corpus link for the original license; commercial use may require verifying the third-party API terms for amqp, crateDb, pagerDuty.

Related resources