@workflow/core 5.0.0-beta.5 → 5.0.0-beta.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. package/README.md +5 -0
  2. package/dist/attribute-changes.d.ts +5 -0
  3. package/dist/attribute-changes.d.ts.map +1 -0
  4. package/dist/attribute-changes.js +25 -0
  5. package/dist/capabilities.d.ts +35 -2
  6. package/dist/capabilities.d.ts.map +1 -1
  7. package/dist/capabilities.js +74 -5
  8. package/dist/capture-stack.d.ts +1 -1
  9. package/dist/capture-stack.js +2 -2
  10. package/dist/class-serialization.d.ts +32 -0
  11. package/dist/class-serialization.d.ts.map +1 -1
  12. package/dist/class-serialization.js +37 -1
  13. package/dist/classify-error.d.ts +19 -3
  14. package/dist/classify-error.d.ts.map +1 -1
  15. package/dist/classify-error.js +98 -6
  16. package/dist/context-violation-error.d.ts +5 -5
  17. package/dist/context-violation-error.d.ts.map +1 -1
  18. package/dist/context-violation-error.js +8 -6
  19. package/dist/create-hook.d.ts +72 -7
  20. package/dist/create-hook.d.ts.map +1 -1
  21. package/dist/create-hook.js +1 -1
  22. package/dist/define-hook.js +2 -2
  23. package/dist/describe-error.d.ts +7 -7
  24. package/dist/describe-error.d.ts.map +1 -1
  25. package/dist/describe-error.js +97 -12
  26. package/dist/encryption.d.ts +38 -4
  27. package/dist/encryption.d.ts.map +1 -1
  28. package/dist/encryption.js +96 -14
  29. package/dist/events-consumer.d.ts +297 -0
  30. package/dist/events-consumer.d.ts.map +1 -1
  31. package/dist/events-consumer.js +673 -42
  32. package/dist/flushable-stream.d.ts +97 -1
  33. package/dist/flushable-stream.d.ts.map +1 -1
  34. package/dist/flushable-stream.js +291 -11
  35. package/dist/global.d.ts +36 -2
  36. package/dist/global.d.ts.map +1 -1
  37. package/dist/global.js +21 -6
  38. package/dist/index.d.ts +2 -1
  39. package/dist/index.d.ts.map +1 -1
  40. package/dist/index.js +3 -2
  41. package/dist/log-format.d.ts +2 -2
  42. package/dist/log-format.js +19 -12
  43. package/dist/logger.d.ts +1 -0
  44. package/dist/logger.d.ts.map +1 -1
  45. package/dist/logger.js +10 -6
  46. package/dist/private.d.ts +226 -9
  47. package/dist/private.d.ts.map +1 -1
  48. package/dist/private.js +626 -7
  49. package/dist/replay-divergence.d.ts +25 -0
  50. package/dist/replay-divergence.d.ts.map +1 -0
  51. package/dist/replay-divergence.js +61 -0
  52. package/dist/replay-payload-cache.d.ts +64 -0
  53. package/dist/replay-payload-cache.d.ts.map +1 -0
  54. package/dist/replay-payload-cache.js +158 -0
  55. package/dist/runtime/compute-instance.d.ts +13 -0
  56. package/dist/runtime/compute-instance.d.ts.map +1 -0
  57. package/dist/runtime/compute-instance.js +14 -0
  58. package/dist/runtime/constants.d.ts +315 -0
  59. package/dist/runtime/constants.d.ts.map +1 -1
  60. package/dist/runtime/constants.js +502 -16
  61. package/dist/runtime/count-step-started-events.d.ts +52 -0
  62. package/dist/runtime/count-step-started-events.d.ts.map +1 -0
  63. package/dist/runtime/count-step-started-events.js +72 -0
  64. package/dist/runtime/deployment-guard.d.ts +99 -0
  65. package/dist/runtime/deployment-guard.d.ts.map +1 -0
  66. package/dist/runtime/deployment-guard.js +154 -0
  67. package/dist/runtime/get-port-lazy.d.ts +15 -0
  68. package/dist/runtime/get-port-lazy.d.ts.map +1 -1
  69. package/dist/runtime/get-port-lazy.js +75 -6
  70. package/dist/runtime/get-world-lazy.d.ts +5 -14
  71. package/dist/runtime/get-world-lazy.d.ts.map +1 -1
  72. package/dist/runtime/get-world-lazy.js +19 -29
  73. package/dist/runtime/helpers.d.ts +415 -29
  74. package/dist/runtime/helpers.d.ts.map +1 -1
  75. package/dist/runtime/helpers.js +686 -57
  76. package/dist/runtime/quickjs-assets.generated.d.ts +14 -0
  77. package/dist/runtime/quickjs-assets.generated.d.ts.map +1 -0
  78. package/dist/runtime/quickjs-assets.generated.js +30 -0
  79. package/dist/runtime/quickjs-entrypoint.d.ts +158 -0
  80. package/dist/runtime/quickjs-entrypoint.d.ts.map +1 -0
  81. package/dist/runtime/quickjs-entrypoint.js +1863 -0
  82. package/dist/runtime/quickjs-log-view.d.ts +129 -0
  83. package/dist/runtime/quickjs-log-view.d.ts.map +1 -0
  84. package/dist/runtime/quickjs-log-view.js +229 -0
  85. package/dist/runtime/quickjs-runtime.d.ts +244 -0
  86. package/dist/runtime/quickjs-runtime.d.ts.map +1 -0
  87. package/dist/runtime/quickjs-runtime.js +2427 -0
  88. package/dist/runtime/quickjs-serde.d.ts +107 -0
  89. package/dist/runtime/quickjs-serde.d.ts.map +1 -0
  90. package/dist/runtime/quickjs-serde.js +2159 -0
  91. package/dist/runtime/replay-budget.d.ts +97 -0
  92. package/dist/runtime/replay-budget.d.ts.map +1 -0
  93. package/dist/runtime/replay-budget.js +139 -0
  94. package/dist/runtime/replay-recovery-reporter.d.ts +36 -0
  95. package/dist/runtime/replay-recovery-reporter.d.ts.map +1 -0
  96. package/dist/runtime/replay-recovery-reporter.js +64 -0
  97. package/dist/runtime/resume-hook.d.ts +91 -8
  98. package/dist/runtime/resume-hook.d.ts.map +1 -1
  99. package/dist/runtime/resume-hook.js +512 -89
  100. package/dist/runtime/resume-latency.d.ts +150 -0
  101. package/dist/runtime/resume-latency.d.ts.map +1 -0
  102. package/dist/runtime/resume-latency.js +155 -0
  103. package/dist/runtime/run-id-time.d.ts +19 -0
  104. package/dist/runtime/run-id-time.d.ts.map +1 -0
  105. package/dist/runtime/run-id-time.js +42 -0
  106. package/dist/runtime/run.d.ts +72 -7
  107. package/dist/runtime/run.d.ts.map +1 -1
  108. package/dist/runtime/run.js +280 -53
  109. package/dist/runtime/runs.d.ts +54 -3
  110. package/dist/runtime/runs.d.ts.map +1 -1
  111. package/dist/runtime/runs.js +126 -16
  112. package/dist/runtime/start.d.ts +101 -2
  113. package/dist/runtime/start.d.ts.map +1 -1
  114. package/dist/runtime/start.js +352 -61
  115. package/dist/runtime/step-executor.d.ts +186 -5
  116. package/dist/runtime/step-executor.d.ts.map +1 -1
  117. package/dist/runtime/step-executor.js +768 -130
  118. package/dist/runtime/step-latency.d.ts +220 -0
  119. package/dist/runtime/step-latency.d.ts.map +1 -0
  120. package/dist/runtime/step-latency.js +215 -0
  121. package/dist/runtime/step-ownership.d.ts +72 -0
  122. package/dist/runtime/step-ownership.d.ts.map +1 -0
  123. package/dist/runtime/step-ownership.js +114 -0
  124. package/dist/runtime/step-single-flight.d.ts +12 -0
  125. package/dist/runtime/step-single-flight.d.ts.map +1 -0
  126. package/dist/runtime/step-single-flight.js +75 -0
  127. package/dist/runtime/suspension-handler.d.ts +247 -7
  128. package/dist/runtime/suspension-handler.d.ts.map +1 -1
  129. package/dist/runtime/suspension-handler.js +1304 -125
  130. package/dist/runtime/unserializable-step.d.ts +34 -0
  131. package/dist/runtime/unserializable-step.d.ts.map +1 -0
  132. package/dist/runtime/unserializable-step.js +52 -0
  133. package/dist/runtime/vm-mode.d.ts +44 -0
  134. package/dist/runtime/vm-mode.d.ts.map +1 -0
  135. package/dist/runtime/vm-mode.js +62 -0
  136. package/dist/runtime/vm-serde-bundle.generated.d.ts +14 -0
  137. package/dist/runtime/vm-serde-bundle.generated.d.ts.map +1 -0
  138. package/dist/runtime/vm-serde-bundle.generated.js +16 -0
  139. package/dist/runtime/wait-continuation.d.ts +106 -0
  140. package/dist/runtime/wait-continuation.d.ts.map +1 -0
  141. package/dist/runtime/wait-continuation.js +136 -0
  142. package/dist/runtime/wait-until.d.ts +18 -0
  143. package/dist/runtime/wait-until.d.ts.map +1 -0
  144. package/dist/runtime/wait-until.js +42 -0
  145. package/dist/runtime/world-compatibility.d.ts +32 -0
  146. package/dist/runtime/world-compatibility.d.ts.map +1 -0
  147. package/dist/runtime/world-compatibility.js +44 -0
  148. package/dist/runtime/world-init.d.ts +17 -42
  149. package/dist/runtime/world-init.d.ts.map +1 -1
  150. package/dist/runtime/world-init.js +18 -43
  151. package/dist/runtime/world.d.ts +14 -2
  152. package/dist/runtime/world.d.ts.map +1 -1
  153. package/dist/runtime/world.js +75 -19
  154. package/dist/runtime.d.ts +10 -6
  155. package/dist/runtime.d.ts.map +1 -1
  156. package/dist/runtime.js +3911 -489
  157. package/dist/sealed-box.d.ts +167 -0
  158. package/dist/sealed-box.d.ts.map +1 -0
  159. package/dist/sealed-box.js +571 -0
  160. package/dist/serialization/client.d.ts +3 -3
  161. package/dist/serialization/client.d.ts.map +1 -1
  162. package/dist/serialization/client.js +8 -4
  163. package/dist/serialization/codec-devalue-vm.d.ts +16 -0
  164. package/dist/serialization/codec-devalue-vm.d.ts.map +1 -0
  165. package/dist/serialization/codec-devalue-vm.js +148 -0
  166. package/dist/serialization/codec-devalue.d.ts +1 -1
  167. package/dist/serialization/codec-devalue.d.ts.map +1 -1
  168. package/dist/serialization/codec-devalue.js +24 -6
  169. package/dist/serialization/codec.d.ts +37 -2
  170. package/dist/serialization/codec.d.ts.map +1 -1
  171. package/dist/serialization/codec.js +2 -2
  172. package/dist/serialization/compression.d.ts +105 -0
  173. package/dist/serialization/compression.d.ts.map +1 -0
  174. package/dist/serialization/compression.js +261 -0
  175. package/dist/serialization/encryption.d.ts +119 -17
  176. package/dist/serialization/encryption.d.ts.map +1 -1
  177. package/dist/serialization/encryption.js +152 -17
  178. package/dist/serialization/errors.d.ts +13 -0
  179. package/dist/serialization/errors.d.ts.map +1 -1
  180. package/dist/serialization/errors.js +20 -2
  181. package/dist/serialization/format.d.ts +6 -6
  182. package/dist/serialization/format.js +7 -7
  183. package/dist/serialization/hardened.d.ts +156 -0
  184. package/dist/serialization/hardened.d.ts.map +1 -0
  185. package/dist/serialization/hardened.js +538 -0
  186. package/dist/serialization/index.d.ts +10 -8
  187. package/dist/serialization/index.d.ts.map +1 -1
  188. package/dist/serialization/index.js +10 -8
  189. package/dist/serialization/reducers/class-vm.d.ts +20 -0
  190. package/dist/serialization/reducers/class-vm.d.ts.map +1 -0
  191. package/dist/serialization/reducers/class-vm.js +77 -0
  192. package/dist/serialization/reducers/class.d.ts.map +1 -1
  193. package/dist/serialization/reducers/class.js +11 -6
  194. package/dist/serialization/reducers/common-vm.d.ts +15 -0
  195. package/dist/serialization/reducers/common-vm.d.ts.map +1 -0
  196. package/dist/serialization/reducers/common-vm.js +616 -0
  197. package/dist/serialization/reducers/common.d.ts +1 -1
  198. package/dist/serialization/reducers/common.d.ts.map +1 -1
  199. package/dist/serialization/reducers/common.js +202 -62
  200. package/dist/serialization/reducers/step-function-vm.d.ts +44 -0
  201. package/dist/serialization/reducers/step-function-vm.d.ts.map +1 -0
  202. package/dist/serialization/reducers/step-function-vm.js +97 -0
  203. package/dist/serialization/reducers/step-function.d.ts.map +1 -1
  204. package/dist/serialization/reducers/step-function.js +25 -9
  205. package/dist/serialization/step.d.ts +4 -4
  206. package/dist/serialization/step.d.ts.map +1 -1
  207. package/dist/serialization/step.js +9 -5
  208. package/dist/serialization/types.d.ts +80 -1
  209. package/dist/serialization/types.d.ts.map +1 -1
  210. package/dist/serialization/types.js +15 -1
  211. package/dist/serialization/workflow-vm.d.ts +29 -0
  212. package/dist/serialization/workflow-vm.d.ts.map +1 -0
  213. package/dist/serialization/workflow-vm.js +74 -0
  214. package/dist/serialization-format.d.ts +64 -8
  215. package/dist/serialization-format.d.ts.map +1 -1
  216. package/dist/serialization-format.js +225 -73
  217. package/dist/serialization.d.ts +262 -34
  218. package/dist/serialization.d.ts.map +1 -1
  219. package/dist/serialization.js +1885 -277
  220. package/dist/set-attributes.d.ts +13 -0
  221. package/dist/set-attributes.d.ts.map +1 -0
  222. package/dist/set-attributes.js +60 -0
  223. package/dist/source-map.d.ts +25 -0
  224. package/dist/source-map.d.ts.map +1 -1
  225. package/dist/source-map.js +154 -10
  226. package/dist/step/context-storage.d.ts +63 -2
  227. package/dist/step/context-storage.d.ts.map +1 -1
  228. package/dist/step/context-storage.js +7 -5
  229. package/dist/step/writable-stream.d.ts +3 -3
  230. package/dist/step/writable-stream.d.ts.map +1 -1
  231. package/dist/step/writable-stream.js +80 -13
  232. package/dist/step.d.ts.map +1 -1
  233. package/dist/step.js +148 -27
  234. package/dist/symbols.d.ts +50 -0
  235. package/dist/symbols.d.ts.map +1 -1
  236. package/dist/symbols.js +51 -1
  237. package/dist/telemetry/semantic-conventions.d.ts +433 -2
  238. package/dist/telemetry/semantic-conventions.d.ts.map +1 -1
  239. package/dist/telemetry/semantic-conventions.js +319 -3
  240. package/dist/telemetry.d.ts +91 -0
  241. package/dist/telemetry.d.ts.map +1 -1
  242. package/dist/telemetry.js +244 -17
  243. package/dist/test-support/orchestrator-context.d.ts +25 -0
  244. package/dist/test-support/orchestrator-context.d.ts.map +1 -0
  245. package/dist/test-support/orchestrator-context.js +107 -0
  246. package/dist/types.d.ts +6 -0
  247. package/dist/types.d.ts.map +1 -1
  248. package/dist/types.js +23 -1
  249. package/dist/util.d.ts +0 -5
  250. package/dist/util.d.ts.map +1 -1
  251. package/dist/util.js +1 -15
  252. package/dist/version.d.ts +1 -1
  253. package/dist/version.d.ts.map +1 -1
  254. package/dist/version.js +2 -2
  255. package/dist/vm/index.d.ts.map +1 -1
  256. package/dist/vm/index.js +84 -14
  257. package/dist/vm/script-cache.d.ts +26 -0
  258. package/dist/vm/script-cache.d.ts.map +1 -0
  259. package/dist/vm/script-cache.js +131 -0
  260. package/dist/vm/uint8array-base64.js +1 -1
  261. package/dist/workflow/abort-controller.d.ts +2 -2
  262. package/dist/workflow/abort-controller.d.ts.map +1 -1
  263. package/dist/workflow/abort-controller.js +88 -21
  264. package/dist/workflow/attribute-dispatcher.d.ts +6 -0
  265. package/dist/workflow/attribute-dispatcher.d.ts.map +1 -0
  266. package/dist/workflow/attribute-dispatcher.js +45 -0
  267. package/dist/workflow/create-hook.d.ts.map +1 -1
  268. package/dist/workflow/create-hook.js +24 -3
  269. package/dist/workflow/get-workflow-metadata.js +2 -2
  270. package/dist/workflow/hook.d.ts.map +1 -1
  271. package/dist/workflow/hook.js +304 -47
  272. package/dist/workflow/index.d.ts +1 -0
  273. package/dist/workflow/index.d.ts.map +1 -1
  274. package/dist/workflow/index.js +2 -1
  275. package/dist/workflow/set-attributes.d.ts +68 -0
  276. package/dist/workflow/set-attributes.d.ts.map +1 -0
  277. package/dist/workflow/set-attributes.js +60 -0
  278. package/dist/workflow/sleep.d.ts.map +1 -1
  279. package/dist/workflow/sleep.js +58 -12
  280. package/dist/workflow/world-init-stub.d.ts +3 -3
  281. package/dist/workflow/world-init-stub.js +4 -4
  282. package/dist/workflow.d.ts +95 -3
  283. package/dist/workflow.d.ts.map +1 -1
  284. package/dist/workflow.js +900 -561
  285. package/docs/api-reference/create-hook.mdx +89 -10
  286. package/docs/api-reference/create-webhook.mdx +16 -15
  287. package/docs/api-reference/define-hook.mdx +35 -33
  288. package/docs/api-reference/fatal-error.mdx +30 -8
  289. package/docs/api-reference/fetch.mdx +14 -10
  290. package/docs/api-reference/get-step-metadata.mdx +2 -2
  291. package/docs/api-reference/get-workflow-metadata.mdx +3 -3
  292. package/docs/api-reference/get-writable.mdx +7 -7
  293. package/docs/api-reference/index.mdx +4 -1
  294. package/docs/api-reference/retryable-error.mdx +1 -1
  295. package/docs/api-reference/set-attributes.mdx +61 -0
  296. package/docs/api-reference/sleep.mdx +4 -4
  297. package/docs/foundations/cancellation.mdx +31 -32
  298. package/docs/foundations/errors-and-retries.mdx +42 -11
  299. package/docs/foundations/hooks.mdx +64 -35
  300. package/docs/foundations/idempotency.mdx +244 -12
  301. package/docs/foundations/index.mdx +1 -23
  302. package/docs/foundations/meta.json +2 -1
  303. package/docs/foundations/serialization.mdx +21 -22
  304. package/docs/foundations/starting-workflows.mdx +106 -30
  305. package/docs/foundations/streaming.mdx +108 -60
  306. package/docs/foundations/versioning.mdx +263 -0
  307. package/docs/foundations/workflows-and-steps.mdx +9 -9
  308. package/docs/how-it-works/cancellation.mdx +63 -63
  309. package/docs/how-it-works/code-transform.mdx +83 -67
  310. package/docs/how-it-works/encryption.mdx +30 -26
  311. package/docs/how-it-works/event-sourcing.mdx +125 -34
  312. package/docs/how-it-works/framework-integrations.mdx +96 -337
  313. package/docs/how-it-works/understanding-directives.mdx +22 -22
  314. package/package.json +24 -15
  315. package/dist/runtime/step-handler.d.ts +0 -2
  316. package/dist/runtime/step-handler.d.ts.map +0 -1
  317. package/dist/runtime/step-handler.js +0 -776
