Expand description
WorkflowMeta — read-only workflow metadata for execution.
Inspired by rustc’s Session pattern. Created once from AnalyzedWorkflow, shared via Arc across all runtime components.
This provides bidirectional TaskId ↔ name mapping and workflow-level defaults (provider, model) without requiring mutable access.
Structs§
- Workflow
Meta - Read-only workflow metadata — immutable after construction.