feat: expose workflow execution modes in editor
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
- [x] Workflow context introduced
|
||||
- [x] Node outputs are persisted and reusable
|
||||
- [x] Graph runtime supports legacy fallback
|
||||
- [ ] `legacy`, `graph`, and `shadow` modes exist
|
||||
- Progress: Graph dispatch now persists retry/failure policy metadata per node, retries bridge-node failures within the configured attempt budget, and the production order-line dispatcher can opt into explicit graph mode with a hard fallback back to legacy dispatch if graph execution preparation or runtime fails.
|
||||
- [x] `legacy`, `graph`, and `shadow` modes exist
|
||||
- Progress: Workflow configs now normalize to an explicit execution mode, the editor exposes and persists `legacy`/`graph`/`shadow`, production order-line dispatch can opt into graph mode with hard fallback to legacy on graph failure, and shadow mode is stored safely while still deferring duplicate-safe parity execution to Phase 6.
|
||||
|
||||
### Phase 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user