Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/replay-timeout-excludes-step-bodies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@workflow/core": patch
"@workflow/world": patch
"@workflow/world-vercel": patch
---

Exclude inline step execution from the workflow replay timeout. Long-running steps no longer hit `REPLAY_TIMEOUT` (fixes #2009). Adds a `WORKFLOW_REPLAY_TIMEOUT_MS` env var override and a new optional `World.processExitTriggersQueueRedelivery` capability used to gate the runtime's `process.exit(1)` failure path.
6 changes: 6 additions & 0 deletions .changeset/tired-pigs-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@workflow/core": minor
"workflow": minor
---

A `WritableStream` from a workflow's `getWritable()` can now be passed as an argument to a child workflow via `start()`; the child's writes land on the parent run's stream directly for the full lifetime of the child run.
4 changes: 4 additions & 0 deletions .changeset/turbo-next-workbench-outputs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Declare generated Next workbench files as Turbo outputs so cached builds restore traced artifacts.
1 change: 0 additions & 1 deletion .github/actions/wait-for-vercel-project/LICENSE.md

This file was deleted.

36 changes: 0 additions & 36 deletions .github/actions/wait-for-vercel-project/action.yml

This file was deleted.

Loading
Loading