feat: add dry-run workflow execution boundary
This commit is contained in:
@@ -59,12 +59,23 @@ Canary and Active can be configured and evaluated by the control plane, the
|
||||
Portal does not hand execution ownership to LangGraph yet. This prevents an
|
||||
administrative configuration mistake from creating two task executors.
|
||||
|
||||
Phase 3 makes that restriction explicit in the contract. Routing returns both
|
||||
`candidateEngine` and `engine`: Canary or Active may nominate LangGraph, while
|
||||
`engine` remains Native. The decision is projected as
|
||||
`workflow_execution_planned` with `dryRun=true` and `handoffAllowed=false`.
|
||||
The execution adapter normalizes authorization, idempotency, timeout,
|
||||
cancellation, and fallback controls, but its non-Native dispatch path is
|
||||
hard-disabled in code. Changing memindadm configuration or setting an
|
||||
environment override cannot transfer execution ownership.
|
||||
|
||||
## Protocol
|
||||
|
||||
The framework-neutral contracts are:
|
||||
|
||||
- `orchestrator-run-v1`
|
||||
- `orchestrator-event-v1`
|
||||
- `workflow-execution-request-v1`
|
||||
- `workflow-execution-decision-v1`
|
||||
|
||||
The implemented internal API is:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user