Skip to content

Fix eager build for nextjs, enable DurableAgent e2e tests for all builds but nextj-canary#1403

Open
VaguelySerious wants to merge 7 commits intomainfrom
peter/fix-durable-agent-tests
Open

Fix eager build for nextjs, enable DurableAgent e2e tests for all builds but nextj-canary#1403
VaguelySerious wants to merge 7 commits intomainfrom
peter/fix-durable-agent-tests

Conversation

@VaguelySerious
Copy link
Member

@VaguelySerious VaguelySerious commented Mar 16, 2026

Previously disabled in #1400. Now enabled for all but nextjs projects.

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@VaguelySerious VaguelySerious requested a review from a team as a code owner March 16, 2026 19:35
@changeset-bot
Copy link

changeset-bot bot commented Mar 16, 2026

🦋 Changeset detected

Latest commit: 3772f45

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages
Name Type
@workflow/next Patch
workflow Patch
@workflow/ai Patch
@workflow/world-testing Patch
@workflow/core Patch
@workflow/builders Patch
@workflow/cli Patch
@workflow/nitro Patch
@workflow/vitest Patch
@workflow/web-shared Patch
@workflow/astro Patch
@workflow/nest Patch
@workflow/rollup Patch
@workflow/sveltekit Patch
@workflow/vite Patch
@workflow/nuxt Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Mar 16, 2026

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 0.041s (+8.0% 🔺) 1.005s (~) 0.964s 10 1.00x
💻 Local Nitro 0.042s (-5.0% 🟢) 1.005s (~) 0.964s 10 1.02x
💻 Local Next.js (Turbopack) 0.051s 1.006s 0.955s 10 1.24x
🌐 Redis Next.js (Turbopack) 0.056s 1.005s 0.949s 10 1.39x
🐘 Postgres Next.js (Turbopack) 0.060s 1.013s 0.953s 10 1.47x
🐘 Postgres Express 0.061s (-5.7% 🟢) 1.011s (~) 0.950s 10 1.50x
🐘 Postgres Nitro 0.062s (+2.0%) 1.011s (~) 0.948s 10 1.53x
🌐 MongoDB Next.js (Turbopack) 0.113s 1.008s 0.895s 10 2.77x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 0.457s (-4.4%) 1.988s (-24.1% 🟢) 1.531s 10 1.00x
▲ Vercel Express 0.473s (-6.4% 🟢) 2.311s (-2.4%) 1.838s 10 1.04x
▲ Vercel Next.js (Turbopack) 0.592s (-6.2% 🟢) 2.757s (+2.7%) 2.165s 10 1.30x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 1.111s 2.005s 0.895s 10 1.00x
💻 Local Nitro 1.125s (~) 2.006s (~) 0.881s 10 1.01x
💻 Local Express 1.127s (+2.7%) 2.005s (~) 0.879s 10 1.01x
🌐 Redis Next.js (Turbopack) 1.131s 2.008s 0.877s 10 1.02x
🐘 Postgres Next.js (Turbopack) 1.141s 2.013s 0.872s 10 1.03x
🐘 Postgres Nitro 1.145s (~) 2.011s (~) 0.867s 10 1.03x
🐘 Postgres Express 1.147s (~) 2.013s (~) 0.866s 10 1.03x
🌐 MongoDB Next.js (Turbopack) 1.321s 2.010s 0.689s 10 1.19x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 1.998s (-8.4% 🟢) 3.998s (~) 2.000s 10 1.00x
▲ Vercel Nitro 2.005s (-5.4% 🟢) 3.299s (-17.0% 🟢) 1.294s 10 1.00x
▲ Vercel Express 2.179s (+3.5%) 3.930s (+6.0% 🔺) 1.751s 10 1.09x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 10.776s 11.024s 0.248s 3 1.00x
🌐 Redis Next.js (Turbopack) 10.840s 11.025s 0.185s 3 1.01x
🐘 Postgres Next.js (Turbopack) 10.871s 11.039s 0.168s 3 1.01x
💻 Local Express 10.875s (+2.5%) 11.022s (~) 0.147s 3 1.01x
💻 Local Nitro 10.902s (~) 11.023s (~) 0.121s 3 1.01x
🐘 Postgres Nitro 10.907s (~) 11.041s (~) 0.134s 3 1.01x
🐘 Postgres Express 10.967s (~) 11.040s (-2.9%) 0.073s 3 1.02x
🌐 MongoDB Next.js (Turbopack) 12.316s 13.024s 0.708s 3 1.14x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 16.398s (-3.3%) 18.513s (+0.6%) 2.116s 2 1.00x
▲ Vercel Nitro 16.780s (+0.9%) 18.074s (-0.5%) 1.294s 2 1.02x
▲ Vercel Next.js (Turbopack) 16.865s (-4.7%) 18.621s (-6.6% 🟢) 1.756s 2 1.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 26.877s 27.054s 0.177s 3 1.00x
🐘 Postgres Next.js (Turbopack) 26.999s 27.067s 0.067s 3 1.00x
💻 Local Next.js (Turbopack) 27.115s 27.719s 0.604s 3 1.01x
🐘 Postgres Express 27.207s (~) 28.065s (~) 0.859s 3 1.01x
🐘 Postgres Nitro 27.216s (~) 28.063s (~) 0.846s 3 1.01x
💻 Local Express 27.413s (+2.8%) 28.053s (+3.7%) 0.640s 3 1.02x
💻 Local Nitro 27.486s (~) 28.053s (~) 0.567s 3 1.02x
🌐 MongoDB Next.js (Turbopack) 30.559s 31.046s 0.487s 2 1.14x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 43.315s (-2.4%) 45.026s (-2.4%) 1.711s 2 1.00x
▲ Vercel Express 44.069s (-3.1%) 46.059s (-3.2%) 1.990s 2 1.02x
▲ Vercel Nitro 44.858s (+3.9%) 46.155s (+2.0%) 1.297s 2 1.04x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 50 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 53.662s 54.104s 0.442s 2 1.00x
🐘 Postgres Next.js (Turbopack) 53.940s 54.109s 0.169s 2 1.01x
🐘 Postgres Express 54.211s (~) 55.100s (+0.9%) 0.889s 2 1.01x
🐘 Postgres Nitro 54.258s (~) 55.101s (~) 0.844s 2 1.01x
💻 Local Next.js (Turbopack) 55.855s 56.100s 0.245s 2 1.04x
💻 Local Express 56.458s (+2.9%) 57.100s (+3.6%) 0.642s 2 1.05x
💻 Local Nitro 56.617s (~) 57.104s (~) 0.487s 2 1.06x
🌐 MongoDB Next.js (Turbopack) 61.010s 61.088s 0.078s 2 1.14x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 93.102s (-0.5%) 93.750s (-2.1%) 0.648s 1 1.00x
▲ Vercel Next.js (Turbopack) 97.663s (~) 99.945s (~) 2.282s 1 1.05x
▲ Vercel Express 100.855s (+7.4% 🔺) 102.162s (+6.8% 🔺) 1.307s 1 1.08x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.all with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 1.279s 2.007s 0.728s 15 1.00x
🐘 Postgres Nitro 1.405s (-0.7%) 2.011s (~) 0.606s 15 1.10x
🐘 Postgres Express 1.450s (+3.2%) 2.012s (~) 0.562s 15 1.13x
💻 Local Next.js (Turbopack) 1.475s 2.005s 0.530s 15 1.15x
🐘 Postgres Next.js (Turbopack) 1.478s 2.012s 0.534s 15 1.16x
💻 Local Express 1.503s (+3.7%) 2.006s (~) 0.503s 15 1.17x
💻 Local Nitro 1.527s (+1.7%) 2.006s (~) 0.478s 15 1.19x
🌐 MongoDB Next.js (Turbopack) 2.157s 3.010s 0.853s 10 1.69x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.355s (-1.1%) 4.197s (+8.3% 🔺) 1.842s 8 1.00x
▲ Vercel Nitro 2.723s (+11.9% 🔺) 4.013s (+1.8%) 1.290s 8 1.16x
▲ Vercel Next.js (Turbopack) 2.849s (+23.0% 🔺) 4.519s (+17.5% 🔺) 1.671s 7 1.21x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 2.553s (-2.2%) 3.013s (~) 0.460s 10 1.00x
🌐 Redis Next.js (Turbopack) 2.609s 3.009s 0.400s 10 1.02x
🐘 Postgres Express 2.629s (+5.1% 🔺) 3.014s (~) 0.384s 10 1.03x
🐘 Postgres Next.js (Turbopack) 2.650s 3.013s 0.363s 10 1.04x
💻 Local Express 2.780s (+7.6% 🔺) 3.008s (~) 0.227s 10 1.09x
💻 Local Nitro 2.837s (+4.2%) 3.008s (~) 0.170s 10 1.11x
💻 Local Next.js (Turbopack) 2.868s 3.208s 0.340s 10 1.12x
🌐 MongoDB Next.js (Turbopack) 4.896s 5.346s 0.449s 6 1.92x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.699s (+5.2% 🔺) 3.974s (-3.9%) 1.275s 8 1.00x
▲ Vercel Express 2.980s (-24.0% 🟢) 4.384s (-18.6% 🟢) 1.404s 7 1.10x
▲ Vercel Next.js (Turbopack) 3.075s (+24.7% 🔺) 4.665s (+23.0% 🔺) 1.591s 7 1.14x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 3.951s (-3.0%) 4.588s (+3.2%) 0.637s 7 1.00x
🐘 Postgres Express 4.056s (+3.0%) 4.449s (~) 0.392s 7 1.03x
🌐 Redis Next.js (Turbopack) 4.181s 5.012s 0.831s 6 1.06x
🐘 Postgres Next.js (Turbopack) 4.348s 5.019s 0.671s 6 1.10x
💻 Local Next.js (Turbopack) 7.267s 8.014s 0.747s 4 1.84x
💻 Local Express 7.847s (+14.6% 🔺) 8.019s (+6.7% 🔺) 0.172s 4 1.99x
💻 Local Nitro 8.512s (+12.8% 🔺) 9.021s (+12.5% 🔺) 0.509s 4 2.15x
🌐 MongoDB Next.js (Turbopack) 9.954s 10.354s 0.400s 3 2.52x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 6.903s (+111.2% 🔺) 8.768s (+72.0% 🔺) 1.865s 4 1.00x
▲ Vercel Nitro 7.066s (+147.4% 🔺) 8.189s (+106.1% 🔺) 1.123s 4 1.02x
▲ Vercel Express 8.332s (+182.2% 🔺) 9.985s (+125.1% 🔺) 1.653s 4 1.21x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 1.289s 2.007s 0.718s 15 1.00x
🐘 Postgres Nitro 1.385s (-3.1%) 2.011s (~) 0.625s 15 1.07x
🐘 Postgres Express 1.431s (+2.6%) 2.011s (~) 0.580s 15 1.11x
🐘 Postgres Next.js (Turbopack) 1.501s 2.078s 0.577s 15 1.16x
💻 Local Express 1.511s (+1.8%) 2.005s (~) 0.493s 15 1.17x
💻 Local Next.js (Turbopack) 1.513s 2.006s 0.494s 15 1.17x
💻 Local Nitro 1.535s (+2.1%) 2.005s (~) 0.470s 15 1.19x
🌐 MongoDB Next.js (Turbopack) 2.183s 3.009s 0.826s 10 1.69x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.345s (+11.8% 🔺) 3.721s (+3.0%) 1.376s 9 1.00x
▲ Vercel Express 2.374s (+11.2% 🔺) 4.005s (+10.6% 🔺) 1.630s 8 1.01x
▲ Vercel Next.js (Turbopack) 2.773s (+32.2% 🔺) 4.746s (+21.3% 🔺) 1.973s 7 1.18x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 2.588s (+2.1%) 3.013s (~) 0.425s 10 1.00x
🐘 Postgres Next.js (Turbopack) 2.615s 3.012s 0.397s 10 1.01x
🌐 Redis Next.js (Turbopack) 2.621s 3.008s 0.388s 10 1.01x
🐘 Postgres Nitro 2.682s (+2.5%) 3.113s (+3.3%) 0.431s 10 1.04x
💻 Local Express 2.883s (+9.4% 🔺) 3.008s (~) 0.125s 10 1.11x
💻 Local Next.js (Turbopack) 2.911s 3.453s 0.542s 9 1.12x
💻 Local Nitro 3.003s (-0.9%) 3.566s (~) 0.563s 9 1.16x
🌐 MongoDB Next.js (Turbopack) 4.765s 5.178s 0.413s 6 1.84x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.402s (-22.0% 🟢) 3.607s (-18.8% 🟢) 1.205s 9 1.00x
▲ Vercel Express 2.765s (+6.4% 🔺) 4.450s (+12.7% 🔺) 1.684s 7 1.15x
▲ Vercel Next.js (Turbopack) 3.511s (+12.4% 🔺) 5.240s (+11.1% 🔺) 1.729s 6 1.46x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 3.976s (-2.3%) 4.447s (-3.2%) 0.470s 7 1.00x
🐘 Postgres Express 4.015s (~) 4.588s (~) 0.574s 7 1.01x
🌐 Redis Next.js (Turbopack) 4.235s 5.012s 0.777s 6 1.06x
🐘 Postgres Next.js (Turbopack) 4.268s 5.014s 0.746s 6 1.07x
💻 Local Next.js (Turbopack) 8.352s 8.768s 0.416s 4 2.10x
💻 Local Express 8.423s (+13.2% 🔺) 9.020s (+12.5% 🔺) 0.597s 4 2.12x
💻 Local Nitro 8.685s (+10.8% 🔺) 9.024s (+5.9% 🔺) 0.339s 4 2.18x
🌐 MongoDB Next.js (Turbopack) 10.203s 10.687s 0.484s 3 2.57x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 3.119s (+7.4% 🔺) 5.175s (+11.6% 🔺) 2.056s 6 1.00x
▲ Vercel Express 3.409s (+29.3% 🔺) 5.399s (+33.9% 🔺) 1.989s 6 1.09x
▲ Vercel Next.js (Turbopack) 3.872s (+28.0% 🔺) 5.749s (+13.0% 🔺) 1.877s 6 1.24x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Stream Benchmarks (includes TTFB metrics)
workflow with stream

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 0.171s 1.002s 0.011s 1.017s 0.846s 10 1.00x
🌐 Redis Next.js (Turbopack) 0.191s 1.000s 0.002s 1.008s 0.817s 10 1.12x
🐘 Postgres Next.js (Turbopack) 0.199s 1.002s 0.001s 1.013s 0.813s 10 1.17x
💻 Local Express 0.200s (+49.7% 🔺) 1.003s (~) 0.011s (+20.7% 🔺) 1.017s (~) 0.817s 10 1.17x
💻 Local Nitro 0.207s (+2.4%) 1.003s (~) 0.012s (+7.4% 🔺) 1.018s (~) 0.811s 10 1.21x
🐘 Postgres Nitro 0.212s (-1.1%) 0.995s (~) 0.001s (-13.3% 🟢) 1.012s (~) 0.800s 10 1.24x
🐘 Postgres Express 0.229s (+9.2% 🔺) 0.994s (~) 0.001s (-13.3% 🟢) 1.012s (~) 0.783s 10 1.34x
🌐 MongoDB Next.js (Turbopack) 0.518s 0.940s 0.001s 1.010s 0.492s 10 3.03x

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 1.692s (-2.4%) 2.598s (-5.3% 🟢) 0.005s (-2.1%) 3.247s (-4.9%) 1.555s 10 1.00x
▲ Vercel Nitro 1.875s (+11.3% 🔺) 2.808s (+3.7%) 0.005s (-4.1%) 3.252s (~) 1.377s 10 1.11x
▲ Vercel Express 2.650s (+49.3% 🔺) 3.594s (+25.2% 🔺) 0.005s (+7.6% 🔺) 4.383s (-71.4% 🟢) 1.733s 10 1.57x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World 🥇 Fastest Framework Wins
💻 Local Next.js (Turbopack) 8/12
🐘 Postgres Next.js (Turbopack) 6/12
▲ Vercel Nitro 6/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework 🥇 Fastest World Wins
Express 🐘 Postgres 7/12
Next.js (Turbopack) 🌐 Redis 6/12
Nitro 🐘 Postgres 6/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions
Copy link
Contributor

