| SPACE_SPEC = { | |
| "id": "workflow-worker-space", | |
| "name": "Workflow Worker Space", | |
| "icon": "🧭", | |
| "color": "#0f766e", | |
| "layer": "Coordination Layer", | |
| "description": "DAG execution, task queues, retries, scheduling, and background jobs.", | |
| "responsibilities": [ | |
| "dag execution", | |
| "task queues", | |
| "retries", | |
| "scheduling", | |
| "background jobs" | |
| ], | |
| "roles": [ | |
| "automation", | |
| "execution" | |
| ] | |
| } | |