File size: 423 Bytes
02117ee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 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"
]
}
|