feat(10.1-05): deploy sub-workflows to n8n with real IDs

- Replaced TODO placeholders with actual n8n workflow IDs:
  - Batch UI: ZJhnGzJT26UUmW45
  - Container Status: lqpg2CqesnKE2RJQ
  - Confirmation Dialogs: fZ1hu8eiovkCk08G
- Updated instructions.md with new workflow IDs and renamed files
- All workflows deployed and activated in n8n

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lucas Berger
2026-02-04 21:39:37 -05:00
parent 68dd7ff803
commit fae429a05e
2 changed files with 12 additions and 9 deletions
+6 -3
View File
@@ -14,9 +14,12 @@ N8N_API_KEY=your-api-key
| Workflow | ID | File |
|----------|-----|------|
| Docker Manager Bot (main) | `HmiXBlJefBRPMS0m4iNYc` | `n8n-workflow.json` |
| Container Update | `7AvTzLtKXM2hZTio92_mC` | `n8n-container-update.json` |
| Container Actions | `fYSZS5PkH0VSEaT5` | `n8n-container-actions.json` |
| Container Logs | `oE7aO2GhbksXDEIw` | `n8n-container-logs.json` |
| Container Update | `7AvTzLtKXM2hZTio92_mC` | `n8n-update.json` |
| Container Actions | `fYSZS5PkH0VSEaT5` | `n8n-actions.json` |
| Container Logs | `oE7aO2GhbksXDEIw` | `n8n-logs.json` |
| Batch UI | `ZJhnGzJT26UUmW45` | `n8n-batch-ui.json` |
| Container Status | `lqpg2CqesnKE2RJQ` | `n8n-status.json` |
| Confirmation Dialogs | `fZ1hu8eiovkCk08G` | `n8n-confirmation.json` |
**Push workflow to n8n:**
```bash