mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
@workflow/core
Core runtime package for Workflow SDK.
Queued step messages carry immutable run identity in runContext, so step
execution skips the initial runs.get and fetches the run row only when
continuing into workflow replay. Messages from older producers without
runContext retain the initial fetch.