@workflow/core 5.0.0-beta.43 → 5.0.0-beta.44
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.
- package/dist/capabilities.d.ts +4 -4
- package/dist/capabilities.js +5 -5
- package/dist/capture-stack.d.ts +1 -1
- package/dist/capture-stack.js +2 -2
- package/dist/class-serialization.d.ts +8 -8
- package/dist/class-serialization.js +9 -9
- package/dist/classify-error.js +5 -5
- package/dist/context-violation-error.d.ts +5 -5
- package/dist/context-violation-error.d.ts.map +1 -1
- package/dist/context-violation-error.js +5 -5
- package/dist/create-hook.d.ts +2 -2
- package/dist/create-hook.js +1 -1
- package/dist/define-hook.js +2 -2
- package/dist/describe-error.d.ts +7 -7
- package/dist/describe-error.js +8 -8
- package/dist/encryption.d.ts +5 -5
- package/dist/encryption.js +7 -7
- package/dist/events-consumer.d.ts +19 -7
- package/dist/events-consumer.d.ts.map +1 -1
- package/dist/events-consumer.js +33 -12
- package/dist/flushable-stream.d.ts +4 -4
- package/dist/flushable-stream.js +12 -12
- package/dist/global.d.ts +1 -1
- package/dist/global.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/log-format.d.ts +2 -2
- package/dist/log-format.js +5 -5
- package/dist/logger.js +4 -4
- package/dist/private.d.ts +21 -65
- package/dist/private.d.ts.map +1 -1
- package/dist/private.js +160 -38
- package/dist/replay-payload-cache.d.ts +1 -1
- package/dist/replay-payload-cache.js +4 -4
- package/dist/runtime/compute-instance.d.ts +4 -3
- package/dist/runtime/compute-instance.d.ts.map +1 -1
- package/dist/runtime/compute-instance.js +5 -4
- package/dist/runtime/constants.d.ts +24 -24
- package/dist/runtime/constants.d.ts.map +1 -1
- package/dist/runtime/constants.js +49 -43
- package/dist/runtime/count-step-started-events.d.ts +7 -7
- package/dist/runtime/count-step-started-events.js +4 -4
- package/dist/runtime/deployment-guard.d.ts +7 -7
- package/dist/runtime/deployment-guard.js +8 -8
- package/dist/runtime/get-port-lazy.d.ts +2 -2
- package/dist/runtime/get-port-lazy.d.ts.map +1 -1
- package/dist/runtime/get-port-lazy.js +37 -30
- package/dist/runtime/get-world-lazy.d.ts +2 -2
- package/dist/runtime/get-world-lazy.js +3 -3
- package/dist/runtime/helpers.d.ts +18 -18
- package/dist/runtime/helpers.js +27 -27
- package/dist/runtime/quickjs-entrypoint.d.ts +21 -10
- package/dist/runtime/quickjs-entrypoint.d.ts.map +1 -1
- package/dist/runtime/quickjs-entrypoint.js +199 -81
- package/dist/runtime/quickjs-runtime.d.ts +31 -15
- package/dist/runtime/quickjs-runtime.d.ts.map +1 -1
- package/dist/runtime/quickjs-runtime.js +126 -77
- package/dist/runtime/quickjs-serde.d.ts +10 -10
- package/dist/runtime/quickjs-serde.js +20 -20
- package/dist/runtime/replay-budget.d.ts +4 -4
- package/dist/runtime/replay-budget.js +5 -5
- package/dist/runtime/replay-recovery-reporter.d.ts +1 -1
- package/dist/runtime/replay-recovery-reporter.js +2 -2
- package/dist/runtime/resume-hook.d.ts +2 -2
- package/dist/runtime/resume-hook.js +27 -27
- package/dist/runtime/resume-latency.d.ts +25 -25
- package/dist/runtime/resume-latency.d.ts.map +1 -1
- package/dist/runtime/resume-latency.js +4 -4
- package/dist/runtime/run-id-time.d.ts +2 -2
- package/dist/runtime/run-id-time.js +5 -5
- package/dist/runtime/run.d.ts +21 -4
- package/dist/runtime/run.d.ts.map +1 -1
- package/dist/runtime/run.js +104 -10
- package/dist/runtime/runs.d.ts +4 -4
- package/dist/runtime/runs.js +2 -2
- package/dist/runtime/start.d.ts +3 -3
- package/dist/runtime/start.d.ts.map +1 -1
- package/dist/runtime/start.js +27 -23
- package/dist/runtime/step-executor.d.ts +14 -14
- package/dist/runtime/step-executor.d.ts.map +1 -1
- package/dist/runtime/step-executor.js +54 -39
- package/dist/runtime/step-latency.d.ts +14 -14
- package/dist/runtime/step-latency.js +11 -11
- package/dist/runtime/step-ownership.d.ts +6 -6
- package/dist/runtime/step-ownership.js +8 -8
- package/dist/runtime/step-single-flight.d.ts +1 -1
- package/dist/runtime/step-single-flight.d.ts.map +1 -1
- package/dist/runtime/step-single-flight.js +17 -11
- package/dist/runtime/suspension-handler.d.ts +29 -17
- package/dist/runtime/suspension-handler.d.ts.map +1 -1
- package/dist/runtime/suspension-handler.js +206 -71
- package/dist/runtime/unserializable-step.d.ts +34 -0
- package/dist/runtime/unserializable-step.d.ts.map +1 -0
- package/dist/runtime/unserializable-step.js +52 -0
- package/dist/runtime/vm-mode.d.ts +1 -1
- package/dist/runtime/vm-mode.js +2 -2
- package/dist/runtime/wait-continuation.d.ts +31 -9
- package/dist/runtime/wait-continuation.d.ts.map +1 -1
- package/dist/runtime/wait-continuation.js +44 -13
- package/dist/runtime/wait-until.d.ts +1 -1
- package/dist/runtime/wait-until.js +2 -2
- package/dist/runtime/world-compatibility.d.ts +20 -9
- package/dist/runtime/world-compatibility.d.ts.map +1 -1
- package/dist/runtime/world-compatibility.js +24 -13
- package/dist/runtime/world-init.d.ts +5 -5
- package/dist/runtime/world-init.js +6 -6
- package/dist/runtime/world.d.ts.map +1 -1
- package/dist/runtime/world.js +13 -3
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +300 -206
- package/dist/sealed-box.d.ts +7 -7
- package/dist/sealed-box.js +15 -15
- package/dist/serialization/client.js +2 -2
- package/dist/serialization/codec-devalue-vm.d.ts +1 -1
- package/dist/serialization/codec-devalue-vm.js +4 -4
- package/dist/serialization/codec-devalue.d.ts +1 -1
- package/dist/serialization/codec-devalue.js +2 -2
- package/dist/serialization/codec.d.ts +4 -4
- package/dist/serialization/codec.js +2 -2
- package/dist/serialization/compression.d.ts +12 -11
- package/dist/serialization/compression.d.ts.map +1 -1
- package/dist/serialization/compression.js +16 -15
- package/dist/serialization/encryption.d.ts +7 -7
- package/dist/serialization/encryption.d.ts.map +1 -1
- package/dist/serialization/encryption.js +8 -8
- package/dist/serialization/errors.js +2 -2
- package/dist/serialization/format.d.ts +6 -6
- package/dist/serialization/format.js +7 -7
- package/dist/serialization/hardened.d.ts +18 -18
- package/dist/serialization/hardened.d.ts.map +1 -1
- package/dist/serialization/hardened.js +41 -32
- package/dist/serialization/index.d.ts +1 -1
- package/dist/serialization/index.js +2 -2
- package/dist/serialization/reducers/class-vm.d.ts +1 -1
- package/dist/serialization/reducers/class-vm.js +2 -2
- package/dist/serialization/reducers/class.js +2 -2
- package/dist/serialization/reducers/common-vm.js +12 -12
- package/dist/serialization/reducers/common.js +12 -12
- package/dist/serialization/reducers/step-function-vm.d.ts +1 -1
- package/dist/serialization/reducers/step-function-vm.js +2 -2
- package/dist/serialization/reducers/step-function.js +2 -2
- package/dist/serialization/step.js +2 -2
- package/dist/serialization/types.d.ts +5 -5
- package/dist/serialization/types.js +2 -2
- package/dist/serialization/workflow-vm.d.ts +1 -1
- package/dist/serialization/workflow-vm.d.ts.map +1 -1
- package/dist/serialization/workflow-vm.js +13 -10
- package/dist/serialization-format.d.ts +11 -11
- package/dist/serialization-format.d.ts.map +1 -1
- package/dist/serialization-format.js +29 -23
- package/dist/serialization.d.ts +10 -10
- package/dist/serialization.js +98 -98
- package/dist/set-attributes.js +2 -2
- package/dist/source-map.d.ts +1 -1
- package/dist/source-map.d.ts.map +1 -1
- package/dist/source-map.js +18 -12
- package/dist/step/context-storage.d.ts +5 -5
- package/dist/step/context-storage.js +1 -1
- package/dist/step/writable-stream.d.ts +3 -3
- package/dist/step/writable-stream.js +7 -7
- package/dist/step.js +12 -12
- package/dist/symbols.d.ts +2 -2
- package/dist/symbols.js +3 -3
- package/dist/telemetry/semantic-conventions.d.ts +21 -13
- package/dist/telemetry/semantic-conventions.d.ts.map +1 -1
- package/dist/telemetry/semantic-conventions.js +21 -15
- package/dist/telemetry.d.ts +3 -3
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +19 -10
- package/dist/test-support/orchestrator-context.d.ts.map +1 -1
- package/dist/test-support/orchestrator-context.js +12 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +2 -2
- package/dist/vm/index.js +4 -4
- package/dist/vm/script-cache.d.ts.map +1 -1
- package/dist/vm/script-cache.js +23 -17
- package/dist/vm/uint8array-base64.js +1 -1
- package/dist/workflow/abort-controller.d.ts +1 -1
- package/dist/workflow/abort-controller.js +12 -12
- package/dist/workflow/create-hook.js +2 -2
- package/dist/workflow/get-workflow-metadata.js +2 -2
- package/dist/workflow/hook.js +16 -16
- package/dist/workflow/set-attributes.d.ts +1 -1
- package/dist/workflow/set-attributes.js +2 -2
- package/dist/workflow/sleep.js +2 -2
- package/dist/workflow/world-init-stub.d.ts +1 -1
- package/dist/workflow/world-init-stub.js +2 -2
- package/dist/workflow.d.ts +2 -2
- package/dist/workflow.js +21 -7
- package/docs/api-reference/create-hook.mdx +15 -15
- package/docs/api-reference/create-webhook.mdx +15 -15
- package/docs/api-reference/define-hook.mdx +10 -10
- package/docs/api-reference/fatal-error.mdx +2 -2
- package/docs/api-reference/fetch.mdx +7 -7
- package/docs/api-reference/get-step-metadata.mdx +2 -2
- package/docs/api-reference/get-workflow-metadata.mdx +3 -3
- package/docs/api-reference/get-writable.mdx +7 -7
- package/docs/api-reference/index.mdx +1 -1
- package/docs/api-reference/retryable-error.mdx +1 -1
- package/docs/api-reference/set-attributes.mdx +2 -2
- package/docs/api-reference/sleep.mdx +3 -3
- package/docs/foundations/cancellation.mdx +31 -31
- package/docs/foundations/errors-and-retries.mdx +42 -11
- package/docs/foundations/hooks.mdx +35 -35
- package/docs/foundations/idempotency.mdx +9 -9
- package/docs/foundations/serialization.mdx +21 -22
- package/docs/foundations/starting-workflows.mdx +36 -37
- package/docs/foundations/streaming.mdx +46 -41
- package/docs/foundations/versioning.mdx +3 -3
- package/docs/foundations/workflows-and-steps.mdx +9 -9
- package/docs/how-it-works/cancellation.mdx +62 -62
- package/docs/how-it-works/code-transform.mdx +66 -54
- package/docs/how-it-works/encryption.mdx +25 -21
- package/docs/how-it-works/event-sourcing.mdx +53 -35
- package/docs/how-it-works/framework-integrations.mdx +12 -12
- package/docs/how-it-works/understanding-directives.mdx +21 -21
- package/package.json +7 -7
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* QuickJS WASM workflow VM.
|
|
2
|
+
* QuickJS WebAssembly (WASM) workflow VM.
|
|
3
3
|
*
|
|
4
4
|
* An alternative engine for the event-replay execution model: the workflow
|
|
5
5
|
* code runs inside a QuickJS WASM VM (via quickjs-wasi) instead of a
|
|
6
6
|
* `node:vm` context. Every invocation creates a fresh VM, re-executes the
|
|
7
7
|
* workflow function from the top, and replays the recorded event log to
|
|
8
|
-
* resolve awaited primitives
|
|
8
|
+
* resolve awaited primitives: the same replay semantics as the `node:vm`
|
|
9
9
|
* engine.
|
|
10
10
|
*
|
|
11
11
|
* The workflow primitives (useStep, sleep, createHook) are implemented as
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
* resolve/reject promises.
|
|
15
15
|
*
|
|
16
16
|
* The VM bootstrap is deliberately split into two phases:
|
|
17
|
-
* 1. Static initialization (`initWorkflowVM`)
|
|
17
|
+
* 1. Static initialization (`initWorkflowVM`): run-independent setup:
|
|
18
18
|
* VM creation and the workflow primitives. (Serialization lives on
|
|
19
|
-
* the host
|
|
19
|
+
* the host (see quickjs-serde.ts) so no serde code is evaluated
|
|
20
20
|
* in the VM.)
|
|
21
|
-
* 2. Per-run initialization (inline in `runQuickJSWorkflow`)
|
|
21
|
+
* 2. Per-run initialization (inline in `runQuickJSWorkflow`): seeded
|
|
22
22
|
* PRNG/ULID host functions, workflow bundle evaluation, run metadata,
|
|
23
23
|
* workflow input, and start.
|
|
24
24
|
* Keeping the phases separate is groundwork for VM-memory snapshotting:
|
|
@@ -28,17 +28,33 @@
|
|
|
28
28
|
* module-scope user code observes the seeded `Math.random`, matching the
|
|
29
29
|
* `node:vm` engine's replay determinism.
|
|
30
30
|
*/
|
|
31
|
-
import
|
|
31
|
+
import { SerializationError } from '@workflow/errors';
|
|
32
|
+
import { type Event, type RunInput, type WorkflowRun, type WorldCapabilities } from '@workflow/world';
|
|
32
33
|
import { type Snapshot } from 'quickjs-wasi';
|
|
33
34
|
import type { DecryptionKey } from '../serialization/encryption.js';
|
|
34
35
|
export interface PendingStep {
|
|
35
36
|
type: 'step';
|
|
36
37
|
correlationId: string;
|
|
37
38
|
stepId: string;
|
|
38
|
-
/**
|
|
39
|
-
|
|
39
|
+
/**
|
|
40
|
+
* Format-prefixed devalue-serialized step input (args + closureVars).
|
|
41
|
+
* Absent when {@link serializationError} is set: the input is precisely
|
|
42
|
+
* what refused to serialize.
|
|
43
|
+
*/
|
|
44
|
+
input?: Uint8Array;
|
|
40
45
|
/** Whether a step_created event already exists for this step */
|
|
41
46
|
hasCreatedEvent: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Set when host-side serialization of the step's raw input failed while
|
|
49
|
+
* dumping the VM's pending ops (see `dumpPendingOps`). The failure is
|
|
50
|
+
* deterministic (replaying re-derives the same unserializable value), so
|
|
51
|
+
* instead of failing the whole collection the op is surfaced with the
|
|
52
|
+
* reframed error and no `input`; the entrypoint finalizes the step as
|
|
53
|
+
* `step_created` (placeholder input) + `step_failed`, mirroring the
|
|
54
|
+
* node:vm engine's `finalizeUnserializableStep`, so a try/catch around
|
|
55
|
+
* the step call observes the SerializationError.
|
|
56
|
+
*/
|
|
57
|
+
serializationError?: SerializationError;
|
|
42
58
|
}
|
|
43
59
|
export interface PendingWait {
|
|
44
60
|
type: 'wait';
|
|
@@ -100,7 +116,7 @@ export interface PendingHookDispose {
|
|
|
100
116
|
}
|
|
101
117
|
export type PendingOperation = PendingStep | PendingWait | PendingHook | PendingAttribute | PendingHookDispose;
|
|
102
118
|
export interface QuickJSRuntimeResult {
|
|
103
|
-
/** The workflow completed
|
|
119
|
+
/** The workflow completed: result is format-prefixed devalue bytes */
|
|
104
120
|
completed?: {
|
|
105
121
|
result: Uint8Array;
|
|
106
122
|
/**
|
|
@@ -121,7 +137,7 @@ export interface QuickJSRuntimeResult {
|
|
|
121
137
|
message: string;
|
|
122
138
|
stack?: string;
|
|
123
139
|
name?: string;
|
|
124
|
-
/** See completed.drainOperations
|
|
140
|
+
/** See completed.drainOperations: same semantics on failure. */
|
|
125
141
|
drainOperations?: PendingOperation[];
|
|
126
142
|
/**
|
|
127
143
|
* Format-prefixed devalue bytes of the original thrown value
|
|
@@ -155,8 +171,8 @@ export interface QuickJSRuntimeOptions {
|
|
|
155
171
|
/**
|
|
156
172
|
* The local port the workflow server is listening on, used to populate
|
|
157
173
|
* `workflowMetadata.url`. Resolved at call time on the host side so the
|
|
158
|
-
* VM doesn't have to probe the filesystem. Ignored on Vercel
|
|
159
|
-
* takes precedence
|
|
174
|
+
* VM doesn't have to probe the filesystem. Ignored on Vercel, where
|
|
175
|
+
* VERCEL_URL takes precedence.
|
|
160
176
|
*/
|
|
161
177
|
port?: number;
|
|
162
178
|
/**
|
|
@@ -170,7 +186,7 @@ export interface QuickJSRuntimeOptions {
|
|
|
170
186
|
* Eval filename used when hydrating the baseline VM. The baseline is
|
|
171
187
|
* shared by EVERY workflow in the bundle, so the filename baked into
|
|
172
188
|
* its compiled code (and therefore into snapshot-path stack frames)
|
|
173
|
-
* must be workflow-independent
|
|
189
|
+
* must be workflow-independent: hydrating under the first caller's
|
|
174
190
|
* workflowId would break `remapErrorStack`'s filename matching for
|
|
175
191
|
* every other workflow in the bundle. Remap call sites match this
|
|
176
192
|
* constant IN ADDITION to the run's module specifier (which covers
|
|
@@ -185,7 +201,7 @@ type BaselineEntry = {
|
|
|
185
201
|
* bundle evaluated (see captureSerdeRoot). The box lives in the
|
|
186
202
|
* snapshot's memory image at this offset; every restored VM
|
|
187
203
|
* re-adopts it so serde initialization executes no guest code
|
|
188
|
-
* after user code has run
|
|
204
|
+
* after user code has run: capture-before-user-code semantics,
|
|
189
205
|
* identical to the fresh path.
|
|
190
206
|
*/
|
|
191
207
|
serdeRootPtr: number;
|
|
@@ -201,7 +217,7 @@ export declare function __peekBaselineEntryForTests(workflowCode: string): Promi
|
|
|
201
217
|
* A live QuickJS workflow invocation. When the initial `result` is
|
|
202
218
|
* `suspended`, the VM is kept alive so the caller can feed newly recorded
|
|
203
219
|
* events (e.g. terminal events of inline-executed steps) into the SAME VM
|
|
204
|
-
* via `continueWithEvents
|
|
220
|
+
* via `continueWithEvents`, resuming execution exactly where it left off
|
|
205
221
|
* without a fresh-VM re-replay. Terminal results dispose the VM
|
|
206
222
|
* automatically; `dispose()` must be called when abandoning a suspended
|
|
207
223
|
* session (idempotent).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quickjs-runtime.d.ts","sourceRoot":"","sources":["../../src/runtime/quickjs-runtime.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AAEH,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"quickjs-runtime.d.ts","sourceRoot":"","sources":["../../src/runtime/quickjs-runtime.ts"],"names":[],"mappings":"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"}
|