Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 387 Bytes

File metadata and controls

8 lines (6 loc) · 387 Bytes
@workflow/core @workflow/world
patch
patch

Generate runId client-side in start() and simplify runId types

The runId is now generated client-side using ULID before serialization, rather than waiting for the server response. This simplifies the Streamer interface and WorkflowServerWritableStream to accept string instead of string | Promise<string> for runId.