github-actions bot commented Mar 16, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 714 0 67 781
✅ 💻 Local Development 740 0 112 852
✅ 📦 Local Production 740 0 112 852
✅ 🐘 Local Postgres 740 0 112 852
✅ 🪟 Windows 68 0 3 71
❌ 🌍 Community Worlds 116 55 15 186
✅ 📋 Other 186 0 27 213
Total 3304 55 448 3807

❌ Failed Tests

🌍 Community Worlds (55 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (50 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 64 0 7
✅ example 64 0 7
✅ express 64 0 7
✅ fastify 64 0 7
✅ hono 64 0 7
✅ nextjs-turbopack 69 0 2
✅ nextjs-webpack 69 0 2
✅ nitro 64 0 7
✅ nuxt 64 0 7
✅ sveltekit 64 0 7
✅ vite 64 0 7
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 62 0 9
✅ express-stable 62 0 9
✅ fastify-stable 62 0 9
✅ hono-stable 62 0 9
✅ nextjs-turbopack-canary 54 0 17
✅ nextjs-turbopack-stable 68 0 3
✅ nextjs-webpack-canary 54 0 17
✅ nextjs-webpack-stable 68 0 3
✅ nitro-stable 62 0 9
✅ nuxt-stable 62 0 9
✅ sveltekit-stable 62 0 9
✅ vite-stable 62 0 9
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 62 0 9
✅ express-stable 62 0 9
✅ fastify-stable 62 0 9
✅ hono-stable 62 0 9
✅ nextjs-turbopack-canary 54 0 17
✅ nextjs-turbopack-stable 68 0 3
✅ nextjs-webpack-canary 54 0 17
✅ nextjs-webpack-stable 68 0 3
✅ nitro-stable 62 0 9
✅ nuxt-stable 62 0 9
✅ sveltekit-stable 62 0 9
✅ vite-stable 62 0 9
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 62 0 9
✅ express-stable 62 0 9
✅ fastify-stable 62 0 9
✅ hono-stable 62 0 9
✅ nextjs-turbopack-canary 54 0 17
✅ nextjs-turbopack-stable 68 0 3
✅ nextjs-webpack-canary 54 0 17
✅ nextjs-webpack-stable 68 0 3
✅ nitro-stable 62 0 9
✅ nuxt-stable 62 0 9
✅ sveltekit-stable 62 0 9
✅ vite-stable 62 0 9
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 68 0 3
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 3 0 2
❌ mongodb 51 3 3
✅ redis-dev 3 0 2
❌ redis 52 2 3
✅ turso-dev 3 0 2
❌ turso 4 50 3
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 62 0 9
✅ e2e-local-postgres-nest-stable 62 0 9
✅ e2e-local-prod-nest-stable 62 0 9

📋 View full workflow run

@vercel
Copy link
Contributor

vercel bot commented Mar 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Mar 16, 2026 10:54pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment Mar 16, 2026 10:54pm
example-workflow Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workbench-astro-workflow Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workbench-express-workflow Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workbench-fastify-workflow Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workbench-hono-workflow Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workbench-nitro-workflow Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workbench-nuxt-workflow Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workbench-sveltekit-workflow Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workbench-vite-workflow Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workflow-docs Ready Ready Preview, Comment, Open in v0 Mar 16, 2026 10:54pm
workflow-nest Ready Ready Preview, Comment Mar 16, 2026 10:54pm
workflow-swc-playground Ready Ready Preview, Comment Mar 16, 2026 10:54pm

The webpack Vercel deployment's eager builder only discovers ~51 of 87
workflows due to partial esbuild import graph resolution failures (a
pre-existing issue on main). Skip agent tests for this environment
while keeping them active for turbopack, local, and all other targets.

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@VaguelySerious VaguelySerious force-pushed the peter/fix-durable-agent-tests branch from a457219 to 5507161 Compare March 16, 2026 20:13
Next.js 16.2.0-canary.100+ has a regression where @workflow/ai step
files are missing from the step bundle, causing "doStreamStep not
found" errors that hang the agent tests until timeout.

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@VaguelySerious VaguelySerious changed the title Enable DurableAgent e2e tests Fix eager build for nextjs, enable DurableAgent e2e tests for all builds but nextj-canary Mar 16, 2026
DEV_TEST_CONFIG was only set in the dev test job, so prod and postgres
canary jobs didn't skip agent tests. Add NEXT_CANARY env var to all
three local e2e test jobs (dev, prod, postgres) and use it directly.

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants