relate: de4a3c65 --RELATED_TO--> 67898e52

This commit is contained in:
Cal Corum 2026-03-01 09:59:09 -06:00
parent ae669e9a41
commit b90fc9d430
3 changed files with 25 additions and 2 deletions

View File

@ -6,7 +6,7 @@ tags: [n8n, api, workflow-activation, rest-api, code_pattern]
importance: 0.65 importance: 0.65
confidence: 0.8 confidence: 0.8
created: "2026-03-01T15:58:51.499347+00:00" created: "2026-03-01T15:58:51.499347+00:00"
updated: "2026-03-01T15:59:08.055722+00:00" updated: "2026-03-01T15:59:09.577761+00:00"
relations: relations:
- target: 22d124fd-34e9-4538-acef-9962642a0e54 - target: 22d124fd-34e9-4538-acef-9962642a0e54
type: RELATED_TO type: RELATED_TO
@ -28,6 +28,11 @@ relations:
direction: incoming direction: incoming
strength: 0.95 strength: 0.95
edge_id: 27f91cb1-068d-48ef-b8d9-7b101a5f3ebb edge_id: 27f91cb1-068d-48ef-b8d9-7b101a5f3ebb
- target: 67898e52-470a-470e-b149-43fef0047ae9
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: 79c28e76-ff78-4b5e-8e34-194d5536ced1
--- ---
# N8N REST API Workflow Activation Pattern # N8N REST API Workflow Activation Pattern

View File

@ -6,7 +6,7 @@ tags: [n8n, server-diagnostics, workflow-architecture, decision, claude-home]
importance: 0.65 importance: 0.65
confidence: 0.8 confidence: 0.8
created: "2026-03-01T15:58:58.161120+00:00" created: "2026-03-01T15:58:58.161120+00:00"
updated: "2026-03-01T15:59:04.775739+00:00" updated: "2026-03-01T15:59:09.577761+00:00"
relations: relations:
- target: 62ee21e8-2b56-4d38-a73d-47e2724f08c6 - target: 62ee21e8-2b56-4d38-a73d-47e2724f08c6
type: BUILDS_ON type: BUILDS_ON
@ -28,6 +28,11 @@ relations:
direction: incoming direction: incoming
strength: 0.9 strength: 0.9
edge_id: 0814c2ac-d741-4feb-95f6-aad8d2cb0264 edge_id: 0814c2ac-d741-4feb-95f6-aad8d2cb0264
- target: de4a3c65-6eb5-4f73-ad69-685dba0a7847
type: RELATED_TO
direction: incoming
strength: 0.8
edge_id: 79c28e76-ff78-4b5e-8e34-194d5536ced1
--- ---
# N8N Server Health Monitor Architecture # N8N Server Health Monitor Architecture

View File

@ -0,0 +1,13 @@
---
id: 79c28e76-ff78-4b5e-8e34-194d5536ced1
type: RELATED_TO
from_id: de4a3c65-6eb5-4f73-ad69-685dba0a7847
from_title: "Pattern: N8N REST API workflow activation sequence"
to_id: 67898e52-470a-470e-b149-43fef0047ae9
to_title: "Architecture: N8N Server Health Monitor uses Master Loop + Sub-workflow pattern"
strength: 0.8
created: "2026-03-01T15:59:09.577761+00:00"
updated: "2026-03-01T15:59:09.577761+00:00"
---
REST API activation pattern used during Server Health Monitor workflow recovery