Skip to content

Commit e91a2b2

Browse files
chore: add changeset for client-provided runId fix (#25)
1 parent 79143e2 commit e91a2b2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.changeset/accept-client-runid.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@workflow-worlds/starter": patch
3+
"@workflow-worlds/mongodb": patch
4+
"@workflow-worlds/redis": patch
5+
"@workflow-worlds/turso": patch
6+
"@workflow-worlds/testing": patch
7+
---
8+
9+
Accept client-provided runId for run_created events
10+
11+
The upstream @workflow/core runtime now generates runId client-side and passes it to events.create() for run_created events. Updated all world implementations to accept the client-provided runId instead of rejecting non-null values. Falls back to server-generated runId when null is passed for backward compatibility.

0 commit comments

Comments
 (0)