Type Alias: WorkflowRoutingMode
WorkflowRoutingMode = typeof
WorkflowRoutingMode[keyof typeofWorkflowRoutingMode]
Defined in: packages/sdk/src/types/generated/workflow.ts:358
How the engine routes a member through a workflow's tasks.
open_world (default) keeps legacy navigation: task:execute rules +
TaskAssociation edges + set_current_task + check_edges.
strict enables server-enforced Enter/Command/Exit phases with no
set_current_task and no edge auto-routing.
See docs/decisions/ai/strict-workflow/implementation-plan.md.