@voyantjs/workflows 0.0.0

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/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for describing the origin of the Work and
141
+ reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2026 Voyant Cloud
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/NOTICE ADDED
@@ -0,0 +1,52 @@
1
+ Voyant Workflows
2
+ Copyright 2026 Voyant Cloud
3
+
4
+ This product includes software developed at Voyant Cloud
5
+ (https://voyant.cloud).
6
+
7
+ Licensed under the Apache License, Version 2.0 (the "License").
8
+ See the LICENSE file in the root of this repository for details.
9
+
10
+ -------------------------------------------------------------------------------
11
+ Upstream attributions
12
+ -------------------------------------------------------------------------------
13
+
14
+ This project incorporates designs, patterns, and in some cases source
15
+ code adapted from the following upstream projects. Each retains the
16
+ copyright and license noted. Where specific files have been ported or
17
+ derived, individual file headers preserve the upstream copyright notice.
18
+
19
+ Vercel Workflow
20
+ https://github.com/vercel/workflow
21
+ Copyright (c) Vercel, Inc.
22
+ Apache License, Version 2.0
23
+
24
+ Derivation scope: determinism Proxies (Date / Math.random / crypto);
25
+ event-log-as-source-of-truth storage shape; capabilities/version
26
+ table; OTEL semantic conventions; consumer state machines for
27
+ sleep / hook / step primitives; error taxonomy.
28
+
29
+ Trigger.dev
30
+ https://github.com/triggerdotdev/trigger.dev
31
+ Copyright (c) Trigger.dev Inc.
32
+ Apache License, Version 2.0
33
+
34
+ Derivation scope: execution-snapshot model with snapshot-id-gated
35
+ mutations; run-status vs execution-status enum split; unified
36
+ waitpoint entity; reserve-concurrency pattern; metadata API shape;
37
+ trigger options vocabulary; single-dev-instance CLI lockfile.
38
+
39
+ Hatchet
40
+ https://github.com/hatchet-dev/hatchet
41
+ Copyright (c) Hatchet Inc.
42
+ MIT License
43
+
44
+ Derivation scope: concurrency strategy enum (queue / cancel-in-progress
45
+ / cancel-newest / round-robin); match engine with OR groups; rate
46
+ limit token-bucket queries; waitFor / cancelIf / skipIf condition
47
+ actions; payload INLINE / EXTERNAL split; event filter scope model;
48
+ durable task eviction policy.
49
+
50
+ Files that are near-verbatim ports carry an explicit upstream copyright
51
+ header alongside Voyant Cloud's own. All other files are original to
52
+ this project.
package/README.md ADDED
@@ -0,0 +1,46 @@
1
+ # @voyantjs/workflows
2
+
3
+ Authoring SDK for [Voyant Workflows](https://voyant.cloud/workflows) —
4
+ durable, step-based orchestrations for Voyant Cloud.
5
+
6
+ ```ts
7
+ import { workflow } from "@voyantjs/workflows";
8
+ import { z } from "zod";
9
+
10
+ export const sendBookingReminders = workflow({
11
+ id: "send-booking-reminders",
12
+ input: z.object({ bookingId: z.string() }),
13
+
14
+ async run(input, ctx) {
15
+ const booking = await ctx.step("fetch", () => db.bookings.findById(input.bookingId));
16
+
17
+ await ctx.sleep("24h");
18
+
19
+ await ctx.step("send-reminder", async () => {
20
+ await email.send(booking.customerEmail, "Reminder...");
21
+ });
22
+ },
23
+ });
24
+ ```
25
+
26
+ ## Subpaths
27
+
28
+ - `@voyantjs/workflows` — authoring API (`workflow`, `workflows`, `trigger`, conditions, errors).
29
+ - `@voyantjs/workflows/testing` — in-process test harness
30
+ (`runWorkflowForTest`, `resumeWorkflowForTest`).
31
+ - `@voyantjs/workflows/handler` — tenant-side step handler for the
32
+ v1 wire protocol. Mount at `POST /__voyant/workflow-step` in your
33
+ Worker: `export default { fetch: createStepHandler() }`.
34
+ - `@voyantjs/workflows/auth` — paired HMAC signer + verifier for the
35
+ `X-Voyant-Dispatch-Auth` header. Wires into the orchestrator's
36
+ `sign` hook and the handler's `verifyRequest` hook with a shared
37
+ secret.
38
+ - `@voyantjs/workflows/protocol` — wire-protocol types shared with the
39
+ orchestrator.
40
+
41
+ ## Full contract
42
+
43
+ - [`docs/sdk-surface.md`](../../docs/sdk-surface.md) — locked API surface.
44
+ - [`docs/design.md`](../../docs/design.md) — architecture and rationale.
45
+ - [`docs/runtime-protocol.md`](../../docs/runtime-protocol.md) — wire protocol.
46
+
package/package.json ADDED
@@ -0,0 +1,78 @@
1
+ {
2
+ "name": "@voyantjs/workflows",
3
+ "version": "0.0.0",
4
+ "description": "Authoring SDK for Voyant Workflows \u2014 durable, step-based orchestrations for Voyant Cloud.",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/voyantjs/voyant.git",
9
+ "directory": "packages/workflows"
10
+ },
11
+ "homepage": "https://voyant.cloud/workflows",
12
+ "type": "module",
13
+ "exports": {
14
+ ".": {
15
+ "types": "./src/index.ts",
16
+ "import": "./src/index.ts"
17
+ },
18
+ "./testing": {
19
+ "types": "./src/testing/index.ts",
20
+ "import": "./src/testing/index.ts"
21
+ },
22
+ "./protocol": {
23
+ "types": "./src/protocol/index.ts",
24
+ "import": "./src/protocol/index.ts"
25
+ },
26
+ "./handler": {
27
+ "types": "./src/handler/index.ts",
28
+ "import": "./src/handler/index.ts"
29
+ },
30
+ "./auth": {
31
+ "types": "./src/auth/index.ts",
32
+ "import": "./src/auth/index.ts"
33
+ },
34
+ "./rate-limit": {
35
+ "types": "./src/rate-limit/index.ts",
36
+ "import": "./src/rate-limit/index.ts"
37
+ }
38
+ },
39
+ "main": "./src/index.ts",
40
+ "types": "./src/index.ts",
41
+ "files": [
42
+ "dist",
43
+ "src",
44
+ "!**/*.test.*",
45
+ "!**/*.spec.*",
46
+ "NOTICE"
47
+ ],
48
+ "scripts": {
49
+ "build": "tsc -p tsconfig.json",
50
+ "build:examples": "tsc -p tsconfig.examples.json",
51
+ "spike": "pnpm build && pnpm build:examples && node examples-dist/drive.js",
52
+ "check-types": "tsc --noEmit",
53
+ "dev": "tsc -w -p tsconfig.json",
54
+ "test": "vitest run",
55
+ "test:watch": "vitest"
56
+ },
57
+ "dependencies": {
58
+ "@voyantjs/workflows-errors": "workspace:*",
59
+ "zod": "^3.23.8"
60
+ },
61
+ "devDependencies": {
62
+ "@types/node": "^20.12.0",
63
+ "@voyantjs/voyant-typescript-config": "workspace:*",
64
+ "typescript": "^5.9.2",
65
+ "vitest": "^3.2.0"
66
+ },
67
+ "peerDependencies": {
68
+ "zod": "^3.23.0 || ^4.0.0"
69
+ },
70
+ "peerDependenciesMeta": {
71
+ "zod": {
72
+ "optional": true
73
+ }
74
+ },
75
+ "publishConfig": {
76
+ "access": "public"
77
+ }
78
+ }
@@ -0,0 +1,156 @@
1
+ // @voyantjs/workflows/auth
2
+ //
3
+ // Paired HMAC signer + verifier for the `X-Voyant-Dispatch-Auth`
4
+ // header on `POST /__voyant/workflow-step`. Both sides share a
5
+ // symmetric secret — suitable for local dev and single-region
6
+ // deployments; asymmetric signing (control-plane issuer + tenant
7
+ // public-key) is a later upgrade that keeps the same header shape.
8
+ //
9
+ // Built on Web Crypto (`crypto.subtle`), so it works unchanged in
10
+ // Node 20+, Cloudflare Workers, Deno, Bun, and browsers.
11
+ //
12
+ // Usage on the orchestrator side:
13
+ //
14
+ // import { createHmacSigner } from "@voyantjs/workflows/auth";
15
+ // const sign = await createHmacSigner(process.env.VOYANT_SIGNING_KEY!);
16
+ // createDispatchStepHandler(script, { dispatcher, sign });
17
+ //
18
+ // Usage on the tenant side:
19
+ //
20
+ // import { createHmacVerifier } from "@voyantjs/workflows/auth";
21
+ // import { createStepHandler } from "@voyantjs/workflows/handler";
22
+ // const verify = await createHmacVerifier(env.VOYANT_SIGNING_KEY);
23
+ // export default { fetch: createStepHandler({ verifyRequest: verify }) };
24
+
25
+ export const AUTH_HEADER = "x-voyant-dispatch-auth" as const;
26
+
27
+ /**
28
+ * Returns a verifier that accepts `Authorization: Bearer <token>`
29
+ * where `<token>` matches any of the `validTokens` (case-sensitive,
30
+ * constant-time compared). Usable as the `verifyRequest` dep on
31
+ * `handleWorkerRequest` / `createStepHandler` for the public-facing
32
+ * surface of an orchestrator or tenant Worker.
33
+ *
34
+ * Intended for dev + single-tenant deployments. Production should
35
+ * issue per-tenant, short-lived tokens from a control plane.
36
+ */
37
+ export function createBearerVerifier(
38
+ validTokens: readonly string[],
39
+ ): (req: Request) => void {
40
+ if (validTokens.length === 0) {
41
+ throw new Error("createBearerVerifier: need at least one valid token");
42
+ }
43
+ return (req) => {
44
+ const header = req.headers.get("authorization");
45
+ if (!header) throw new Error("missing Authorization header");
46
+ const match = /^Bearer (.+)$/.exec(header);
47
+ if (!match) {
48
+ throw new Error("Authorization header must use the Bearer scheme");
49
+ }
50
+ const presented = match[1]!;
51
+ for (const valid of validTokens) {
52
+ if (constantTimeEquals(presented, valid)) return;
53
+ }
54
+ throw new Error("bearer token does not match any configured value");
55
+ };
56
+ }
57
+
58
+ function constantTimeEquals(a: string, b: string): boolean {
59
+ if (a.length !== b.length) return false;
60
+ let diff = 0;
61
+ for (let i = 0; i < a.length; i++) {
62
+ diff |= a.charCodeAt(i) ^ b.charCodeAt(i);
63
+ }
64
+ return diff === 0;
65
+ }
66
+
67
+ /** Returns a signer: `(body: string) => Promise<string>` (base64 HMAC-SHA256). */
68
+ export async function createHmacSigner(
69
+ secret: string,
70
+ ): Promise<(body: string) => Promise<string>> {
71
+ const key = await importKey(secret, ["sign"]);
72
+ return async (body) => {
73
+ const sig = await crypto.subtle.sign("HMAC", key, encode(body));
74
+ return toBase64(sig);
75
+ };
76
+ }
77
+
78
+ /**
79
+ * Returns a verifier: `(req: Request) => Promise<void>`. Throws if:
80
+ * - the header is missing,
81
+ * - the signature is malformed,
82
+ * - the signature does not match the current body.
83
+ *
84
+ * The verifier consumes `req.body` via `req.text()`. Callers that
85
+ * need the body downstream should pre-clone: `req.clone()` before
86
+ * passing in.
87
+ */
88
+ export async function createHmacVerifier(
89
+ secret: string,
90
+ ): Promise<(req: Request) => Promise<void>> {
91
+ const key = await importKey(secret, ["verify"]);
92
+ return async (req) => {
93
+ const header = req.headers.get(AUTH_HEADER);
94
+ if (!header) {
95
+ throw new Error(`missing ${AUTH_HEADER} header`);
96
+ }
97
+ let sig: ArrayBuffer;
98
+ try {
99
+ sig = fromBase64(header);
100
+ } catch {
101
+ throw new Error(`malformed ${AUTH_HEADER} header (expected base64)`);
102
+ }
103
+ const body = await req.clone().text();
104
+ const ok = await crypto.subtle.verify("HMAC", key, sig, encode(body));
105
+ if (!ok) {
106
+ throw new Error(`${AUTH_HEADER} signature does not match request body`);
107
+ }
108
+ };
109
+ }
110
+
111
+ // ---- Internals ----
112
+
113
+ async function importKey(
114
+ secret: string,
115
+ usages: readonly ("sign" | "verify")[],
116
+ ): Promise<CryptoKey> {
117
+ if (secret.length === 0) {
118
+ throw new Error("HMAC secret must be a non-empty string");
119
+ }
120
+ return crypto.subtle.importKey(
121
+ "raw",
122
+ encode(secret),
123
+ { name: "HMAC", hash: "SHA-256" },
124
+ false,
125
+ usages as KeyUsage[],
126
+ );
127
+ }
128
+
129
+ /**
130
+ * Encode to a freshly-allocated ArrayBuffer. TextEncoder's Uint8Array
131
+ * is typed as `Uint8Array<ArrayBufferLike>` under recent TS lib, which
132
+ * doesn't satisfy the `BufferSource` param of `subtle.sign/verify`.
133
+ * Copying into a new ArrayBuffer sidesteps the nominal mismatch.
134
+ */
135
+ function encode(s: string): ArrayBuffer {
136
+ const view = new TextEncoder().encode(s);
137
+ const buf = new ArrayBuffer(view.byteLength);
138
+ new Uint8Array(buf).set(view);
139
+ return buf;
140
+ }
141
+
142
+ function toBase64(buffer: ArrayBuffer): string {
143
+ // btoa is available in every modern runtime (Node 16+, Workers, browsers).
144
+ const bytes = new Uint8Array(buffer);
145
+ let bin = "";
146
+ for (let i = 0; i < bytes.length; i++) bin += String.fromCharCode(bytes[i]!);
147
+ return btoa(bin);
148
+ }
149
+
150
+ function fromBase64(s: string): ArrayBuffer {
151
+ const bin = atob(s);
152
+ const buf = new ArrayBuffer(bin.length);
153
+ const view = new Uint8Array(buf);
154
+ for (let i = 0; i < bin.length; i++) view[i] = bin.charCodeAt(i);
155
+ return buf;
156
+ }
@@ -0,0 +1,43 @@
1
+ // Condition types used in step options (waitFor / cancelIf / skipIf)
2
+ // and in event-filter match expressions.
3
+ // Authoritative contract in docs/sdk-surface.md §4.
4
+
5
+ import type { Duration, RunStatus } from "./types.js";
6
+
7
+ export interface EventCondition {
8
+ event: string;
9
+ match?: Record<string, unknown> | ((payload: unknown) => boolean);
10
+ }
11
+
12
+ export interface SignalCondition {
13
+ signal: string;
14
+ match?: Record<string, unknown> | ((payload: unknown) => boolean);
15
+ }
16
+
17
+ export interface TimeCondition {
18
+ after?: Duration | Date;
19
+ before?: Duration | Date;
20
+ }
21
+
22
+ export interface RunStatusCondition {
23
+ run: { id: string; status: RunStatus[] };
24
+ }
25
+
26
+ export interface OrCondition {
27
+ or: Condition[];
28
+ }
29
+
30
+ export interface AndCondition {
31
+ and: Condition[];
32
+ }
33
+
34
+ export type Condition =
35
+ | EventCondition
36
+ | SignalCondition
37
+ | TimeCondition
38
+ | RunStatusCondition
39
+ | OrCondition
40
+ | AndCondition;
41
+
42
+ export const or = (...conditions: Condition[]): OrCondition => ({ or: conditions });
43
+ export const and = (...conditions: Condition[]): AndCondition => ({ and: conditions });