package/dist/private.d.ts CHANGED
@@ -1,10 +1,12 @@
1
1
  /**
2
2
  * Utils used by the bundler when transforming code
3
3
  */
4
- import type { CryptoKey } from './encryption.js';
4
+ import type { WorldCapabilities } from '@workflow/world';
5
5
  import type { EventsConsumer } from './events-consumer.js';
6
- import type { QueueItem } from './global.js';
6
+ import { type QueueItem } from './global.js';
7
+ import type { ReplayPayloadCache } from './replay-payload-cache.js';
7
8
  import type { Serializable } from './schemas.js';
9
+ import type { PayloadKey } from './serialization/encryption.js';
8
10
  export type StepFunction<Args extends Serializable[] = any[], Result extends Serializable | unknown = unknown> = ((...args: Args) => Promise<Result>) & {
9
11
  maxRetries?: number;
10
12
  stepId?: string;
@@ -25,8 +27,17 @@ export declare function registerStepFunction(stepId: string, stepFn: StepFunctio
25
27
  export declare function getStepFunction(stepId: string): StepFunction | undefined;
26
28
  export interface WorkflowOrchestratorContext {
27
29
  runId: string;
28
- encryptionKey: CryptoKey | undefined;
30
+ encryptionKey: PayloadKey | undefined;
31
+ worldCapabilities?: WorldCapabilities;
29
32
  globalThis: typeof globalThis;
33
+ /**
34
+ * Increments when a suspension is accepted and on every retained-session
35
+ * resume. Step, hook, wait, and attribute suspension signals capture it when
36
+ * scheduled and no-op if it moved, which drops same-boundary sibling signals
37
+ * and timers queued at boundary N that would fire after the session resumed
38
+ * into boundary N+1.
39
+ */
40
+ suspensionGeneration: number;
30
41
  eventsConsumer: EventsConsumer;
31
42
  /**
32
43
  * Map of pending invocations keyed by correlationId.
@@ -34,7 +45,20 @@ export interface WorkflowOrchestratorContext {
34
45
  */
35
46
  invocationsQueue: Map<string, QueueItem>;
36
47
  onWorkflowError: (error: Error) => void;
48
+ /**
49
+ * Mints the ULID body of a correlation id. Every entity a replay creates
50
+ * draws from this one monotonic sequence, so an id is an ordinal over the
51
+ * whole run and both replays of a run must draw in the same order.
52
+ */
37
53
  generateUlid: () => string;
54
+ /**
55
+ * Monotone count of correlation-id draws this replay has made. Progress
56
+ * metric for {@link quiesceEarlierCascades}: a macrotask turn in which it
57
+ * does not move (and no hydration is in flight) means every woken branch has
58
+ * run as far as it can without another delivery. Optional so lightweight
59
+ * test contexts degrade to the single-yield behavior.
60
+ */
61
+ readonly mintCount?: number;
38
62
  generateNanoid: () => string;
39
63
  /**
40
64
  * Sequential promise queue that ensures all event-driven promise resolutions
@@ -46,18 +70,211 @@ export interface WorkflowOrchestratorContext {
46
70
  promiseQueue: Promise<void>;
47
71
  /**
48
72
  * Counter of in-flight async data delivery operations (step result
49
- * hydration, hook payload hydration). Suspensions must wait for this
50
- * to reach 0 before firing, to avoid preempting data delivery.
73
+ * hydration, hook payload hydration, abort signal hydration). Suspensions
74
+ * must wait for this to reach 0 before firing, to avoid preempting data
75
+ * delivery, e.g. dehydrating a step's arguments while an abort that should
76
+ * be reflected in those arguments is still hydrating its reason.
51
77
  */
52
78
  pendingDeliveries: number;
79
+ /**
80
+ * Ordered registry of in-flight "branch-deciding" deliveries: the
81
+ * resolutions a workflow typically `Promise.race`s on, or awaits from
82
+ * independent concurrent branches: hook payloads (`hook_received`), wait
83
+ * completions (`wait_completed`), and step results (`step_completed` /
84
+ * `step_failed`). Keyed by the delivery's position (index) in the consumed
85
+ * event log.
86
+ *
87
+ * The problem: each of these resolutions reaches workflow code after a
88
+ * different, workload-dependent number of microtask hops. A buffered hook
89
+ * payload is observed via the async hook iterator (`yield await this`),
90
+ * costing extra hops; a `wait_completed` resolves with fewer, and a reused
91
+ * sleep can resolve in an entirely earlier loop iteration; a step result is
92
+ * gated on hydration whose cost varies between replays of the SAME
93
+ * invocation: the first replay pays the full decrypt/decompress/revive,
94
+ * while later replays sharing the invocation's `ReplayPayloadCache`
95
+ * memo-hit small primitive results and resolve in one or two hops. Either
96
+ * way, the resolution that the committed event log ordered first can lose a
97
+ * `Promise.race` (or a `useStep` ULID allocation) to a faster- or
98
+ * already-resolved competitor, diverging from the log and surfacing as
99
+ * `CorruptedEventLogError`.
100
+ *
101
+ * The fix is a strict, deterministic delivery order anchored on
102
+ * event-log position: a delivery does not resolve to the workflow until
103
+ * every relevant earlier-in-log delivery has been delivered. Because the
104
+ * gate is "the earlier delivery resolved", not "won a timing race", the
105
+ * outcome is independent of microtask hops, hydration/decryption time,
106
+ * and `Promise.race` argument order. Which earlier kinds a delivery defers
107
+ * behind is spelled out on {@link awaitEarlierDeliveries}.
108
+ *
109
+ * Index is used rather than the `eventId` string because `eventId` is an
110
+ * opaque, world-assigned value not guaranteed to sort in creation order
111
+ * (only the bundled ULID worlds happen to).
112
+ *
113
+ * Optional so older/out-of-tree contexts (and lightweight test harnesses)
114
+ * that do not initialize it degrade gracefully to the previous behavior.
115
+ */
116
+ pendingDeliveryBarriers?: Map<number, DeliveryBarrierEntry>;
117
+ /**
118
+ * Invocation-scoped cache of prepared serialized payloads and immutable final
119
+ * values. Prepared bytes survive fresh replay VMs; object graphs do not.
120
+ */
121
+ replayPayloadCache: ReplayPayloadCache;
122
+ }
123
+ /** The kind of branch-deciding delivery a barrier represents. */
124
+ export type DeliveryKind = 'hook' | 'wait' | 'step';
125
+ interface DeliveryBarrierEntry {
126
+ kind: DeliveryKind;
127
+ /** Resolves once this delivery is handed to the workflow or retired. */
128
+ released: Promise<void>;
129
+ /**
130
+ * Whether this delivery is committed to reaching the workflow without any
131
+ * further action by workflow code. True for wait completions and step
132
+ * results, which always resolve from their own chain, and for a hook payload
133
+ * that already had a waiting consumer when it was consumed.
134
+ *
135
+ * False for a BUFFERED hook payload no consumer has claimed yet: it is
136
+ * delivered by `claim()`, i.e. whenever the workflow next reads the hook,
137
+ * which may be causally *after* a later-in-log delivery. `arm()` flips it
138
+ * once a consumer takes the payload.
139
+ */
140
+ armed: boolean;
141
+ /** Whether this entry has been removed and its `released` promise settled. */
142
+ retired: boolean;
143
+ /**
144
+ * Retire this entry: resolve `released` and remove it from the registry,
145
+ * without marking the handle delivered to the workflow. A safety-retired
146
+ * buffered payload may therefore install a fresh entry if it is claimed by
147
+ * a retained VM later. Called only by the context's safety-net dispenser
148
+ * ({@link ensureBarrierSafetyNet}), and only on the lowest-index entry at
149
+ * delivery idle. Idempotent.
150
+ */
151
+ retire: () => void;
152
+ }
153
+ export declare function awaitEarlierDeliveries(ctx: WorkflowOrchestratorContext, eventIndex: number | undefined, kind: DeliveryKind): Promise<void>;
154
+ /** Handle for a registered branch-deciding delivery barrier. */
155
+ export interface DeliveryBarrier {
156
+ /**
157
+ * Mark this delivery as delivered to the workflow. Resolves its
158
+ * `released` promise so any later-in-log delivery gated on it (via
159
+ * {@link awaitEarlierDeliveries}) may proceed, and removes it from the
160
+ * registry. Idempotent.
161
+ */
162
+ markDelivered: () => void;
163
+ /**
164
+ * Mark this delivery as committed to happening, for a barrier registered
165
+ * unarmed (a buffered hook payload) once a consumer has claimed it. From
166
+ * then on a later step result may be ordered behind it. Idempotent.
167
+ */
168
+ arm: () => void;
53
169
  }
170
+ /**
171
+ * Register a branch-deciding delivery at its event-log index so that later
172
+ * deliveries can be ordered strictly after it. Returns an inert handle when
173
+ * `pendingDeliveryBarriers` is not initialized.
174
+ *
175
+ * Pass `armed: false` for a delivery whose resolution waits on workflow code
176
+ * asking for it (a buffered hook payload); call `arm()` when it does.
177
+ *
178
+ * To guarantee a later delivery gated on this one can never hang when this
179
+ * delivery is abandoned (the workflow took a different branch or is
180
+ * suspending and never observes it), the barrier auto-resolves at idle.
181
+ *
182
+ * INVARIANT required of every call site: a barrier that is ever `armed` must
183
+ * be paired with a delivery chain that runs unconditionally, attached when
184
+ * the event is consumed (waits, step results, waiting-consumer hook payloads,
185
+ * aborts), or by the `claim()` whose invocation is what arms it (buffered
186
+ * hook payloads). The idle check ({@link scheduleWhenIdle}) refuses to
187
+ * observe idle while an armed, self-resolving barrier is undelivered, and the
188
+ * safety net below is itself idle-gated, so an armed barrier with no
189
+ * unconditional chain would livelock every idle check in the run, including
190
+ * its own retirement.
191
+ */
192
+ export declare function registerDeliveryBarrier(ctx: WorkflowOrchestratorContext, eventIndex: number | undefined, kind: DeliveryKind, options?: {
193
+ armed?: boolean;
194
+ }): DeliveryBarrier;
195
+ /**
196
+ * Whether some registered branch-deciding delivery is going to reach the
197
+ * workflow without any further help (it is armed and not transitively parked
198
+ * behind an unclaimed buffered payload, see {@link resolvesOnItsOwn}) but
199
+ * has not been handed over yet.
200
+ *
201
+ * This is the delivery state `pendingDeliveries` cannot see. That counter
202
+ * covers the hydration window inside a serial `promiseQueue` slot and is
203
+ * released there, while the delivery's `resolve()` runs later, from a
204
+ * detached continuation behind {@link awaitEarlierDeliveries}, including its
205
+ * macrotask yield whenever the delivery had to defer. Replaying a batch of N
206
+ * parallel step results consumed in one drain window leaves N-1 of them
207
+ * parked on that yield with `pendingDeliveries` already at 0. An idle check
208
+ * armed during the same window (a pending `sleep()` arms one on every replay)
209
+ * could then observe "idle" mid-deferral and raise a `WorkflowSuspension`
210
+ * BEFORE the workflow's own continuations ran: a suspension carrying none of
211
+ * the follow-up work the batch was about to create, which the runtime
212
+ * dutifully schedules as nothing, leaving the run dormant until an unrelated
213
+ * timer fires (vercel/workflow#3183).
214
+ *
215
+ * Deliveries that do NOT resolve on their own must be excluded, not for
216
+ * accuracy but for termination: an unclaimed buffered hook payload is retired
217
+ * BY the idle safety net in {@link registerDeliveryBarrier}, so counting it
218
+ * here would gate its own retirement. That reasoning extends to whatever is
219
+ * parked behind such a payload (a wait, and a step gating on that wait) for
220
+ * the same reason: the whole chain moves only once the net fires, and it
221
+ * cannot fire while the chain is counted. Self-resolving deliveries always
222
+ * deliver from their own chains (see the INVARIANT on
223
+ * {@link registerDeliveryBarrier}) and never need that net, so waiting on
224
+ * them is deadlock-free.
225
+ */
226
+ export declare function hasParkedCommittedDelivery(ctx: WorkflowOrchestratorContext): boolean;
227
+ /**
228
+ * Whether no data delivery (step result, hook payload) is in flight right now.
229
+ *
230
+ * "In flight" is two distinct windows, each with its own guard:
231
+ * `pendingDeliveries > 0` covers hydration inside the serial queue slots, and
232
+ * {@link hasParkedCommittedDelivery} covers the detached gap between a slot
233
+ * releasing that counter and the delivery's `resolve()` actually running,
234
+ * deliberately outside `pendingDeliveries` (see step.ts), and invisible to it.
235
+ *
236
+ * Anything that decides a replay is over, or that a replay went wrong, has to
237
+ * consult this first: while it is false the workflow VM is mid-reaction, so
238
+ * what it has and has not done yet says nothing about the run. Two callers
239
+ * read it, for the two such decisions: {@link scheduleWhenIdle} for the
240
+ * suspension, and the events consumer's unconsumed-event check for divergence.
241
+ *
242
+ * A non-empty barrier registry counts as in flight, even when every remaining
243
+ * entry is parked behind an unclaimed buffered payload. Those entries only
244
+ * move when the safety-net dispenser retires them (lowest-first, see
245
+ * {@link ensureBarrierSafetyNet}), and the deliveries they release are real
246
+ * workflow reactions: a suspension raised before they run would be computed
247
+ * from a VM that has not seen them, scheduling none of their follow-up work
248
+ * and leaving the run dormant (the vercel/workflow#3183 shape). The dispenser
249
+ * itself is gated on {@link canRetireAbandonedBarriers}, the weaker predicate
250
+ * without the registry term, precisely so it can do the draining that this
251
+ * predicate waits for; registry size strictly decreases at each retirement,
252
+ * so idle is always reached.
253
+ */
254
+ export declare function isDeliveryIdle(ctx: WorkflowOrchestratorContext): boolean;
54
255
  /**
55
256
  * Schedule a callback to fire only after all pending data deliveries
56
257
  * (step results, hook payloads) and async deserialization have completed.
57
- * Uses a polling loop: setTimeout(0) → check pendingDeliveries
58
- * if > 0, wait for promiseQueue → repeat. This handles the multi-round
59
- * delivery pattern where each hook payload delivery cycle appends new
60
- * async work to the promiseQueue.
258
+ * Uses a polling loop: setTimeout(0) → check pendingDeliveries and the
259
+ * barrier registry → if anything is still in flight, wait for promiseQueue →
260
+ * repeat. This handles the multi-round delivery pattern where each hook
261
+ * payload delivery cycle appends new async work to the promiseQueue. What
262
+ * counts as in flight is {@link isDeliveryIdle}.
263
+ *
264
+ * The initial `setTimeout(0)` macrotask is load-bearing and must NOT be
265
+ * downgraded to a microtask (`queueMicrotask`/`Promise.resolve().then`).
266
+ * `pendingDeliveries` only guards the host-side hydration window; between a
267
+ * delivery's `resolve()` and the workflow VM body running its continuation to
268
+ * register the next subscriber, `pendingDeliveries` is already 0 even though
269
+ * the VM is mid-reaction. Node does not guarantee a microtask scheduled in
270
+ * the host context settles after the cross-VM promise chain (resolve in host
271
+ * → workflow code in VM → subscribe back in host); the macrotask boundary
272
+ * gives that chain time to run, so the suspension does not preempt a sibling
273
+ * delivery still in flight. Empirically, replacing it with `queueMicrotask`
274
+ * breaks hook/sleep `Promise.race` ordering (CorruptedEventLogError).
61
275
  */
62
276
  export declare function scheduleWhenIdle(ctx: WorkflowOrchestratorContext, fn: () => void): void;
277
+ /** Schedule a generation-guarded suspension after deliveries settle. */
278
+ export declare function scheduleWorkflowSuspension(ctx: WorkflowOrchestratorContext): void;
279
+ export {};
63
280
  //# sourceMappingURL=private.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"private.d.ts","sourceRoot":"","sources":["../src/private.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,MAAM,YAAY,CACtB,IAAI,SAAS,YAAY,EAAE,GAAG,GAAG,EAAE,EACnC,MAAM,SAAS,YAAY,GAAG,OAAO,GAAG,OAAO,IAC7C,CAAC,CAAC,GAAG,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG;IACzC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAsEF;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,QAGxE;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAoBxE;AAOD,MAAM,WAAW,2BAA2B;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,SAAS,GAAG,SAAS,CAAC;IACrC,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,cAAc,EAAE,cAAc,CAAC;IAC/B;;;OAGG;IACH,gBAAgB,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IACzC,eAAe,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACxC,YAAY,EAAE,MAAM,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,MAAM,CAAC;IAC7B;;;;;;OAMG;IACH,YAAY,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5B;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC9B,GAAG,EAAE,2BAA2B,EAChC,EAAE,EAAE,MAAM,IAAI,GACb,IAAI,CAYN"}
1
+ {"version":3,"file":"private.d.ts","sourceRoot":"","sources":["../src/private.ts"],"names":[],"mappings":"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"}