Files
MobilityOps/n8n
NuklearRabbit fd0c55b13b docs: record RAGcore credential re-attempt and its concrete failure evidence
User explicitly authorized issuing the RAGcore credential directly this
round. Retried via the admin UI (Platform Admin role) after the earlier
raw-API attempt; both fail with an opaque server-side rejection carrying
a trace ID. Documents this as a RAGcore-side blocker, not a Fleet Ops gap.
2026-08-04 16:54:02 +02:00
..

n8n workflows

Canonical, live-validated workflow definitions live under n8n/workflows/. Each file is a cleaned export (secret values replaced by named-credential references, never literal tokens) of the workflow actually running on https://n8n.itworx.tech. See n8n/workflows/MANIFEST.md for the authoritative list: canonical name, purpose, trigger, required credentials, live workflow ID, active status and a checksum of each file.

The two pre-integration starter files that used to live directly under n8n/ (mobilityops-return-processing.json, mobilityops-scheduled-quality-scan.json) have been retired — they predate the live n8n validation pass and embedded the service token as a literal header value instead of a Header Auth credential. Do not resurrect them; the n8n/workflows/ versions are the superseding source of truth and are what deploy/unraid/setup-existing-n8n.sh / setup-scheduled-scan.sh import.

Deploying a workflow from these files into a fresh or existing n8n instance still requires a one-time manual step: create the named Header Auth credentials in the n8n UI (see each workflow's credentials block and the manifest) before publishing. This is deliberate — credential values are never committed to the repository.