feat: execute workflow bridge nodes in graph runtime
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
### Phase 4
|
||||
|
||||
- [x] Workflow context introduced
|
||||
- [ ] Node outputs are persisted and reusable
|
||||
- [x] Node outputs are persisted and reusable
|
||||
- [ ] Graph runtime supports legacy fallback
|
||||
- [ ] `legacy`, `graph`, and `shadow` modes exist
|
||||
- Progress: Phase 4 foundation now persists `WorkflowRun` and initial `WorkflowNodeResult` records for both linked workflow dispatch and `/api/workflows/{id}/dispatch`, while keeping the legacy preset dispatcher as the safe default fallback.
|
||||
- Progress: Graph dispatch now executes the extracted bridge nodes (`order_line_setup`, `resolve_template`, `material_map_resolve`, `auto_populate_materials`, `glb_bbox`) synchronously, persists per-node outputs/logs/durations onto `WorkflowNodeResult`, and continues to queue render/export nodes through Celery without changing the legacy preset dispatcher.
|
||||
|
||||
### Phase 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user