@workflow/web 5.0.0-beta.36 → 5.0.0-beta.37
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/{arrow-up-right-Dv3gGqIf.js → arrow-up-right-DDNPFYmg.js} +1 -1
- package/build/client/assets/{entry.client-Q4eUIqMI.js → entry.client-LwI3HNYl.js} +1 -1
- package/build/client/assets/{highlighted-body-B3W2YXNL-C5gyMelW.js → highlighted-body-B3W2YXNL-CRgNr0YA.js} +2 -2
- package/build/client/assets/{home-0OfTSXd1.js → home-BqvW8ODs.js} +6 -7
- package/build/client/assets/{index-Q81MFBxC.js → index-PFjW8YjQ.js} +20 -20
- package/build/client/assets/manifest-7f03c136.js +1 -0
- package/build/client/assets/{mermaid-3ZIDBTTL-C_EWPx9a.js → mermaid-3ZIDBTTL-CMP9Tato.js} +886 -170
- package/build/client/assets/{root-BPK1T9Ck.js → root-2ub-CsWS.js} +11 -30
- package/build/client/assets/{run-detail-CrqNzQ_y.js → run-detail-B1PK-m7y.js} +21 -19
- package/build/client/assets/{workflow-graph-viewer-DrfqsDRu.js → workflow-graph-viewer-DOLwtzSv.js} +2 -3
- package/build/client/assets/{zstd-browser-decoder-Ds2MNSdp.js → zstd-browser-decoder-BAY5XtBl.js} +2 -2
- package/build/server/assets/{app-BSsmG188.js → app-BaJoK9ck.js} +1 -1
- package/build/server/assets/{highlighted-body-B3W2YXNL-C7tx66m_.js → highlighted-body-B3W2YXNL-DE3KXslx.js} +2 -2
- package/build/server/assets/{index-Cnj8rNtV.js → index-M4Ai7vsa.js} +48 -49
- package/build/server/assets/{mermaid-3ZIDBTTL-DStR4R-M.js → mermaid-3ZIDBTTL-DjL45D7x.js} +2 -2
- package/build/server/assets/{server-build-4Pq8AwvA.js → server-build-C11Xqmwk.js} +1964 -1368
- package/build/server/assets/{token-CYc8-6E0.js → token-Ulh8Tdgw.js} +2 -2
- package/build/server/assets/{token-util-D94FNaX0.js → token-util-CiVcDWD3.js} +2 -2
- package/build/server/assets/{zstd-browser-decoder-DXnLXD-w.js → zstd-browser-decoder-tQARkzJ5.js} +2 -2
- package/build/server/index.js +1 -1
- package/package.json +8 -8
- package/build/client/assets/encryption-CLVP4klT.js +0 -51
- package/build/client/assets/index-STTN0-2V.js +0 -306
- package/build/client/assets/manifest-485c4078.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as reactExports, j as jsxRuntimeExports, w as withComponentProps, a as withErrorBoundaryProps, M as Meta, L as Links, S as ScrollRestoration, b as Scripts, O as Outlet, u as useRouteError, i as isRouteErrorResponse, c as Link, d as useNavigate, e as useSearchParams } from "./index-
|
|
2
|
-
import { c as createLucideIcon, u as useServerConfig, T as Tooltip, a as TooltipTrigger, b as TooltipContent, d as runHealthCheck, t as toast, B as Button, L as LoaderCircle, e as cn, f as Toaster$1, S as ServerConfigProvider, g as TooltipProvider } from "./mermaid-3ZIDBTTL-
|
|
3
|
-
import { A as ArrowUpRight } from "./arrow-up-right-
|
|
1
|
+
import { r as reactExports, j as jsxRuntimeExports, w as withComponentProps, a as withErrorBoundaryProps, M as Meta, L as Links, S as ScrollRestoration, b as Scripts, O as Outlet, u as useRouteError, i as isRouteErrorResponse, c as Link, d as useNavigate, e as useSearchParams } from "./index-PFjW8YjQ.js";
|
|
2
|
+
import { c as createLucideIcon, u as useServerConfig, T as Tooltip, a as TooltipTrigger, b as TooltipContent, d as runHealthCheck, t as toast, B as Button, L as LoaderCircle, e as cn, f as Toaster$1, S as ServerConfigProvider, g as TooltipProvider } from "./mermaid-3ZIDBTTL-CMP9Tato.js";
|
|
3
|
+
import { A as ArrowUpRight } from "./arrow-up-right-DDNPFYmg.js";
|
|
4
4
|
var M = (e, i, s, u, m, a, l, h) => {
|
|
5
5
|
let d = document.documentElement, w = ["light", "dark"];
|
|
6
6
|
function p(n) {
|
|
@@ -237,37 +237,18 @@ function HealthCheckButton() {
|
|
|
237
237
|
const env = reactExports.useMemo(() => ({}), []);
|
|
238
238
|
const runChecks = reactExports.useCallback(async () => {
|
|
239
239
|
setIsChecking(true);
|
|
240
|
-
const endpoints = ["workflow", "step"];
|
|
241
|
-
const results = [];
|
|
242
240
|
try {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
});
|
|
247
|
-
if (response.success) {
|
|
248
|
-
results.push({ endpoint, result: response.data });
|
|
249
|
-
}
|
|
241
|
+
const response = await runHealthCheck(env, { timeout: 3e4 });
|
|
242
|
+
if (!response.success) {
|
|
243
|
+
throw new Error(response.error.message);
|
|
250
244
|
}
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
const totalLatency = results.reduce(
|
|
255
|
-
(sum, r) => sum + (r.result.latencyMs ?? 0),
|
|
256
|
-
0
|
|
257
|
-
);
|
|
258
|
-
toast.success("All endpoints healthy", {
|
|
259
|
-
description: `Workflow and Step endpoints are responding (${totalLatency}ms total)`
|
|
260
|
-
});
|
|
261
|
-
} else if (anyHealthy) {
|
|
262
|
-
const healthy = results.filter((r) => r.result.healthy);
|
|
263
|
-
const unhealthy = results.filter((r) => !r.result.healthy);
|
|
264
|
-
toast.warning("Partial health check success", {
|
|
265
|
-
description: `${healthy.map((r) => r.endpoint).join(", ")} OK; ${unhealthy.map((r) => `${r.endpoint}: ${r.result.error || "failed"}`).join(", ")}`
|
|
245
|
+
if (response.data.healthy) {
|
|
246
|
+
toast.success("Workflow endpoint healthy", {
|
|
247
|
+
description: `The queue-based check completed in ${response.data.latencyMs ?? 0}ms.`
|
|
266
248
|
});
|
|
267
249
|
} else {
|
|
268
|
-
const errors = results.map((r) => `${r.endpoint}: ${r.result.error || "failed"}`).join("; ");
|
|
269
250
|
toast.error("Health check failed", {
|
|
270
|
-
description:
|
|
251
|
+
description: response.data.error || "Workflow endpoint is unhealthy."
|
|
271
252
|
});
|
|
272
253
|
}
|
|
273
254
|
} catch (error) {
|
|
@@ -295,7 +276,7 @@ function HealthCheckButton() {
|
|
|
295
276
|
}
|
|
296
277
|
) }),
|
|
297
278
|
/* @__PURE__ */ jsxRuntimeExports.jsx(TooltipContent, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs("p", { children: [
|
|
298
|
-
"Run a queue-based health check on workflow
|
|
279
|
+
"Run a queue-based health check on the workflow endpoint.",
|
|
299
280
|
/* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
|
|
300
281
|
"This bypasses Deployment Protection."
|
|
301
282
|
] }) })
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { r as reactExports, j as jsxRuntimeExports,
|
|
2
|
-
import { C as Check, a as Copy, d as CircleAlert, U as parseStepName, G as parseWorkflowName, V as ErrorCard, Y as format, Z as Zap, S as Send, R as ResolveHookModal, t as ChevronUp, X, Q as ErrorBoundary, _ as Circle, u as unwrapOrThrow, W as WorkflowWebAPIError, K as unwrapServerActionResult, $ as useEscapeKeydown, w as composeEventHandlers, a0 as useCallbackRef, a1 as useLayoutEffect2, v as useControllableState, a2 as useId, a3 as createContext2, x as Presence, z as createContextScope, p as hideOthers, q as ReactRemoveScroll, a4 as useFocusGuards, a5 as LAYOUT, a6 as wakeUpRun, n as resumeHook, A as Alert, e as AlertTitle, g as getErrorTitle, h as AlertDescription, i as getErrorMessage, b as Skeleton$1, a7 as RunActionsButtons, H as StatusBadge, j as CopyableText, c as RelativeTime, T as Tabs, M as TabsList, N as TabsTrigger, O as TabsContent, B as cancelRun, a8 as recreateRun } from "./workflow-graph-viewer-
|
|
3
|
-
import { c as createLucideIcon, W as cn, X as DataInspector, Y as DecryptClickContext, Z as Button, $ as Spinner, a0 as Lock, a1 as CollapsibleRoot, a2 as CollapsibleTrigger, a3 as CollapsibleContent, M as cva, a4 as RESERVED_ATTRIBUTE_KEY_PREFIX, a5 as ContextCardProvider, h as useToast, a6 as Skeleton, a7 as Yr, a8 as isEncryptedMarker, C as ChevronRight, a9 as TimestampTooltip, aa as formatDuration, ab as isHookLifecycleEventType, ac as isTerminalStepEventType, ad as isWaitEventType, ae as isStepEventType, af as _r, ag as RunClickContext, ah as StreamClickContext, ai as Collapsible, aj as isExpiredMarker, ak as isDoStreamStep, al as extractConversation, am as getEventDataRefFields, an as hasEncryptedFields, ao as useSidebarDataOptional, ap as isTerminalWorkflowRunStatus, aq as clsx, ar as useActiveSpan, as as useSidebarData, at as Tooltip, au as TooltipTrigger, av as IconButton, aw as TooltipContent, H as ChevronDown, ax as useRowWindow, ay as isSpanDimmedBySearch, az as ROW_HEIGHT_PX, aA as getSpanDurationMs, aB as isSpanErrored, aC as formatDurationPrecise, aD as TooltipProvider, aE as ActiveSpanProvider, aF as useReducedMotion, aG as searchSpans, aH as computeRootBounds, aI as computeTimeMarkers, aJ as clampViewportToRoot, aK as getHighResInMs, aL as scrollRowIntoView, aM as TIMELINE_PADDING_PX, aN as Minimap, aO as Timeline, aP as TimelineHeader, aQ as wheelZoomScaleFactor, aR as wheelDeltaToPixels, aS as SidebarDataProvider, aT as fetchHook, l as fetchEvents, aU as hydrateResourceIOAsync, J as fetchRun, aV as fetchStep, aW as hydrateResourceIO, aX as fetchStreams, aY as Slot, I as useComposedRefs, aZ as Slottable, e as cn$1, a_ as buttonVariants, a$ as fetchEvent, b0 as fetchEventsByCorrelationId, b1 as isEncryptedData, b2 as hydrateData, b3 as getWebRevivers, T as Tooltip$1, a as TooltipTrigger$1, b as TooltipContent$1,
|
|
4
|
-
import { A as ArrowUpRight } from "./arrow-up-right-
|
|
5
|
-
import { decrypt, importKey } from "./encryption-CLVP4klT.js";
|
|
6
|
-
import "./index-STTN0-2V.js";
|
|
1
|
+
import { r as reactExports, j as jsxRuntimeExports, o as reactDomExports, D as ReactDOM, d as useNavigate, e as useSearchParams, c as Link, w as withComponentProps, G as useParams } from "./index-PFjW8YjQ.js";
|
|
2
|
+
import { C as Check, a as Copy, d as CircleAlert, U as parseStepName, G as parseWorkflowName, V as ErrorCard, Y as format, Z as Zap, S as Send, R as ResolveHookModal, t as ChevronUp, X, Q as ErrorBoundary, _ as Circle, u as unwrapOrThrow, W as WorkflowWebAPIError, K as unwrapServerActionResult, $ as useEscapeKeydown, w as composeEventHandlers, a0 as useCallbackRef, a1 as useLayoutEffect2, v as useControllableState, a2 as useId, a3 as createContext2, x as Presence, z as createContextScope, p as hideOthers, q as ReactRemoveScroll, a4 as useFocusGuards, a5 as LAYOUT, a6 as wakeUpRun, n as resumeHook, A as Alert, e as AlertTitle, g as getErrorTitle, h as AlertDescription, i as getErrorMessage, b as Skeleton$1, a7 as RunActionsButtons, H as StatusBadge, j as CopyableText, c as RelativeTime, T as Tabs, M as TabsList, N as TabsTrigger, O as TabsContent, B as cancelRun, a8 as recreateRun } from "./workflow-graph-viewer-DOLwtzSv.js";
|
|
3
|
+
import { c as createLucideIcon, W as cn, X as DataInspector, Y as DecryptClickContext, Z as Button, $ as Spinner, a0 as Lock, a1 as CollapsibleRoot, a2 as CollapsibleTrigger, a3 as CollapsibleContent, M as cva, a4 as RESERVED_ATTRIBUTE_KEY_PREFIX, a5 as ContextCardProvider, h as useToast, a6 as Skeleton, a7 as Yr, a8 as isEncryptedMarker, C as ChevronRight, a9 as TimestampTooltip, aa as formatDuration, ab as isHookLifecycleEventType, ac as isTerminalStepEventType, ad as isWaitEventType, ae as isStepEventType, af as _r, ag as RunClickContext, ah as StreamClickContext, ai as Collapsible, aj as isExpiredMarker, ak as isDoStreamStep, al as extractConversation, am as getEventDataRefFields, an as hasEncryptedFields, ao as useSidebarDataOptional, ap as isTerminalWorkflowRunStatus, aq as clsx, ar as useActiveSpan, as as useSidebarData, at as Tooltip, au as TooltipTrigger, av as IconButton, aw as TooltipContent, H as ChevronDown, ax as useRowWindow, ay as isSpanDimmedBySearch, az as ROW_HEIGHT_PX, aA as getSpanDurationMs, aB as isSpanErrored, aC as formatDurationPrecise, aD as TooltipProvider, aE as ActiveSpanProvider, aF as useReducedMotion, aG as searchSpans, aH as computeRootBounds, aI as computeTimeMarkers, aJ as clampViewportToRoot, aK as getHighResInMs, aL as scrollRowIntoView, aM as TIMELINE_PADDING_PX, aN as Minimap, aO as Timeline, aP as TimelineHeader, aQ as wheelZoomScaleFactor, aR as wheelDeltaToPixels, aS as SidebarDataProvider, aT as fetchHook, l as fetchEvents, aU as hydrateResourceIOAsync, J as fetchRun, aV as fetchStep, aW as hydrateResourceIO, aX as fetchStreams, aY as Slot, I as useComposedRefs, aZ as Slottable, e as cn$1, a_ as buttonVariants, a$ as fetchEvent, b0 as fetchEventsByCorrelationId, b1 as isEncryptedData, b2 as hydrateData, b3 as decrypt, b4 as deriveRunPayloadKeys, b5 as getWebRevivers, T as Tooltip$1, a as TooltipTrigger$1, b as TooltipContent$1, b6 as LIVE_UPDATE_INTERVAL_MS$1, u as useServerConfig, b7 as getEncryptionKeyForRun, t as toast, L as LoaderCircle, b8 as StreamViewer } from "./mermaid-3ZIDBTTL-CMP9Tato.js";
|
|
4
|
+
import { A as ArrowUpRight } from "./arrow-up-right-DDNPFYmg.js";
|
|
7
5
|
/**
|
|
8
6
|
* @license lucide-react v0.575.0 - ISC
|
|
9
7
|
*
|
|
@@ -2100,6 +2098,8 @@ const attributeToDisplayFn = {
|
|
|
2100
2098
|
receivedCount: (value) => String(value),
|
|
2101
2099
|
lastReceivedAt: localMillisecondTimeOrNull,
|
|
2102
2100
|
disposedAt: localMillisecondTimeOrNull,
|
|
2101
|
+
// Internal resume plumbing — not surfaced in the UI
|
|
2102
|
+
resumeContext: (_value) => null,
|
|
2103
2103
|
// Event details
|
|
2104
2104
|
eventType: (value) => String(value),
|
|
2105
2105
|
correlationId: (value) => String(value),
|
|
@@ -2205,7 +2205,11 @@ const attributeToDisplayFn = {
|
|
|
2205
2205
|
if (typeof value !== "string" || value.length === 0)
|
|
2206
2206
|
return null;
|
|
2207
2207
|
return String(value);
|
|
2208
|
-
}
|
|
2208
|
+
},
|
|
2209
|
+
// Internal encryption plumbing: the run's X25519 public key, used by
|
|
2210
|
+
// cross-run writers to seal payloads to this run. Not actionable for users
|
|
2211
|
+
// and not secret — hidden rather than rendered as 44 opaque base64 chars.
|
|
2212
|
+
encryptionPublicKey: (_value) => null
|
|
2209
2213
|
};
|
|
2210
2214
|
const resolvableAttributes = [
|
|
2211
2215
|
"input",
|
|
@@ -3329,15 +3333,14 @@ function NewTraceViewerContent({ trace, onLoadMore, hasMore, isLoadingMore }) {
|
|
|
3329
3333
|
}, [animateTo, clampToRoot]);
|
|
3330
3334
|
const ZOOM_FACTOR = 0.5;
|
|
3331
3335
|
const zoomBy = reactExports.useCallback((factor) => {
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
}, [setViewport, clampToRoot]);
|
|
3336
|
+
const { start, end } = viewportRef.current;
|
|
3337
|
+
const center = (start + end) / 2;
|
|
3338
|
+
const newDuration = Math.max(MIN_VIEWPORT_MS, (end - start) * factor);
|
|
3339
|
+
animateTo(clampToRoot({
|
|
3340
|
+
start: center - newDuration / 2,
|
|
3341
|
+
end: center + newDuration / 2
|
|
3342
|
+
}));
|
|
3343
|
+
}, [animateTo, clampToRoot]);
|
|
3341
3344
|
const zoomIn = reactExports.useCallback(() => zoomBy(ZOOM_FACTOR), [zoomBy]);
|
|
3342
3345
|
const zoomOut = reactExports.useCallback(() => zoomBy(1 / ZOOM_FACTOR), [zoomBy]);
|
|
3343
3346
|
const isAtMinZoom = viewDuration >= root.duration;
|
|
@@ -5199,9 +5202,8 @@ function useStreamReader(env, streamId, runId, encryptionKey, runStatus) {
|
|
|
5199
5202
|
if (!cryptoKey) {
|
|
5200
5203
|
return { encrypted: true };
|
|
5201
5204
|
}
|
|
5202
|
-
const payload = frameData.slice(4);
|
|
5203
5205
|
hydrated = hydrateData(
|
|
5204
|
-
await decrypt(
|
|
5206
|
+
await decrypt(frameData, cryptoKey),
|
|
5205
5207
|
revivers
|
|
5206
5208
|
);
|
|
5207
5209
|
} else {
|
|
@@ -5354,7 +5356,7 @@ function useStreamReader(env, streamId, runId, encryptionKey, runStatus) {
|
|
|
5354
5356
|
};
|
|
5355
5357
|
const readStreamData = async () => {
|
|
5356
5358
|
try {
|
|
5357
|
-
const cryptoKey = encryptionKey ? await
|
|
5359
|
+
const cryptoKey = encryptionKey ? await deriveRunPayloadKeys(encryptionKey) : void 0;
|
|
5358
5360
|
const initialChunks = [];
|
|
5359
5361
|
const result = await fetchAndParse(initialChunks, cryptoKey);
|
|
5360
5362
|
if (result.encrypted) {
|
package/build/client/assets/{workflow-graph-viewer-DrfqsDRu.js → workflow-graph-viewer-DOLwtzSv.js}
RENAMED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { c as createLucideIcon, H as ChevronDown, W as cn, e as cn$1, M as cva,
|
|
5
|
-
import { r as reactExports, j as jsxRuntimeExports,
|
|
6
|
-
import { V as VERCEL_403_ERROR_MESSAGE } from "./index-STTN0-2V.js";
|
|
4
|
+
import { c as createLucideIcon, H as ChevronDown, W as cn, e as cn$1, M as cva, b9 as composeRefs, I as useComposedRefs, ba as useFloating, bb as offset, bc as shift, bd as limitShift, be as flip, bf as size, bg as arrow, bh as hide, bi as autoUpdate, C as ChevronRight, bj as VERCEL_403_ERROR_MESSAGE, bk as cancelRun$1, bl as reenqueueRun$1, bm as wakeUpRun$1, bn as resumeHook$1, bo as fetchHookToken$1, bp as recreateRun$1, T as Tooltip, a as TooltipTrigger, b as TooltipContent, x as createContextScope$1, n as useComposedRefs$1, y as createSlot, aa as formatDuration, B as Button, t as toast, s as useId$1, P as Primitive$1, o as composeEventHandlers$1, E as useControllableState$1, m as useCallbackRef$2, N as Presence$1 } from "./mermaid-3ZIDBTTL-CMP9Tato.js";
|
|
5
|
+
import { r as reactExports, j as jsxRuntimeExports, o as reactDomExports, R as ReactExports, H as React, D as ReactDOM, f as requireReact, I as getDefaultExportFromCjs } from "./index-PFjW8YjQ.js";
|
|
7
6
|
function parseName(tag, name) {
|
|
8
7
|
if (typeof name !== "string") {
|
|
9
8
|
return null;
|
package/build/client/assets/{zstd-browser-decoder-Ds2MNSdp.js → zstd-browser-decoder-BAY5XtBl.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerZstdDecoder, _ as __vitePreload } from "./mermaid-3ZIDBTTL-
|
|
2
|
-
import "./index-
|
|
1
|
+
import { r as registerZstdDecoder, _ as __vitePreload } from "./mermaid-3ZIDBTTL-CMP9Tato.js";
|
|
2
|
+
import "./index-PFjW8YjQ.js";
|
|
3
3
|
let registered = false;
|
|
4
4
|
let modulePromise;
|
|
5
5
|
function loadWasmModule() {
|
|
@@ -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-C11Xqmwk.js").then((n) => n.aE)
|
|
9184
9184
|
})
|
|
9185
9185
|
);
|
|
9186
9186
|
app.use(
|
|
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
|
|
|
2
2
|
if (typeof require === "undefined") {
|
|
3
3
|
globalThis.require = __wkfCreateRequire(import.meta.url);
|
|
4
4
|
}
|
|
5
|
-
import {
|
|
6
|
-
import { r as reactExports } from "./app-
|
|
5
|
+
import { ax as R, ay as Ks, az as jsxRuntimeExports, aA as Qe } from "./server-build-C11Xqmwk.js";
|
|
6
|
+
import { r as reactExports } from "./app-BaJoK9ck.js";
|
|
7
7
|
import "node:stream";
|
|
8
8
|
import "util";
|
|
9
9
|
import "crypto";
|
|
@@ -2,9 +2,9 @@ import { createRequire as __wkfCreateRequire } from "node:module";
|
|
|
2
2
|
if (typeof require === "undefined") {
|
|
3
3
|
globalThis.require = __wkfCreateRequire(import.meta.url);
|
|
4
4
|
}
|
|
5
|
-
import { H as HookSchema } from "./server-build-
|
|
6
|
-
import { A, a, b, c, d, e, f, g, h, i, j, k, B, C, D, l, E, m, n, o, p, q, r, s, L, M, P, t, Q, u, R, v, w, S, x, y, z, F, G, I, J, K, O, T, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as, at, au, av, aw
|
|
7
|
-
import "./app-
|
|
5
|
+
import { H as HookSchema } from "./server-build-C11Xqmwk.js";
|
|
6
|
+
import { A, a, b, c, d, e, f, g, h, i, j, k, B, C, D, l, E, m, n, o, p, q, r, s, L, M, P, t, Q, u, R, v, w, S, x, y, z, F, G, I, J, K, O, T, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as, at, au, av, aw } from "./server-build-C11Xqmwk.js";
|
|
7
|
+
import "./app-BaJoK9ck.js";
|
|
8
8
|
import "stream";
|
|
9
9
|
import "express";
|
|
10
10
|
import "node:stream";
|
|
@@ -87,50 +87,49 @@ export {
|
|
|
87
87
|
F as SPEC_VERSION_SUPPORTS_COMPRESSION,
|
|
88
88
|
G as STEP_EVENT_TYPES,
|
|
89
89
|
I as SerializedDataSchema,
|
|
90
|
-
J as
|
|
91
|
-
K as
|
|
92
|
-
O as
|
|
93
|
-
T as
|
|
94
|
-
U as
|
|
95
|
-
V as
|
|
96
|
-
W as
|
|
97
|
-
X as
|
|
98
|
-
Y as
|
|
99
|
-
Z as
|
|
100
|
-
_ as
|
|
101
|
-
$ as
|
|
102
|
-
a0 as
|
|
103
|
-
a1 as
|
|
104
|
-
a2 as
|
|
105
|
-
a3 as
|
|
106
|
-
a4 as
|
|
107
|
-
a5 as
|
|
108
|
-
a6 as
|
|
109
|
-
a7 as
|
|
110
|
-
a8 as
|
|
111
|
-
a9 as
|
|
112
|
-
aa as
|
|
113
|
-
ab as
|
|
114
|
-
ac as
|
|
115
|
-
ad as
|
|
116
|
-
ae as
|
|
117
|
-
af as
|
|
118
|
-
ag as
|
|
119
|
-
ah as
|
|
120
|
-
ai as
|
|
121
|
-
aj as
|
|
122
|
-
ak as
|
|
123
|
-
al as
|
|
124
|
-
am as
|
|
125
|
-
an as
|
|
126
|
-
ao as
|
|
127
|
-
ap as
|
|
128
|
-
aq as
|
|
129
|
-
ar as
|
|
130
|
-
as as
|
|
131
|
-
at as
|
|
132
|
-
au as
|
|
133
|
-
av as
|
|
134
|
-
aw as
|
|
135
|
-
ax as workflowRunIdSchema
|
|
90
|
+
J as StepSchema,
|
|
91
|
+
K as StepStatusSchema,
|
|
92
|
+
O as StructuredErrorSchema,
|
|
93
|
+
T as TERMINAL_RUN_EVENT_TYPES,
|
|
94
|
+
U as TERMINAL_STEP_EVENT_TYPES,
|
|
95
|
+
V as TERMINAL_STEP_STATUSES,
|
|
96
|
+
W as TERMINAL_WORKFLOW_RUN_STATUSES,
|
|
97
|
+
X as TerminalRunEventTypeSchema,
|
|
98
|
+
Y as TerminalStepStatusSchema,
|
|
99
|
+
Z as TerminalWorkflowRunStatusSchema,
|
|
100
|
+
_ as ValidQueueName,
|
|
101
|
+
$ as WAIT_EVENT_TYPES,
|
|
102
|
+
a0 as WaitSchema,
|
|
103
|
+
a1 as WaitStatusSchema,
|
|
104
|
+
a2 as WorkflowInvokePayloadSchema,
|
|
105
|
+
a3 as WorkflowRunBaseSchema,
|
|
106
|
+
a4 as WorkflowRunSchema,
|
|
107
|
+
a5 as WorkflowRunStatusSchema,
|
|
108
|
+
a6 as applyAttributeChanges,
|
|
109
|
+
a7 as envNumber,
|
|
110
|
+
a8 as getEventDataPayloadField,
|
|
111
|
+
a9 as getEventDataRefFields,
|
|
112
|
+
aa as getQueueTopicPrefix,
|
|
113
|
+
ab as isChildEntityCreationEvent,
|
|
114
|
+
ac as isChildEntityCreationEventType,
|
|
115
|
+
ad as isHookEventRequiringExistence,
|
|
116
|
+
ae as isHookLifecycleEventType,
|
|
117
|
+
af as isLegacySpecVersion,
|
|
118
|
+
ag as isStepEventType,
|
|
119
|
+
ah as isTerminalRunEventType,
|
|
120
|
+
ai as isTerminalStepEventType,
|
|
121
|
+
aj as isTerminalStepStatus,
|
|
122
|
+
ak as isTerminalWorkflowRunStatus,
|
|
123
|
+
al as isWaitEventType,
|
|
124
|
+
am as parseQueueName,
|
|
125
|
+
an as reenqueueActiveRuns,
|
|
126
|
+
ao as requiresNewerWorld,
|
|
127
|
+
ap as resolveQueueNamespace,
|
|
128
|
+
aq as stripEventDataRefs,
|
|
129
|
+
ar as ulidToDate,
|
|
130
|
+
as as validateAttributeChanges,
|
|
131
|
+
at as validateAttributeKey,
|
|
132
|
+
au as validateAttributeValue,
|
|
133
|
+
av as validateUlidTimestamp,
|
|
134
|
+
aw as workflowRunIdSchema
|
|
136
135
|
};
|
|
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
|
|
|
2
2
|
if (typeof 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-C11Xqmwk.js";
|
|
6
|
+
import "./app-BaJoK9ck.js";
|
|
7
7
|
import "stream";
|
|
8
8
|
import "express";
|
|
9
9
|
import "node:stream";
|