mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
543f481a79
- start(): always record the resolved runtime (node-vm | quickjs) on the run's executionContext (defaulting to node-vm), so every run captures which runtime it uses and the choice is pinned per-run. - runtime.ts: tag the workflow execution span with `workflow.runtime` (Attribute.WorkflowRuntime), resolved per-invocation via useQuickJSRuntime so it's authoritative on resumes — for both the node:vm and QuickJS paths. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>