@workflow/web 4.1.19 → 4.1.21
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/build/client/assets/{manifest-0285e96f.js → manifest-d91343fe.js} +1 -1
- package/build/client/assets/{run-detail-Cbuf5qtv.js → run-detail-1KdCfmI4.js} +1 -0
- package/build/server/assets/{app-aFdZLlgg.js → app-eQjjf4RE.js} +1 -1
- package/build/server/assets/{highlighted-body-B3W2YXNL--Q6LYe80.js → highlighted-body-B3W2YXNL-DkTToHdM.js} +6 -5
- package/build/server/assets/{index-Bq9UALYe.js → index-Ctx7nEpR.js} +42 -37
- package/build/server/assets/{mermaid-3ZIDBTTL-DrVDu1xg.js → mermaid-3ZIDBTTL-DvwsvCUy.js} +6 -5
- package/build/server/assets/{server-build-CewQdZNd.js → server-build-BFktO0pM.js} +655 -150
- package/build/server/assets/{token-BSJJ1ZPx.js → token-B9AfalZB.js} +2 -2
- package/build/server/assets/{token-util-CEKv99vM.js → token-util-u3-O6-cJ.js} +2 -2
- package/build/server/index.js +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
window.__reactRouterManifest={"entry":{"module":"/assets/entry.client-C_C46bD6.js","imports":["/assets/index-BsV8i_Jn.js"],"css":[]},"routes":{"root":{"id":"root","path":"","hasAction":true,"hasLoader":true,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":true,"hasErrorBoundary":true,"module":"/assets/root-BxnaECGo.js","imports":["/assets/index-BsV8i_Jn.js","/assets/mermaid-3ZIDBTTL-Bp6ZST9_.js"],"css":["/assets/root-BOS11TzD.css","/assets/mermaid-3ZIDBTTL-yyHEMZs4.css"]},"routes/home":{"id":"routes/home","parentId":"root","index":true,"hasAction":false,"hasLoader":false,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":true,"hasErrorBoundary":false,"module":"/assets/home-Blj6TeEE.js","imports":["/assets/index-BsV8i_Jn.js","/assets/workflow-graph-viewer-C6PWoIIU.js","/assets/mermaid-3ZIDBTTL-Bp6ZST9_.js","/assets/index-DZSXezpI.js"],"css":["/assets/workflow-graph-viewer-yls6qlc0.css","/assets/mermaid-3ZIDBTTL-yyHEMZs4.css"]},"routes/run-detail":{"id":"routes/run-detail","parentId":"root","path":"run/:runId","hasAction":false,"hasLoader":false,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":true,"hasErrorBoundary":false,"module":"/assets/run-detail-
|
|
1
|
+
window.__reactRouterManifest={"entry":{"module":"/assets/entry.client-C_C46bD6.js","imports":["/assets/index-BsV8i_Jn.js"],"css":[]},"routes":{"root":{"id":"root","path":"","hasAction":true,"hasLoader":true,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":true,"hasErrorBoundary":true,"module":"/assets/root-BxnaECGo.js","imports":["/assets/index-BsV8i_Jn.js","/assets/mermaid-3ZIDBTTL-Bp6ZST9_.js"],"css":["/assets/root-BOS11TzD.css","/assets/mermaid-3ZIDBTTL-yyHEMZs4.css"]},"routes/home":{"id":"routes/home","parentId":"root","index":true,"hasAction":false,"hasLoader":false,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":true,"hasErrorBoundary":false,"module":"/assets/home-Blj6TeEE.js","imports":["/assets/index-BsV8i_Jn.js","/assets/workflow-graph-viewer-C6PWoIIU.js","/assets/mermaid-3ZIDBTTL-Bp6ZST9_.js","/assets/index-DZSXezpI.js"],"css":["/assets/workflow-graph-viewer-yls6qlc0.css","/assets/mermaid-3ZIDBTTL-yyHEMZs4.css"]},"routes/run-detail":{"id":"routes/run-detail","parentId":"root","path":"run/:runId","hasAction":false,"hasLoader":false,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":true,"hasErrorBoundary":false,"module":"/assets/run-detail-1KdCfmI4.js","imports":["/assets/index-BsV8i_Jn.js","/assets/workflow-graph-viewer-C6PWoIIU.js","/assets/mermaid-3ZIDBTTL-Bp6ZST9_.js","/assets/encryption-BRhjWsZh.js","/assets/index-DZSXezpI.js"],"css":["/assets/workflow-graph-viewer-yls6qlc0.css","/assets/mermaid-3ZIDBTTL-yyHEMZs4.css"]},"routes/api.rpc":{"id":"routes/api.rpc","parentId":"root","path":"api/rpc","hasAction":true,"hasLoader":true,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":false,"hasErrorBoundary":false,"module":"/assets/api.rpc-l0sNRNKZ.js","imports":[],"css":[]},"routes/api.stream.$streamId":{"id":"routes/api.stream.$streamId","parentId":"root","path":"api/stream/:streamId","hasAction":false,"hasLoader":true,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":false,"hasErrorBoundary":false,"module":"/assets/api.stream._streamId-l0sNRNKZ.js","imports":[],"css":[]}},"url":"/assets/manifest-d91343fe.js","version":"d91343fe"};
|
|
@@ -6175,6 +6175,7 @@ function useEventsListData(env, runId, options = {}) {
|
|
|
6175
6175
|
}
|
|
6176
6176
|
const { error: fetchError, result } = await unwrapServerActionResult(
|
|
6177
6177
|
fetchEventsByCorrelationId(env, id, {
|
|
6178
|
+
runId,
|
|
6178
6179
|
cursor: nextCursor,
|
|
6179
6180
|
sortOrder,
|
|
6180
6181
|
limit: 100,
|
|
@@ -9180,7 +9180,7 @@ const app = express();
|
|
|
9180
9180
|
app.all(
|
|
9181
9181
|
"/{*splat}",
|
|
9182
9182
|
createRequestHandler({
|
|
9183
|
-
build: () => import("./server-build-
|
|
9183
|
+
build: () => import("./server-build-BFktO0pM.js").then((n) => n.a6)
|
|
9184
9184
|
})
|
|
9185
9185
|
);
|
|
9186
9186
|
app.use(
|
|
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
|
|
|
2
2
|
if (typeof globalThis.require === "undefined") {
|
|
3
3
|
globalThis.require = __wkfCreateRequire(import.meta.url);
|
|
4
4
|
}
|
|
5
|
-
import {
|
|
6
|
-
import { r as reactExports } from "./app-
|
|
5
|
+
import { a0 as R, a1 as Ks, a2 as jsxRuntimeExports, a3 as Qe } from "./server-build-BFktO0pM.js";
|
|
6
|
+
import { r as reactExports } from "./app-eQjjf4RE.js";
|
|
7
7
|
import "node:stream";
|
|
8
8
|
import "util";
|
|
9
9
|
import "crypto";
|
|
@@ -22,16 +22,17 @@ import "node:fs";
|
|
|
22
22
|
import "node:child_process";
|
|
23
23
|
import "node:util";
|
|
24
24
|
import "node:timers/promises";
|
|
25
|
+
import "node:buffer";
|
|
26
|
+
import "node:http";
|
|
27
|
+
import "node:https";
|
|
28
|
+
import "node:zlib";
|
|
25
29
|
import "events";
|
|
26
30
|
import "node:assert";
|
|
27
31
|
import "node:net";
|
|
28
|
-
import "node:http";
|
|
29
32
|
import "node:querystring";
|
|
30
33
|
import "node:events";
|
|
31
34
|
import "node:diagnostics_channel";
|
|
32
35
|
import "node:tls";
|
|
33
|
-
import "node:buffer";
|
|
34
|
-
import "node:zlib";
|
|
35
36
|
import "node:perf_hooks";
|
|
36
37
|
import "node:util/types";
|
|
37
38
|
import "node:sqlite";
|
|
@@ -2,9 +2,9 @@ import { createRequire as __wkfCreateRequire } from "node:module";
|
|
|
2
2
|
if (typeof globalThis.require === "undefined") {
|
|
3
3
|
globalThis.require = __wkfCreateRequire(import.meta.url);
|
|
4
4
|
}
|
|
5
|
-
import { H as HookSchema } from "./server-build-
|
|
6
|
-
import { B, D, a, E, b, c, d, e, L, M, P, Q,
|
|
7
|
-
import "./app-
|
|
5
|
+
import { H as HookSchema } from "./server-build-BFktO0pM.js";
|
|
6
|
+
import { B, D, a, E, b, c, d, e, L, M, f, g, P, Q, h, R, S, i, j, k, l, m, n, o, p, T, q, r, s, t, u, V, W, v, w, x, y, z, A, C, F, G, I, J, K, O, U, X, Y, Z, _, $ } from "./server-build-BFktO0pM.js";
|
|
7
|
+
import "./app-eQjjf4RE.js";
|
|
8
8
|
import "stream";
|
|
9
9
|
import "express";
|
|
10
10
|
import "node:stream";
|
|
@@ -24,16 +24,17 @@ import "node:fs";
|
|
|
24
24
|
import "node:child_process";
|
|
25
25
|
import "node:util";
|
|
26
26
|
import "node:timers/promises";
|
|
27
|
+
import "node:buffer";
|
|
28
|
+
import "node:http";
|
|
29
|
+
import "node:https";
|
|
30
|
+
import "node:zlib";
|
|
27
31
|
import "events";
|
|
28
32
|
import "node:assert";
|
|
29
33
|
import "node:net";
|
|
30
|
-
import "node:http";
|
|
31
34
|
import "node:querystring";
|
|
32
35
|
import "node:events";
|
|
33
36
|
import "node:diagnostics_channel";
|
|
34
37
|
import "node:tls";
|
|
35
|
-
import "node:buffer";
|
|
36
|
-
import "node:zlib";
|
|
37
38
|
import "node:perf_hooks";
|
|
38
39
|
import "node:util/types";
|
|
39
40
|
import "node:sqlite";
|
|
@@ -58,42 +59,46 @@ export {
|
|
|
58
59
|
HookSchema,
|
|
59
60
|
L as LegacySerializedDataSchemaV1,
|
|
60
61
|
M as MessageId,
|
|
62
|
+
f as NODE_HTTP_DEFAULT,
|
|
63
|
+
g as NODE_HTTP_ENV_VAR,
|
|
61
64
|
P as PaginatedResponseSchema,
|
|
62
65
|
Q as QueuePayloadSchema,
|
|
63
|
-
|
|
66
|
+
h as QueuePrefix,
|
|
64
67
|
R as RunInputSchema,
|
|
65
68
|
S as SPEC_VERSION_CURRENT,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
i as SPEC_VERSION_LEGACY,
|
|
70
|
+
j as SPEC_VERSION_SUPPORTS_CBOR_QUEUE_TRANSPORT,
|
|
71
|
+
k as SPEC_VERSION_SUPPORTS_EVENT_SOURCING,
|
|
72
|
+
l as SerializedDataSchema,
|
|
73
|
+
m as StepInvokePayloadSchema,
|
|
74
|
+
n as StepSchema,
|
|
75
|
+
o as StepStatusSchema,
|
|
76
|
+
p as StructuredErrorSchema,
|
|
74
77
|
T as TERMINAL_RUN_EVENT_TYPES,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
q as TERMINAL_STEP_STATUSES,
|
|
79
|
+
r as TERMINAL_WORKFLOW_RUN_STATUSES,
|
|
80
|
+
s as TerminalRunEventTypeSchema,
|
|
81
|
+
t as TerminalStepStatusSchema,
|
|
82
|
+
u as TerminalWorkflowRunStatusSchema,
|
|
80
83
|
V as ValidQueueName,
|
|
81
84
|
W as WaitSchema,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
85
|
+
v as WaitStatusSchema,
|
|
86
|
+
w as WorkflowInvokePayloadSchema,
|
|
87
|
+
x as WorkflowRunBaseSchema,
|
|
88
|
+
y as WorkflowRunSchema,
|
|
89
|
+
z as WorkflowRunStatusSchema,
|
|
90
|
+
A as envFlag,
|
|
91
|
+
C as getQueueTopicPrefix,
|
|
92
|
+
F as isLegacySpecVersion,
|
|
93
|
+
G as isNodeHttpEnabled,
|
|
94
|
+
I as isTerminalRunEventType,
|
|
95
|
+
J as isTerminalStepStatus,
|
|
96
|
+
K as isTerminalWorkflowRunStatus,
|
|
97
|
+
O as parseQueueName,
|
|
98
|
+
U as reenqueueActiveRuns,
|
|
99
|
+
X as requiresNewerWorld,
|
|
100
|
+
Y as resolveQueueNamespace,
|
|
101
|
+
Z as stripEventDataRefs,
|
|
102
|
+
_ as ulidToDate,
|
|
103
|
+
$ as validateUlidTimestamp
|
|
99
104
|
};
|
|
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
|
|
|
2
2
|
if (typeof globalThis.require === "undefined") {
|
|
3
3
|
globalThis.require = __wkfCreateRequire(import.meta.url);
|
|
4
4
|
}
|
|
5
|
-
import { N as Nt } from "./server-build-
|
|
6
|
-
import "./app-
|
|
5
|
+
import { N as Nt } from "./server-build-BFktO0pM.js";
|
|
6
|
+
import "./app-eQjjf4RE.js";
|
|
7
7
|
import "stream";
|
|
8
8
|
import "express";
|
|
9
9
|
import "node:stream";
|
|
@@ -23,16 +23,17 @@ import "node:fs";
|
|
|
23
23
|
import "node:child_process";
|
|
24
24
|
import "node:util";
|
|
25
25
|
import "node:timers/promises";
|
|
26
|
+
import "node:buffer";
|
|
27
|
+
import "node:http";
|
|
28
|
+
import "node:https";
|
|
29
|
+
import "node:zlib";
|
|
26
30
|
import "events";
|
|
27
31
|
import "node:assert";
|
|
28
32
|
import "node:net";
|
|
29
|
-
import "node:http";
|
|
30
33
|
import "node:querystring";
|
|
31
34
|
import "node:events";
|
|
32
35
|
import "node:diagnostics_channel";
|
|
33
36
|
import "node:tls";
|
|
34
|
-
import "node:buffer";
|
|
35
|
-
import "node:zlib";
|
|
36
37
|
import "node:perf_hooks";
|
|
37
38
|
import "node:util/types";
|
|
38
39
|
import "node:sqlite";
|