Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1 - #963

Merged
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest
Feb 6, 2026
Merged

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1#963
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
Member

Summary

When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes the workflow manifest at /.well-known/workflow/v1/manifest.json via the most appropriate mechanism for the framework:

  • Next.js: Copies manifest to public/.well-known/workflow/v1/manifest.json (served as a static file)
  • SvelteKit: Copies manifest to static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Vercel Build Output API (example workbench): Copies manifest to .vercel/output/static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Nitro (vite, hono, express, fastify, nuxt, nitro-v2, nitro-v3): Registers a virtual handler that reads and serves the manifest JSON
  • Astro: Generates a manifest.json.js page route that returns the manifest JSON
  • NestJS: Adds a @Get('manifest.json') endpoint on the WorkflowController (gated by the env var at runtime)

Other changes

  • BaseBuilder.createManifest() now returns the manifest JSON string so framework builders can use it
  • Added shouldExposePublicManifest getter to BaseBuilder
  • Fixed Astro LocalBuilder which was missing the createManifest() call that all other framework builders have
  • Removed unused public/ directory and static file copy from the example workbench build script
  • Added WORKFLOW_PUBLIC_MANIFEST to turbo.json build task env so Vercel builds can access it
  • Added generated manifest paths to .gitignore

CopilotAI review requested due to automatic review settings February 6, 2026 09:14
@vercel

vercelBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (-11.8% 🟢)1.016s (~)0.978s101.00x
💻 LocalExpress0.043s (-2.0%)1.007s (~)0.964s101.13x
💻 LocalNitro0.043s (-6.5% 🟢)1.008s (~)0.964s101.14x
🐘 PostgresNext.js (Turbopack)0.127s (-35.8% 🟢)1.023s (~)0.897s103.33x
🐘 PostgresExpress0.232s (-41.8% 🟢)1.015s (~)0.783s106.09x
🐘 PostgresNitro0.334s (-16.7% 🟢)1.015s (-2.6%)0.682s108.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.592s (+3.5%)1.705s (+12.2% 🔺)1.114s101.00x
▲ VercelExpress0.604s (-15.7% 🟢)1.462s (-9.1% 🟢)0.857s101.02x
▲ VercelNext.js (Turbopack)0.727s (-9.6% 🟢)1.507s (-14.6% 🟢)0.780s101.23x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.100s (~)2.012s (~)0.912s101.00x
💻 LocalNitro1.115s (~)2.006s (~)0.892s101.01x
💻 LocalExpress1.116s (~)2.006s (~)0.890s101.02x
🐘 PostgresExpress2.182s (-6.9% 🟢)3.013s (~)0.831s101.98x
🐘 PostgresNitro2.369s (+3.2%)3.014s (~)0.646s102.15x
🐘 PostgresNext.js (Turbopack)2.415s (+31.4% 🔺)3.019s (+42.6% 🔺)0.604s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.716s (+4.4%)3.835s (+6.4% 🔺)1.119s101.00x
▲ VercelNext.js (Turbopack)2.755s (+6.5% 🔺)3.651s (-1.4%)0.896s101.01x
▲ VercelExpress2.853s (+11.1% 🔺)3.738s (+5.2% 🔺)0.885s101.05x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.726s (~)11.020s (~)0.294s31.00x
💻 LocalExpress10.831s (~)11.015s (~)0.183s31.01x
💻 LocalNitro10.844s (~)11.016s (~)0.171s31.01x
🐘 PostgresNitro20.250s (~)21.042s (~)0.791s21.89x
🐘 PostgresNext.js (Turbopack)20.304s (+32.3% 🔺)21.039s (+31.2% 🔺)0.735s21.89x
🐘 PostgresExpress20.476s (+1.0%)21.026s (~)0.550s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)20.846s (-1.8%)21.742s (-0.5%)0.895s21.00x
▲ VercelNitro21.228s (-3.2%)22.051s (-2.3%)0.823s21.02x
▲ VercelExpress21.992s (+1.9%)22.936s (+2.9%)0.944s21.05x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.240s (~)28.022s (~)0.782s31.00x
💻 LocalNitro27.471s (~)28.024s (~)0.553s31.01x
💻 LocalExpress27.472s (~)28.024s (~)0.552s31.01x
🐘 PostgresNext.js (Turbopack)38.215s (+1.2%)39.082s (+2.7%)0.866s21.40x
🐘 PostgresExpress43.157s (-14.1% 🟢)43.554s (-14.7% 🟢)0.397s21.58x
🐘 PostgresNitro50.132s (+30.9% 🔺)51.079s (+30.8% 🔺)0.948s21.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro52.502s (-4.8%)52.948s (-4.6%)0.445s21.00x
▲ VercelNext.js (Turbopack)52.591s (-1.5%)53.385s (-1.6%)0.794s21.00x
▲ VercelExpress53.499s (-0.6%)54.604s (~)1.105s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.742s (~)57.046s (~)0.304s21.00x
💻 LocalExpress57.087s (~)58.040s (~)0.952s21.01x
💻 LocalNitro57.196s (~)58.042s (~)0.846s21.01x
🐘 PostgresExpress75.214s (-21.0% 🟢)76.099s (-20.8% 🟢)0.885s21.33x
🐘 PostgresNext.js (Turbopack)77.851s (-1.9%)78.614s (-1.9%)0.763s21.37x
🐘 PostgresNitro100.440s (+33.2% 🔺)101.142s (+32.9% 🔺)0.702s11.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro110.869s (-4.6%)111.884s (-4.3%)1.015s11.00x
▲ VercelNext.js (Turbopack)111.535s (-1.3%)112.704s (-1.2%)1.169s11.01x
▲ VercelExpress113.864s (+4.8%)114.497s (+5.0% 🔺)0.633s11.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.389s (+0.9%)2.011s (~)0.622s151.00x
💻 LocalNitro1.404s (-0.8%)2.006s (~)0.602s151.01x
💻 LocalExpress1.415s (~)2.007s (~)0.592s151.02x
🐘 PostgresExpress1.933s (-10.9% 🟢)2.153s (-21.6% 🟢)0.220s141.39x
🐘 PostgresNext.js (Turbopack)2.086s (+19.5% 🔺)2.602s (+16.5% 🔺)0.515s121.50x
🐘 PostgresNitro2.514s (+7.3% 🔺)3.013s (+10.0% 🔺)0.499s101.81x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.819s (-9.2% 🟢)3.784s (-6.1% 🟢)0.965s81.00x
▲ VercelNext.js (Turbopack)2.855s (+4.3%)3.756s (-2.8%)0.902s81.01x
▲ VercelNitro2.931s (-7.2% 🟢)4.027s (-2.9%)1.096s81.04x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.542s (-1.0%)3.014s (~)0.472s101.00x
💻 LocalNext.js (Turbopack)2.566s (+1.6%)3.034s (-1.1%)0.469s101.01x
💻 LocalNitro2.583s (~)3.022s (~)0.439s101.02x
🐘 PostgresNitro7.997s (-17.2% 🟢)8.320s (-17.2% 🟢)0.324s43.15x
🐘 PostgresExpress9.867s (+0.5%)10.352s (+2.7%)0.485s33.88x
🐘 PostgresNext.js (Turbopack)11.105s (+1.3%)11.714s (~)0.609s34.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.337s (+7.2% 🔺)4.129s (+5.6% 🔺)0.792s81.00x
▲ VercelNitro3.421s (+4.3%)4.179s (+4.1%)0.758s81.03x
▲ VercelNext.js (Turbopack)3.555s (+21.1% 🔺)4.827s (+23.4% 🔺)1.271s81.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.307s (~)8.292s (+2.4%)0.985s41.00x
💻 LocalNitro7.341s (+2.0%)8.343s (+7.0% 🔺)1.002s41.00x
💻 LocalNext.js (Turbopack)7.449s (+7.9% 🔺)8.480s (+10.4% 🔺)1.032s41.02x
🐘 PostgresNitro45.477s (-0.6%)46.191s (~)0.714s16.22x
🐘 PostgresExpress47.827s (-3.8%)48.180s (-3.9%)0.353s16.55x
🐘 PostgresNext.js (Turbopack)56.057s (+7.5% 🔺)56.129s (+5.6% 🔺)0.072s17.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.614s (+6.2% 🔺)4.755s (+10.7% 🔺)1.141s71.00x
▲ VercelNext.js (Turbopack)3.854s (+16.7% 🔺)4.730s (+12.8% 🔺)0.876s71.07x
▲ VercelNitro4.401s (+12.0% 🔺)5.281s (+12.4% 🔺)0.880s61.22x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.434s (-0.7%)2.006s (~)0.573s151.00x
💻 LocalNitro1.440s (+0.7%)2.007s (~)0.566s151.00x
💻 LocalNext.js (Turbopack)1.443s (+2.5%)2.011s (~)0.568s151.01x
🐘 PostgresExpress1.900s (-13.4% 🟢)2.011s (-22.6% 🟢)0.110s151.33x
🐘 PostgresNitro2.178s (+3.6%)2.749s (+9.4% 🔺)0.572s111.52x
🐘 PostgresNext.js (Turbopack)2.359s (+5.1% 🔺)2.931s (+6.5% 🔺)0.572s111.65x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.660s (-9.5% 🟢)3.663s (-6.5% 🟢)1.003s91.00x
▲ VercelNitro2.674s (+4.5%)3.919s (+11.0% 🔺)1.246s81.00x
▲ VercelNext.js (Turbopack)2.732s (+3.8%)3.800s (+1.8%)1.068s81.03x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.627s (-2.2%)3.010s (~)0.383s101.00x
💻 LocalExpress2.658s (+1.4%)3.013s (~)0.355s101.01x
💻 LocalNext.js (Turbopack)2.713s (-2.8%)3.014s (-9.3% 🟢)0.301s101.03x
🐘 PostgresExpress10.677s (-9.5% 🟢)11.353s (-5.7% 🟢)0.676s34.06x
🐘 PostgresNitro11.782s (-1.1%)12.077s (-2.4%)0.295s34.49x
🐘 PostgresNext.js (Turbopack)14.077s (+4.8%)14.364s (+4.7%)0.287s35.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.802s (~)3.697s (-0.6%)0.894s91.00x
▲ VercelNitro2.952s (+2.5%)3.865s (-0.8%)0.913s81.05x
▲ VercelNext.js (Turbopack)3.443s (+20.3% 🔺)4.418s (+14.2% 🔺)0.976s71.23x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.811s (+4.4%)8.753s (+3.2%)0.942s41.00x
💻 LocalNext.js (Turbopack)7.826s (-4.8%)8.769s (-0.9%)0.943s41.00x
💻 LocalNitro7.885s (+1.6%)8.805s (+1.2%)0.920s41.01x
🐘 PostgresExpress48.346s (-7.5% 🟢)49.165s (-7.5% 🟢)0.819s16.19x
🐘 PostgresNitro51.044s (-7.2% 🟢)51.159s (-7.2% 🟢)0.115s16.54x
🐘 PostgresNext.js (Turbopack)57.719s (+6.9% 🔺)58.146s (+7.4% 🔺)0.427s17.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.333s (+4.7%)4.227s (+12.7% 🔺)0.895s81.00x
▲ VercelNext.js (Turbopack)3.715s (+9.6% 🔺)4.294s (+5.7% 🔺)0.580s71.11x
▲ VercelExpress4.059s (+26.3% 🔺)4.581s (+15.7% 🔺)0.523s71.22x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.148s (+4.5%)1.003s (~)0.015s (-24.6% 🟢)1.026s (~)0.878s101.00x
💻 LocalNitro0.178s (-2.8%)0.993s (~)0.014s (-1.4%)1.021s (~)0.842s101.20x
💻 LocalExpress0.181s (-1.8%)0.992s (~)0.014s (+1.5%)1.020s (~)0.840s101.22x
🐘 PostgresNext.js (Turbopack)1.321s (+25.2% 🔺)1.777s (+38.8% 🔺)0.000s (NaN%)2.017s (+32.9% 🔺)0.696s108.92x
🐘 PostgresExpress1.414s (+6.3% 🔺)1.656s (-3.2%)0.000s (+Infinity% 🔺)2.014s (~)0.600s109.55x
🐘 PostgresNitro2.141s (+91.8% 🔺)2.904s (+48.0% 🔺)0.000s (NaN%)3.017s (+49.8% 🔺)0.876s1014.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.785s (+5.6% 🔺)3.296s (+2.6%)0.118s (-40.0% 🟢)3.904s (-0.5%)1.119s101.00x
▲ VercelNitro2.803s (+3.6%)3.292s (+3.9%)0.199s (-31.6% 🟢)4.022s (+1.9%)1.219s101.01x
▲ VercelExpress2.903s (+13.8% 🔺)3.219s (+3.6%)0.178s (-30.5% 🟢)3.892s (+3.3%)0.989s101.04x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/12
🐘 PostgresExpress6/12
▲ VercelNitro5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/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
  • 🌐 Starter: Community world (local development)
  • 🌐 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

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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 (CLI) - workflow health command reports healthy endpoints
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@changeset-bot

changeset-botBot commented Feb 6, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 97e1d18

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

This PR includes changesets to release 15 packages
NameType
@workflow/sveltekitPatch
@workflow/buildersPatch
@workflow/astroPatch
@workflow/nitroPatch
@workflow/nestPatch
@workflow/nextPatch
workflowPatch
@workflow/cliPatch
@workflow/rollupPatch
@workflow/vitePatch
@workflow/nuxtPatch
@workflow/docs-typecheckPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/web-sharedPatch

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

@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 1ea385a to c5e2098CompareFebruary 6, 2026 09:18
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from c5e2098 to 5128c98CompareFebruary 6, 2026 09:19
@TooTallNateTooTallNate changed the title feat: expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes
the manifest at /.well-known/workflow/v1/manifest.json via the most
appropriate mechanism for the framework:
- Next.js: Copies to public/.well-known/workflow/v1/ (static)
- SvelteKit: Copies to static/.well-known/workflow/v1/ (static)
- VercelBuildOutputAPI: Copies to .vercel/output/static/.well-known/workflow/v1/ (static)
- Nitro (vite/hono/express/fastify/nuxt/nitro-v2/v3): Virtual handler
- Astro: Generated manifest.json.js page route
- NestJS: @get endpoint on WorkflowController
Also fixes Astro LocalBuilder missing createManifest() call, removes
the unused example workbench public/ directory, and changes
BaseBuilder.createManifest() to return the manifest JSON string.
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 67ad128 to fa58466CompareFebruary 6, 2026 18:43
@TooTallNateTooTallNate changed the title Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
await copyFile(
join(workflowGeneratedDir, 'manifest.json'),
join(publicManifestDir, 'manifest.json')
);

@ijjkijjkFeb 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of placing this in a static folder which won't get cleaned up if this is added for one run but not on a successive run and then could get deployed it feels more correct for the flow.js endpoint to handle serving this or not.

That would reduce additional endpoint being exposed as well, similar to what we did for the health check

@TooTallNateGraphite App

TooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
MemberAuthor

Merge activity

  • Feb 6, 8:22 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 6, 8:22 PM UTC: @TooTallNate merged this pull request with Graphite.

@xmlking

Copy link
Copy Markdown

do we need to add public/.well-known/workflow/v1/manifest.json to .gitignore ?

Sign up for freeto 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.

5 participants

@TooTallNate@xmlking@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1 - #963

Merged
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest
Feb 6, 2026
Merged

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1#963
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
Member

Summary

When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes the workflow manifest at /.well-known/workflow/v1/manifest.json via the most appropriate mechanism for the framework:

  • Next.js: Copies manifest to public/.well-known/workflow/v1/manifest.json (served as a static file)
  • SvelteKit: Copies manifest to static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Vercel Build Output API (example workbench): Copies manifest to .vercel/output/static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Nitro (vite, hono, express, fastify, nuxt, nitro-v2, nitro-v3): Registers a virtual handler that reads and serves the manifest JSON
  • Astro: Generates a manifest.json.js page route that returns the manifest JSON
  • NestJS: Adds a @Get('manifest.json') endpoint on the WorkflowController (gated by the env var at runtime)

Other changes

  • BaseBuilder.createManifest() now returns the manifest JSON string so framework builders can use it
  • Added shouldExposePublicManifest getter to BaseBuilder
  • Fixed Astro LocalBuilder which was missing the createManifest() call that all other framework builders have
  • Removed unused public/ directory and static file copy from the example workbench build script
  • Added WORKFLOW_PUBLIC_MANIFEST to turbo.json build task env so Vercel builds can access it
  • Added generated manifest paths to .gitignore

CopilotAI review requested due to automatic review settings February 6, 2026 09:14
@vercel

vercelBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (-11.8% 🟢)1.016s (~)0.978s101.00x
💻 LocalExpress0.043s (-2.0%)1.007s (~)0.964s101.13x
💻 LocalNitro0.043s (-6.5% 🟢)1.008s (~)0.964s101.14x
🐘 PostgresNext.js (Turbopack)0.127s (-35.8% 🟢)1.023s (~)0.897s103.33x
🐘 PostgresExpress0.232s (-41.8% 🟢)1.015s (~)0.783s106.09x
🐘 PostgresNitro0.334s (-16.7% 🟢)1.015s (-2.6%)0.682s108.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.592s (+3.5%)1.705s (+12.2% 🔺)1.114s101.00x
▲ VercelExpress0.604s (-15.7% 🟢)1.462s (-9.1% 🟢)0.857s101.02x
▲ VercelNext.js (Turbopack)0.727s (-9.6% 🟢)1.507s (-14.6% 🟢)0.780s101.23x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.100s (~)2.012s (~)0.912s101.00x
💻 LocalNitro1.115s (~)2.006s (~)0.892s101.01x
💻 LocalExpress1.116s (~)2.006s (~)0.890s101.02x
🐘 PostgresExpress2.182s (-6.9% 🟢)3.013s (~)0.831s101.98x
🐘 PostgresNitro2.369s (+3.2%)3.014s (~)0.646s102.15x
🐘 PostgresNext.js (Turbopack)2.415s (+31.4% 🔺)3.019s (+42.6% 🔺)0.604s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.716s (+4.4%)3.835s (+6.4% 🔺)1.119s101.00x
▲ VercelNext.js (Turbopack)2.755s (+6.5% 🔺)3.651s (-1.4%)0.896s101.01x
▲ VercelExpress2.853s (+11.1% 🔺)3.738s (+5.2% 🔺)0.885s101.05x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.726s (~)11.020s (~)0.294s31.00x
💻 LocalExpress10.831s (~)11.015s (~)0.183s31.01x
💻 LocalNitro10.844s (~)11.016s (~)0.171s31.01x
🐘 PostgresNitro20.250s (~)21.042s (~)0.791s21.89x
🐘 PostgresNext.js (Turbopack)20.304s (+32.3% 🔺)21.039s (+31.2% 🔺)0.735s21.89x
🐘 PostgresExpress20.476s (+1.0%)21.026s (~)0.550s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)20.846s (-1.8%)21.742s (-0.5%)0.895s21.00x
▲ VercelNitro21.228s (-3.2%)22.051s (-2.3%)0.823s21.02x
▲ VercelExpress21.992s (+1.9%)22.936s (+2.9%)0.944s21.05x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.240s (~)28.022s (~)0.782s31.00x
💻 LocalNitro27.471s (~)28.024s (~)0.553s31.01x
💻 LocalExpress27.472s (~)28.024s (~)0.552s31.01x
🐘 PostgresNext.js (Turbopack)38.215s (+1.2%)39.082s (+2.7%)0.866s21.40x
🐘 PostgresExpress43.157s (-14.1% 🟢)43.554s (-14.7% 🟢)0.397s21.58x
🐘 PostgresNitro50.132s (+30.9% 🔺)51.079s (+30.8% 🔺)0.948s21.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro52.502s (-4.8%)52.948s (-4.6%)0.445s21.00x
▲ VercelNext.js (Turbopack)52.591s (-1.5%)53.385s (-1.6%)0.794s21.00x
▲ VercelExpress53.499s (-0.6%)54.604s (~)1.105s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.742s (~)57.046s (~)0.304s21.00x
💻 LocalExpress57.087s (~)58.040s (~)0.952s21.01x
💻 LocalNitro57.196s (~)58.042s (~)0.846s21.01x
🐘 PostgresExpress75.214s (-21.0% 🟢)76.099s (-20.8% 🟢)0.885s21.33x
🐘 PostgresNext.js (Turbopack)77.851s (-1.9%)78.614s (-1.9%)0.763s21.37x
🐘 PostgresNitro100.440s (+33.2% 🔺)101.142s (+32.9% 🔺)0.702s11.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro110.869s (-4.6%)111.884s (-4.3%)1.015s11.00x
▲ VercelNext.js (Turbopack)111.535s (-1.3%)112.704s (-1.2%)1.169s11.01x
▲ VercelExpress113.864s (+4.8%)114.497s (+5.0% 🔺)0.633s11.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.389s (+0.9%)2.011s (~)0.622s151.00x
💻 LocalNitro1.404s (-0.8%)2.006s (~)0.602s151.01x
💻 LocalExpress1.415s (~)2.007s (~)0.592s151.02x
🐘 PostgresExpress1.933s (-10.9% 🟢)2.153s (-21.6% 🟢)0.220s141.39x
🐘 PostgresNext.js (Turbopack)2.086s (+19.5% 🔺)2.602s (+16.5% 🔺)0.515s121.50x
🐘 PostgresNitro2.514s (+7.3% 🔺)3.013s (+10.0% 🔺)0.499s101.81x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.819s (-9.2% 🟢)3.784s (-6.1% 🟢)0.965s81.00x
▲ VercelNext.js (Turbopack)2.855s (+4.3%)3.756s (-2.8%)0.902s81.01x
▲ VercelNitro2.931s (-7.2% 🟢)4.027s (-2.9%)1.096s81.04x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.542s (-1.0%)3.014s (~)0.472s101.00x
💻 LocalNext.js (Turbopack)2.566s (+1.6%)3.034s (-1.1%)0.469s101.01x
💻 LocalNitro2.583s (~)3.022s (~)0.439s101.02x
🐘 PostgresNitro7.997s (-17.2% 🟢)8.320s (-17.2% 🟢)0.324s43.15x
🐘 PostgresExpress9.867s (+0.5%)10.352s (+2.7%)0.485s33.88x
🐘 PostgresNext.js (Turbopack)11.105s (+1.3%)11.714s (~)0.609s34.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.337s (+7.2% 🔺)4.129s (+5.6% 🔺)0.792s81.00x
▲ VercelNitro3.421s (+4.3%)4.179s (+4.1%)0.758s81.03x
▲ VercelNext.js (Turbopack)3.555s (+21.1% 🔺)4.827s (+23.4% 🔺)1.271s81.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.307s (~)8.292s (+2.4%)0.985s41.00x
💻 LocalNitro7.341s (+2.0%)8.343s (+7.0% 🔺)1.002s41.00x
💻 LocalNext.js (Turbopack)7.449s (+7.9% 🔺)8.480s (+10.4% 🔺)1.032s41.02x
🐘 PostgresNitro45.477s (-0.6%)46.191s (~)0.714s16.22x
🐘 PostgresExpress47.827s (-3.8%)48.180s (-3.9%)0.353s16.55x
🐘 PostgresNext.js (Turbopack)56.057s (+7.5% 🔺)56.129s (+5.6% 🔺)0.072s17.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.614s (+6.2% 🔺)4.755s (+10.7% 🔺)1.141s71.00x
▲ VercelNext.js (Turbopack)3.854s (+16.7% 🔺)4.730s (+12.8% 🔺)0.876s71.07x
▲ VercelNitro4.401s (+12.0% 🔺)5.281s (+12.4% 🔺)0.880s61.22x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.434s (-0.7%)2.006s (~)0.573s151.00x
💻 LocalNitro1.440s (+0.7%)2.007s (~)0.566s151.00x
💻 LocalNext.js (Turbopack)1.443s (+2.5%)2.011s (~)0.568s151.01x
🐘 PostgresExpress1.900s (-13.4% 🟢)2.011s (-22.6% 🟢)0.110s151.33x
🐘 PostgresNitro2.178s (+3.6%)2.749s (+9.4% 🔺)0.572s111.52x
🐘 PostgresNext.js (Turbopack)2.359s (+5.1% 🔺)2.931s (+6.5% 🔺)0.572s111.65x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.660s (-9.5% 🟢)3.663s (-6.5% 🟢)1.003s91.00x
▲ VercelNitro2.674s (+4.5%)3.919s (+11.0% 🔺)1.246s81.00x
▲ VercelNext.js (Turbopack)2.732s (+3.8%)3.800s (+1.8%)1.068s81.03x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.627s (-2.2%)3.010s (~)0.383s101.00x
💻 LocalExpress2.658s (+1.4%)3.013s (~)0.355s101.01x
💻 LocalNext.js (Turbopack)2.713s (-2.8%)3.014s (-9.3% 🟢)0.301s101.03x
🐘 PostgresExpress10.677s (-9.5% 🟢)11.353s (-5.7% 🟢)0.676s34.06x
🐘 PostgresNitro11.782s (-1.1%)12.077s (-2.4%)0.295s34.49x
🐘 PostgresNext.js (Turbopack)14.077s (+4.8%)14.364s (+4.7%)0.287s35.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.802s (~)3.697s (-0.6%)0.894s91.00x
▲ VercelNitro2.952s (+2.5%)3.865s (-0.8%)0.913s81.05x
▲ VercelNext.js (Turbopack)3.443s (+20.3% 🔺)4.418s (+14.2% 🔺)0.976s71.23x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.811s (+4.4%)8.753s (+3.2%)0.942s41.00x
💻 LocalNext.js (Turbopack)7.826s (-4.8%)8.769s (-0.9%)0.943s41.00x
💻 LocalNitro7.885s (+1.6%)8.805s (+1.2%)0.920s41.01x
🐘 PostgresExpress48.346s (-7.5% 🟢)49.165s (-7.5% 🟢)0.819s16.19x
🐘 PostgresNitro51.044s (-7.2% 🟢)51.159s (-7.2% 🟢)0.115s16.54x
🐘 PostgresNext.js (Turbopack)57.719s (+6.9% 🔺)58.146s (+7.4% 🔺)0.427s17.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.333s (+4.7%)4.227s (+12.7% 🔺)0.895s81.00x
▲ VercelNext.js (Turbopack)3.715s (+9.6% 🔺)4.294s (+5.7% 🔺)0.580s71.11x
▲ VercelExpress4.059s (+26.3% 🔺)4.581s (+15.7% 🔺)0.523s71.22x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.148s (+4.5%)1.003s (~)0.015s (-24.6% 🟢)1.026s (~)0.878s101.00x
💻 LocalNitro0.178s (-2.8%)0.993s (~)0.014s (-1.4%)1.021s (~)0.842s101.20x
💻 LocalExpress0.181s (-1.8%)0.992s (~)0.014s (+1.5%)1.020s (~)0.840s101.22x
🐘 PostgresNext.js (Turbopack)1.321s (+25.2% 🔺)1.777s (+38.8% 🔺)0.000s (NaN%)2.017s (+32.9% 🔺)0.696s108.92x
🐘 PostgresExpress1.414s (+6.3% 🔺)1.656s (-3.2%)0.000s (+Infinity% 🔺)2.014s (~)0.600s109.55x
🐘 PostgresNitro2.141s (+91.8% 🔺)2.904s (+48.0% 🔺)0.000s (NaN%)3.017s (+49.8% 🔺)0.876s1014.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.785s (+5.6% 🔺)3.296s (+2.6%)0.118s (-40.0% 🟢)3.904s (-0.5%)1.119s101.00x
▲ VercelNitro2.803s (+3.6%)3.292s (+3.9%)0.199s (-31.6% 🟢)4.022s (+1.9%)1.219s101.01x
▲ VercelExpress2.903s (+13.8% 🔺)3.219s (+3.6%)0.178s (-30.5% 🟢)3.892s (+3.3%)0.989s101.04x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/12
🐘 PostgresExpress6/12
▲ VercelNitro5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/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
  • 🌐 Starter: Community world (local development)
  • 🌐 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

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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 (CLI) - workflow health command reports healthy endpoints
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@changeset-bot

changeset-botBot commented Feb 6, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 97e1d18

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

This PR includes changesets to release 15 packages
NameType
@workflow/sveltekitPatch
@workflow/buildersPatch
@workflow/astroPatch
@workflow/nitroPatch
@workflow/nestPatch
@workflow/nextPatch
workflowPatch
@workflow/cliPatch
@workflow/rollupPatch
@workflow/vitePatch
@workflow/nuxtPatch
@workflow/docs-typecheckPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/web-sharedPatch

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

@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 1ea385a to c5e2098CompareFebruary 6, 2026 09:18
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from c5e2098 to 5128c98CompareFebruary 6, 2026 09:19
@TooTallNateTooTallNate changed the title feat: expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes
the manifest at /.well-known/workflow/v1/manifest.json via the most
appropriate mechanism for the framework:
- Next.js: Copies to public/.well-known/workflow/v1/ (static)
- SvelteKit: Copies to static/.well-known/workflow/v1/ (static)
- VercelBuildOutputAPI: Copies to .vercel/output/static/.well-known/workflow/v1/ (static)
- Nitro (vite/hono/express/fastify/nuxt/nitro-v2/v3): Virtual handler
- Astro: Generated manifest.json.js page route
- NestJS: @get endpoint on WorkflowController
Also fixes Astro LocalBuilder missing createManifest() call, removes
the unused example workbench public/ directory, and changes
BaseBuilder.createManifest() to return the manifest JSON string.
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 67ad128 to fa58466CompareFebruary 6, 2026 18:43
@TooTallNateTooTallNate changed the title Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
await copyFile(
join(workflowGeneratedDir, 'manifest.json'),
join(publicManifestDir, 'manifest.json')
);

@ijjkijjkFeb 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of placing this in a static folder which won't get cleaned up if this is added for one run but not on a successive run and then could get deployed it feels more correct for the flow.js endpoint to handle serving this or not.

That would reduce additional endpoint being exposed as well, similar to what we did for the health check

@TooTallNateGraphite App

TooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
MemberAuthor

Merge activity

  • Feb 6, 8:22 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 6, 8:22 PM UTC: @TooTallNate merged this pull request with Graphite.

@xmlking

Copy link
Copy Markdown

do we need to add public/.well-known/workflow/v1/manifest.json to .gitignore ?

Sign up for freeto 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.

5 participants

@TooTallNate@xmlking@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1 - #963

Merged
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest
Feb 6, 2026
Merged

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1#963
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
Member

Summary

When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes the workflow manifest at /.well-known/workflow/v1/manifest.json via the most appropriate mechanism for the framework:

  • Next.js: Copies manifest to public/.well-known/workflow/v1/manifest.json (served as a static file)
  • SvelteKit: Copies manifest to static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Vercel Build Output API (example workbench): Copies manifest to .vercel/output/static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Nitro (vite, hono, express, fastify, nuxt, nitro-v2, nitro-v3): Registers a virtual handler that reads and serves the manifest JSON
  • Astro: Generates a manifest.json.js page route that returns the manifest JSON
  • NestJS: Adds a @Get('manifest.json') endpoint on the WorkflowController (gated by the env var at runtime)

Other changes

  • BaseBuilder.createManifest() now returns the manifest JSON string so framework builders can use it
  • Added shouldExposePublicManifest getter to BaseBuilder
  • Fixed Astro LocalBuilder which was missing the createManifest() call that all other framework builders have
  • Removed unused public/ directory and static file copy from the example workbench build script
  • Added WORKFLOW_PUBLIC_MANIFEST to turbo.json build task env so Vercel builds can access it
  • Added generated manifest paths to .gitignore

CopilotAI review requested due to automatic review settings February 6, 2026 09:14
@vercel

vercelBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (-11.8% 🟢)1.016s (~)0.978s101.00x
💻 LocalExpress0.043s (-2.0%)1.007s (~)0.964s101.13x
💻 LocalNitro0.043s (-6.5% 🟢)1.008s (~)0.964s101.14x
🐘 PostgresNext.js (Turbopack)0.127s (-35.8% 🟢)1.023s (~)0.897s103.33x
🐘 PostgresExpress0.232s (-41.8% 🟢)1.015s (~)0.783s106.09x
🐘 PostgresNitro0.334s (-16.7% 🟢)1.015s (-2.6%)0.682s108.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.592s (+3.5%)1.705s (+12.2% 🔺)1.114s101.00x
▲ VercelExpress0.604s (-15.7% 🟢)1.462s (-9.1% 🟢)0.857s101.02x
▲ VercelNext.js (Turbopack)0.727s (-9.6% 🟢)1.507s (-14.6% 🟢)0.780s101.23x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.100s (~)2.012s (~)0.912s101.00x
💻 LocalNitro1.115s (~)2.006s (~)0.892s101.01x
💻 LocalExpress1.116s (~)2.006s (~)0.890s101.02x
🐘 PostgresExpress2.182s (-6.9% 🟢)3.013s (~)0.831s101.98x
🐘 PostgresNitro2.369s (+3.2%)3.014s (~)0.646s102.15x
🐘 PostgresNext.js (Turbopack)2.415s (+31.4% 🔺)3.019s (+42.6% 🔺)0.604s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.716s (+4.4%)3.835s (+6.4% 🔺)1.119s101.00x
▲ VercelNext.js (Turbopack)2.755s (+6.5% 🔺)3.651s (-1.4%)0.896s101.01x
▲ VercelExpress2.853s (+11.1% 🔺)3.738s (+5.2% 🔺)0.885s101.05x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.726s (~)11.020s (~)0.294s31.00x
💻 LocalExpress10.831s (~)11.015s (~)0.183s31.01x
💻 LocalNitro10.844s (~)11.016s (~)0.171s31.01x
🐘 PostgresNitro20.250s (~)21.042s (~)0.791s21.89x
🐘 PostgresNext.js (Turbopack)20.304s (+32.3% 🔺)21.039s (+31.2% 🔺)0.735s21.89x
🐘 PostgresExpress20.476s (+1.0%)21.026s (~)0.550s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)20.846s (-1.8%)21.742s (-0.5%)0.895s21.00x
▲ VercelNitro21.228s (-3.2%)22.051s (-2.3%)0.823s21.02x
▲ VercelExpress21.992s (+1.9%)22.936s (+2.9%)0.944s21.05x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.240s (~)28.022s (~)0.782s31.00x
💻 LocalNitro27.471s (~)28.024s (~)0.553s31.01x
💻 LocalExpress27.472s (~)28.024s (~)0.552s31.01x
🐘 PostgresNext.js (Turbopack)38.215s (+1.2%)39.082s (+2.7%)0.866s21.40x
🐘 PostgresExpress43.157s (-14.1% 🟢)43.554s (-14.7% 🟢)0.397s21.58x
🐘 PostgresNitro50.132s (+30.9% 🔺)51.079s (+30.8% 🔺)0.948s21.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro52.502s (-4.8%)52.948s (-4.6%)0.445s21.00x
▲ VercelNext.js (Turbopack)52.591s (-1.5%)53.385s (-1.6%)0.794s21.00x
▲ VercelExpress53.499s (-0.6%)54.604s (~)1.105s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.742s (~)57.046s (~)0.304s21.00x
💻 LocalExpress57.087s (~)58.040s (~)0.952s21.01x
💻 LocalNitro57.196s (~)58.042s (~)0.846s21.01x
🐘 PostgresExpress75.214s (-21.0% 🟢)76.099s (-20.8% 🟢)0.885s21.33x
🐘 PostgresNext.js (Turbopack)77.851s (-1.9%)78.614s (-1.9%)0.763s21.37x
🐘 PostgresNitro100.440s (+33.2% 🔺)101.142s (+32.9% 🔺)0.702s11.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro110.869s (-4.6%)111.884s (-4.3%)1.015s11.00x
▲ VercelNext.js (Turbopack)111.535s (-1.3%)112.704s (-1.2%)1.169s11.01x
▲ VercelExpress113.864s (+4.8%)114.497s (+5.0% 🔺)0.633s11.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.389s (+0.9%)2.011s (~)0.622s151.00x
💻 LocalNitro1.404s (-0.8%)2.006s (~)0.602s151.01x
💻 LocalExpress1.415s (~)2.007s (~)0.592s151.02x
🐘 PostgresExpress1.933s (-10.9% 🟢)2.153s (-21.6% 🟢)0.220s141.39x
🐘 PostgresNext.js (Turbopack)2.086s (+19.5% 🔺)2.602s (+16.5% 🔺)0.515s121.50x
🐘 PostgresNitro2.514s (+7.3% 🔺)3.013s (+10.0% 🔺)0.499s101.81x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.819s (-9.2% 🟢)3.784s (-6.1% 🟢)0.965s81.00x
▲ VercelNext.js (Turbopack)2.855s (+4.3%)3.756s (-2.8%)0.902s81.01x
▲ VercelNitro2.931s (-7.2% 🟢)4.027s (-2.9%)1.096s81.04x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.542s (-1.0%)3.014s (~)0.472s101.00x
💻 LocalNext.js (Turbopack)2.566s (+1.6%)3.034s (-1.1%)0.469s101.01x
💻 LocalNitro2.583s (~)3.022s (~)0.439s101.02x
🐘 PostgresNitro7.997s (-17.2% 🟢)8.320s (-17.2% 🟢)0.324s43.15x
🐘 PostgresExpress9.867s (+0.5%)10.352s (+2.7%)0.485s33.88x
🐘 PostgresNext.js (Turbopack)11.105s (+1.3%)11.714s (~)0.609s34.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.337s (+7.2% 🔺)4.129s (+5.6% 🔺)0.792s81.00x
▲ VercelNitro3.421s (+4.3%)4.179s (+4.1%)0.758s81.03x
▲ VercelNext.js (Turbopack)3.555s (+21.1% 🔺)4.827s (+23.4% 🔺)1.271s81.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.307s (~)8.292s (+2.4%)0.985s41.00x
💻 LocalNitro7.341s (+2.0%)8.343s (+7.0% 🔺)1.002s41.00x
💻 LocalNext.js (Turbopack)7.449s (+7.9% 🔺)8.480s (+10.4% 🔺)1.032s41.02x
🐘 PostgresNitro45.477s (-0.6%)46.191s (~)0.714s16.22x
🐘 PostgresExpress47.827s (-3.8%)48.180s (-3.9%)0.353s16.55x
🐘 PostgresNext.js (Turbopack)56.057s (+7.5% 🔺)56.129s (+5.6% 🔺)0.072s17.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.614s (+6.2% 🔺)4.755s (+10.7% 🔺)1.141s71.00x
▲ VercelNext.js (Turbopack)3.854s (+16.7% 🔺)4.730s (+12.8% 🔺)0.876s71.07x
▲ VercelNitro4.401s (+12.0% 🔺)5.281s (+12.4% 🔺)0.880s61.22x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.434s (-0.7%)2.006s (~)0.573s151.00x
💻 LocalNitro1.440s (+0.7%)2.007s (~)0.566s151.00x
💻 LocalNext.js (Turbopack)1.443s (+2.5%)2.011s (~)0.568s151.01x
🐘 PostgresExpress1.900s (-13.4% 🟢)2.011s (-22.6% 🟢)0.110s151.33x
🐘 PostgresNitro2.178s (+3.6%)2.749s (+9.4% 🔺)0.572s111.52x
🐘 PostgresNext.js (Turbopack)2.359s (+5.1% 🔺)2.931s (+6.5% 🔺)0.572s111.65x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.660s (-9.5% 🟢)3.663s (-6.5% 🟢)1.003s91.00x
▲ VercelNitro2.674s (+4.5%)3.919s (+11.0% 🔺)1.246s81.00x
▲ VercelNext.js (Turbopack)2.732s (+3.8%)3.800s (+1.8%)1.068s81.03x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.627s (-2.2%)3.010s (~)0.383s101.00x
💻 LocalExpress2.658s (+1.4%)3.013s (~)0.355s101.01x
💻 LocalNext.js (Turbopack)2.713s (-2.8%)3.014s (-9.3% 🟢)0.301s101.03x
🐘 PostgresExpress10.677s (-9.5% 🟢)11.353s (-5.7% 🟢)0.676s34.06x
🐘 PostgresNitro11.782s (-1.1%)12.077s (-2.4%)0.295s34.49x
🐘 PostgresNext.js (Turbopack)14.077s (+4.8%)14.364s (+4.7%)0.287s35.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.802s (~)3.697s (-0.6%)0.894s91.00x
▲ VercelNitro2.952s (+2.5%)3.865s (-0.8%)0.913s81.05x
▲ VercelNext.js (Turbopack)3.443s (+20.3% 🔺)4.418s (+14.2% 🔺)0.976s71.23x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.811s (+4.4%)8.753s (+3.2%)0.942s41.00x
💻 LocalNext.js (Turbopack)7.826s (-4.8%)8.769s (-0.9%)0.943s41.00x
💻 LocalNitro7.885s (+1.6%)8.805s (+1.2%)0.920s41.01x
🐘 PostgresExpress48.346s (-7.5% 🟢)49.165s (-7.5% 🟢)0.819s16.19x
🐘 PostgresNitro51.044s (-7.2% 🟢)51.159s (-7.2% 🟢)0.115s16.54x
🐘 PostgresNext.js (Turbopack)57.719s (+6.9% 🔺)58.146s (+7.4% 🔺)0.427s17.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.333s (+4.7%)4.227s (+12.7% 🔺)0.895s81.00x
▲ VercelNext.js (Turbopack)3.715s (+9.6% 🔺)4.294s (+5.7% 🔺)0.580s71.11x
▲ VercelExpress4.059s (+26.3% 🔺)4.581s (+15.7% 🔺)0.523s71.22x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.148s (+4.5%)1.003s (~)0.015s (-24.6% 🟢)1.026s (~)0.878s101.00x
💻 LocalNitro0.178s (-2.8%)0.993s (~)0.014s (-1.4%)1.021s (~)0.842s101.20x
💻 LocalExpress0.181s (-1.8%)0.992s (~)0.014s (+1.5%)1.020s (~)0.840s101.22x
🐘 PostgresNext.js (Turbopack)1.321s (+25.2% 🔺)1.777s (+38.8% 🔺)0.000s (NaN%)2.017s (+32.9% 🔺)0.696s108.92x
🐘 PostgresExpress1.414s (+6.3% 🔺)1.656s (-3.2%)0.000s (+Infinity% 🔺)2.014s (~)0.600s109.55x
🐘 PostgresNitro2.141s (+91.8% 🔺)2.904s (+48.0% 🔺)0.000s (NaN%)3.017s (+49.8% 🔺)0.876s1014.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.785s (+5.6% 🔺)3.296s (+2.6%)0.118s (-40.0% 🟢)3.904s (-0.5%)1.119s101.00x
▲ VercelNitro2.803s (+3.6%)3.292s (+3.9%)0.199s (-31.6% 🟢)4.022s (+1.9%)1.219s101.01x
▲ VercelExpress2.903s (+13.8% 🔺)3.219s (+3.6%)0.178s (-30.5% 🟢)3.892s (+3.3%)0.989s101.04x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/12
🐘 PostgresExpress6/12
▲ VercelNitro5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/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
  • 🌐 Starter: Community world (local development)
  • 🌐 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

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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 (CLI) - workflow health command reports healthy endpoints
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@changeset-bot

changeset-botBot commented Feb 6, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 97e1d18

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

This PR includes changesets to release 15 packages
NameType
@workflow/sveltekitPatch
@workflow/buildersPatch
@workflow/astroPatch
@workflow/nitroPatch
@workflow/nestPatch
@workflow/nextPatch
workflowPatch
@workflow/cliPatch
@workflow/rollupPatch
@workflow/vitePatch
@workflow/nuxtPatch
@workflow/docs-typecheckPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/web-sharedPatch

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

@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 1ea385a to c5e2098CompareFebruary 6, 2026 09:18
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from c5e2098 to 5128c98CompareFebruary 6, 2026 09:19
@TooTallNateTooTallNate changed the title feat: expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes
the manifest at /.well-known/workflow/v1/manifest.json via the most
appropriate mechanism for the framework:
- Next.js: Copies to public/.well-known/workflow/v1/ (static)
- SvelteKit: Copies to static/.well-known/workflow/v1/ (static)
- VercelBuildOutputAPI: Copies to .vercel/output/static/.well-known/workflow/v1/ (static)
- Nitro (vite/hono/express/fastify/nuxt/nitro-v2/v3): Virtual handler
- Astro: Generated manifest.json.js page route
- NestJS: @get endpoint on WorkflowController
Also fixes Astro LocalBuilder missing createManifest() call, removes
the unused example workbench public/ directory, and changes
BaseBuilder.createManifest() to return the manifest JSON string.
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 67ad128 to fa58466CompareFebruary 6, 2026 18:43
@TooTallNateTooTallNate changed the title Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
await copyFile(
join(workflowGeneratedDir, 'manifest.json'),
join(publicManifestDir, 'manifest.json')
);

@ijjkijjkFeb 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of placing this in a static folder which won't get cleaned up if this is added for one run but not on a successive run and then could get deployed it feels more correct for the flow.js endpoint to handle serving this or not.

That would reduce additional endpoint being exposed as well, similar to what we did for the health check

@TooTallNateGraphite App

TooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
MemberAuthor

Merge activity

  • Feb 6, 8:22 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 6, 8:22 PM UTC: @TooTallNate merged this pull request with Graphite.

@xmlking

Copy link
Copy Markdown

do we need to add public/.well-known/workflow/v1/manifest.json to .gitignore ?

Sign up for freeto 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.

5 participants

@TooTallNate@xmlking@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1 - #963

Merged
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest
Feb 6, 2026
Merged

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1#963
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
Member

Summary

When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes the workflow manifest at /.well-known/workflow/v1/manifest.json via the most appropriate mechanism for the framework:

  • Next.js: Copies manifest to public/.well-known/workflow/v1/manifest.json (served as a static file)
  • SvelteKit: Copies manifest to static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Vercel Build Output API (example workbench): Copies manifest to .vercel/output/static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Nitro (vite, hono, express, fastify, nuxt, nitro-v2, nitro-v3): Registers a virtual handler that reads and serves the manifest JSON
  • Astro: Generates a manifest.json.js page route that returns the manifest JSON
  • NestJS: Adds a @Get('manifest.json') endpoint on the WorkflowController (gated by the env var at runtime)

Other changes

  • BaseBuilder.createManifest() now returns the manifest JSON string so framework builders can use it
  • Added shouldExposePublicManifest getter to BaseBuilder
  • Fixed Astro LocalBuilder which was missing the createManifest() call that all other framework builders have
  • Removed unused public/ directory and static file copy from the example workbench build script
  • Added WORKFLOW_PUBLIC_MANIFEST to turbo.json build task env so Vercel builds can access it
  • Added generated manifest paths to .gitignore

CopilotAI review requested due to automatic review settings February 6, 2026 09:14
@vercel

vercelBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (-11.8% 🟢)1.016s (~)0.978s101.00x
💻 LocalExpress0.043s (-2.0%)1.007s (~)0.964s101.13x
💻 LocalNitro0.043s (-6.5% 🟢)1.008s (~)0.964s101.14x
🐘 PostgresNext.js (Turbopack)0.127s (-35.8% 🟢)1.023s (~)0.897s103.33x
🐘 PostgresExpress0.232s (-41.8% 🟢)1.015s (~)0.783s106.09x
🐘 PostgresNitro0.334s (-16.7% 🟢)1.015s (-2.6%)0.682s108.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.592s (+3.5%)1.705s (+12.2% 🔺)1.114s101.00x
▲ VercelExpress0.604s (-15.7% 🟢)1.462s (-9.1% 🟢)0.857s101.02x
▲ VercelNext.js (Turbopack)0.727s (-9.6% 🟢)1.507s (-14.6% 🟢)0.780s101.23x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.100s (~)2.012s (~)0.912s101.00x
💻 LocalNitro1.115s (~)2.006s (~)0.892s101.01x
💻 LocalExpress1.116s (~)2.006s (~)0.890s101.02x
🐘 PostgresExpress2.182s (-6.9% 🟢)3.013s (~)0.831s101.98x
🐘 PostgresNitro2.369s (+3.2%)3.014s (~)0.646s102.15x
🐘 PostgresNext.js (Turbopack)2.415s (+31.4% 🔺)3.019s (+42.6% 🔺)0.604s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.716s (+4.4%)3.835s (+6.4% 🔺)1.119s101.00x
▲ VercelNext.js (Turbopack)2.755s (+6.5% 🔺)3.651s (-1.4%)0.896s101.01x
▲ VercelExpress2.853s (+11.1% 🔺)3.738s (+5.2% 🔺)0.885s101.05x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.726s (~)11.020s (~)0.294s31.00x
💻 LocalExpress10.831s (~)11.015s (~)0.183s31.01x
💻 LocalNitro10.844s (~)11.016s (~)0.171s31.01x
🐘 PostgresNitro20.250s (~)21.042s (~)0.791s21.89x
🐘 PostgresNext.js (Turbopack)20.304s (+32.3% 🔺)21.039s (+31.2% 🔺)0.735s21.89x
🐘 PostgresExpress20.476s (+1.0%)21.026s (~)0.550s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)20.846s (-1.8%)21.742s (-0.5%)0.895s21.00x
▲ VercelNitro21.228s (-3.2%)22.051s (-2.3%)0.823s21.02x
▲ VercelExpress21.992s (+1.9%)22.936s (+2.9%)0.944s21.05x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.240s (~)28.022s (~)0.782s31.00x
💻 LocalNitro27.471s (~)28.024s (~)0.553s31.01x
💻 LocalExpress27.472s (~)28.024s (~)0.552s31.01x
🐘 PostgresNext.js (Turbopack)38.215s (+1.2%)39.082s (+2.7%)0.866s21.40x
🐘 PostgresExpress43.157s (-14.1% 🟢)43.554s (-14.7% 🟢)0.397s21.58x
🐘 PostgresNitro50.132s (+30.9% 🔺)51.079s (+30.8% 🔺)0.948s21.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro52.502s (-4.8%)52.948s (-4.6%)0.445s21.00x
▲ VercelNext.js (Turbopack)52.591s (-1.5%)53.385s (-1.6%)0.794s21.00x
▲ VercelExpress53.499s (-0.6%)54.604s (~)1.105s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.742s (~)57.046s (~)0.304s21.00x
💻 LocalExpress57.087s (~)58.040s (~)0.952s21.01x
💻 LocalNitro57.196s (~)58.042s (~)0.846s21.01x
🐘 PostgresExpress75.214s (-21.0% 🟢)76.099s (-20.8% 🟢)0.885s21.33x
🐘 PostgresNext.js (Turbopack)77.851s (-1.9%)78.614s (-1.9%)0.763s21.37x
🐘 PostgresNitro100.440s (+33.2% 🔺)101.142s (+32.9% 🔺)0.702s11.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro110.869s (-4.6%)111.884s (-4.3%)1.015s11.00x
▲ VercelNext.js (Turbopack)111.535s (-1.3%)112.704s (-1.2%)1.169s11.01x
▲ VercelExpress113.864s (+4.8%)114.497s (+5.0% 🔺)0.633s11.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.389s (+0.9%)2.011s (~)0.622s151.00x
💻 LocalNitro1.404s (-0.8%)2.006s (~)0.602s151.01x
💻 LocalExpress1.415s (~)2.007s (~)0.592s151.02x
🐘 PostgresExpress1.933s (-10.9% 🟢)2.153s (-21.6% 🟢)0.220s141.39x
🐘 PostgresNext.js (Turbopack)2.086s (+19.5% 🔺)2.602s (+16.5% 🔺)0.515s121.50x
🐘 PostgresNitro2.514s (+7.3% 🔺)3.013s (+10.0% 🔺)0.499s101.81x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.819s (-9.2% 🟢)3.784s (-6.1% 🟢)0.965s81.00x
▲ VercelNext.js (Turbopack)2.855s (+4.3%)3.756s (-2.8%)0.902s81.01x
▲ VercelNitro2.931s (-7.2% 🟢)4.027s (-2.9%)1.096s81.04x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.542s (-1.0%)3.014s (~)0.472s101.00x
💻 LocalNext.js (Turbopack)2.566s (+1.6%)3.034s (-1.1%)0.469s101.01x
💻 LocalNitro2.583s (~)3.022s (~)0.439s101.02x
🐘 PostgresNitro7.997s (-17.2% 🟢)8.320s (-17.2% 🟢)0.324s43.15x
🐘 PostgresExpress9.867s (+0.5%)10.352s (+2.7%)0.485s33.88x
🐘 PostgresNext.js (Turbopack)11.105s (+1.3%)11.714s (~)0.609s34.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.337s (+7.2% 🔺)4.129s (+5.6% 🔺)0.792s81.00x
▲ VercelNitro3.421s (+4.3%)4.179s (+4.1%)0.758s81.03x
▲ VercelNext.js (Turbopack)3.555s (+21.1% 🔺)4.827s (+23.4% 🔺)1.271s81.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.307s (~)8.292s (+2.4%)0.985s41.00x
💻 LocalNitro7.341s (+2.0%)8.343s (+7.0% 🔺)1.002s41.00x
💻 LocalNext.js (Turbopack)7.449s (+7.9% 🔺)8.480s (+10.4% 🔺)1.032s41.02x
🐘 PostgresNitro45.477s (-0.6%)46.191s (~)0.714s16.22x
🐘 PostgresExpress47.827s (-3.8%)48.180s (-3.9%)0.353s16.55x
🐘 PostgresNext.js (Turbopack)56.057s (+7.5% 🔺)56.129s (+5.6% 🔺)0.072s17.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.614s (+6.2% 🔺)4.755s (+10.7% 🔺)1.141s71.00x
▲ VercelNext.js (Turbopack)3.854s (+16.7% 🔺)4.730s (+12.8% 🔺)0.876s71.07x
▲ VercelNitro4.401s (+12.0% 🔺)5.281s (+12.4% 🔺)0.880s61.22x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.434s (-0.7%)2.006s (~)0.573s151.00x
💻 LocalNitro1.440s (+0.7%)2.007s (~)0.566s151.00x
💻 LocalNext.js (Turbopack)1.443s (+2.5%)2.011s (~)0.568s151.01x
🐘 PostgresExpress1.900s (-13.4% 🟢)2.011s (-22.6% 🟢)0.110s151.33x
🐘 PostgresNitro2.178s (+3.6%)2.749s (+9.4% 🔺)0.572s111.52x
🐘 PostgresNext.js (Turbopack)2.359s (+5.1% 🔺)2.931s (+6.5% 🔺)0.572s111.65x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.660s (-9.5% 🟢)3.663s (-6.5% 🟢)1.003s91.00x
▲ VercelNitro2.674s (+4.5%)3.919s (+11.0% 🔺)1.246s81.00x
▲ VercelNext.js (Turbopack)2.732s (+3.8%)3.800s (+1.8%)1.068s81.03x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.627s (-2.2%)3.010s (~)0.383s101.00x
💻 LocalExpress2.658s (+1.4%)3.013s (~)0.355s101.01x
💻 LocalNext.js (Turbopack)2.713s (-2.8%)3.014s (-9.3% 🟢)0.301s101.03x
🐘 PostgresExpress10.677s (-9.5% 🟢)11.353s (-5.7% 🟢)0.676s34.06x
🐘 PostgresNitro11.782s (-1.1%)12.077s (-2.4%)0.295s34.49x
🐘 PostgresNext.js (Turbopack)14.077s (+4.8%)14.364s (+4.7%)0.287s35.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.802s (~)3.697s (-0.6%)0.894s91.00x
▲ VercelNitro2.952s (+2.5%)3.865s (-0.8%)0.913s81.05x
▲ VercelNext.js (Turbopack)3.443s (+20.3% 🔺)4.418s (+14.2% 🔺)0.976s71.23x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.811s (+4.4%)8.753s (+3.2%)0.942s41.00x
💻 LocalNext.js (Turbopack)7.826s (-4.8%)8.769s (-0.9%)0.943s41.00x
💻 LocalNitro7.885s (+1.6%)8.805s (+1.2%)0.920s41.01x
🐘 PostgresExpress48.346s (-7.5% 🟢)49.165s (-7.5% 🟢)0.819s16.19x
🐘 PostgresNitro51.044s (-7.2% 🟢)51.159s (-7.2% 🟢)0.115s16.54x
🐘 PostgresNext.js (Turbopack)57.719s (+6.9% 🔺)58.146s (+7.4% 🔺)0.427s17.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.333s (+4.7%)4.227s (+12.7% 🔺)0.895s81.00x
▲ VercelNext.js (Turbopack)3.715s (+9.6% 🔺)4.294s (+5.7% 🔺)0.580s71.11x
▲ VercelExpress4.059s (+26.3% 🔺)4.581s (+15.7% 🔺)0.523s71.22x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.148s (+4.5%)1.003s (~)0.015s (-24.6% 🟢)1.026s (~)0.878s101.00x
💻 LocalNitro0.178s (-2.8%)0.993s (~)0.014s (-1.4%)1.021s (~)0.842s101.20x
💻 LocalExpress0.181s (-1.8%)0.992s (~)0.014s (+1.5%)1.020s (~)0.840s101.22x
🐘 PostgresNext.js (Turbopack)1.321s (+25.2% 🔺)1.777s (+38.8% 🔺)0.000s (NaN%)2.017s (+32.9% 🔺)0.696s108.92x
🐘 PostgresExpress1.414s (+6.3% 🔺)1.656s (-3.2%)0.000s (+Infinity% 🔺)2.014s (~)0.600s109.55x
🐘 PostgresNitro2.141s (+91.8% 🔺)2.904s (+48.0% 🔺)0.000s (NaN%)3.017s (+49.8% 🔺)0.876s1014.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.785s (+5.6% 🔺)3.296s (+2.6%)0.118s (-40.0% 🟢)3.904s (-0.5%)1.119s101.00x
▲ VercelNitro2.803s (+3.6%)3.292s (+3.9%)0.199s (-31.6% 🟢)4.022s (+1.9%)1.219s101.01x
▲ VercelExpress2.903s (+13.8% 🔺)3.219s (+3.6%)0.178s (-30.5% 🟢)3.892s (+3.3%)0.989s101.04x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/12
🐘 PostgresExpress6/12
▲ VercelNitro5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/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
  • 🌐 Starter: Community world (local development)
  • 🌐 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

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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 (CLI) - workflow health command reports healthy endpoints
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@changeset-bot

changeset-botBot commented Feb 6, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 97e1d18

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

This PR includes changesets to release 15 packages
NameType
@workflow/sveltekitPatch
@workflow/buildersPatch
@workflow/astroPatch
@workflow/nitroPatch
@workflow/nestPatch
@workflow/nextPatch
workflowPatch
@workflow/cliPatch
@workflow/rollupPatch
@workflow/vitePatch
@workflow/nuxtPatch
@workflow/docs-typecheckPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/web-sharedPatch

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

@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 1ea385a to c5e2098CompareFebruary 6, 2026 09:18
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from c5e2098 to 5128c98CompareFebruary 6, 2026 09:19
@TooTallNateTooTallNate changed the title feat: expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes
the manifest at /.well-known/workflow/v1/manifest.json via the most
appropriate mechanism for the framework:
- Next.js: Copies to public/.well-known/workflow/v1/ (static)
- SvelteKit: Copies to static/.well-known/workflow/v1/ (static)
- VercelBuildOutputAPI: Copies to .vercel/output/static/.well-known/workflow/v1/ (static)
- Nitro (vite/hono/express/fastify/nuxt/nitro-v2/v3): Virtual handler
- Astro: Generated manifest.json.js page route
- NestJS: @get endpoint on WorkflowController
Also fixes Astro LocalBuilder missing createManifest() call, removes
the unused example workbench public/ directory, and changes
BaseBuilder.createManifest() to return the manifest JSON string.
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 67ad128 to fa58466CompareFebruary 6, 2026 18:43
@TooTallNateTooTallNate changed the title Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
await copyFile(
join(workflowGeneratedDir, 'manifest.json'),
join(publicManifestDir, 'manifest.json')
);

@ijjkijjkFeb 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of placing this in a static folder which won't get cleaned up if this is added for one run but not on a successive run and then could get deployed it feels more correct for the flow.js endpoint to handle serving this or not.

That would reduce additional endpoint being exposed as well, similar to what we did for the health check

@TooTallNateGraphite App

TooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
MemberAuthor

Merge activity

  • Feb 6, 8:22 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 6, 8:22 PM UTC: @TooTallNate merged this pull request with Graphite.

@xmlking

Copy link
Copy Markdown

do we need to add public/.well-known/workflow/v1/manifest.json to .gitignore ?

Sign up for freeto 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.

5 participants

@TooTallNate@xmlking@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1 - #963

Merged
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest
Feb 6, 2026
Merged

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1#963
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
Member

Summary

When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes the workflow manifest at /.well-known/workflow/v1/manifest.json via the most appropriate mechanism for the framework:

  • Next.js: Copies manifest to public/.well-known/workflow/v1/manifest.json (served as a static file)
  • SvelteKit: Copies manifest to static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Vercel Build Output API (example workbench): Copies manifest to .vercel/output/static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Nitro (vite, hono, express, fastify, nuxt, nitro-v2, nitro-v3): Registers a virtual handler that reads and serves the manifest JSON
  • Astro: Generates a manifest.json.js page route that returns the manifest JSON
  • NestJS: Adds a @Get('manifest.json') endpoint on the WorkflowController (gated by the env var at runtime)

Other changes

  • BaseBuilder.createManifest() now returns the manifest JSON string so framework builders can use it
  • Added shouldExposePublicManifest getter to BaseBuilder
  • Fixed Astro LocalBuilder which was missing the createManifest() call that all other framework builders have
  • Removed unused public/ directory and static file copy from the example workbench build script
  • Added WORKFLOW_PUBLIC_MANIFEST to turbo.json build task env so Vercel builds can access it
  • Added generated manifest paths to .gitignore

CopilotAI review requested due to automatic review settings February 6, 2026 09:14
@vercel

vercelBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (-11.8% 🟢)1.016s (~)0.978s101.00x
💻 LocalExpress0.043s (-2.0%)1.007s (~)0.964s101.13x
💻 LocalNitro0.043s (-6.5% 🟢)1.008s (~)0.964s101.14x
🐘 PostgresNext.js (Turbopack)0.127s (-35.8% 🟢)1.023s (~)0.897s103.33x
🐘 PostgresExpress0.232s (-41.8% 🟢)1.015s (~)0.783s106.09x
🐘 PostgresNitro0.334s (-16.7% 🟢)1.015s (-2.6%)0.682s108.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.592s (+3.5%)1.705s (+12.2% 🔺)1.114s101.00x
▲ VercelExpress0.604s (-15.7% 🟢)1.462s (-9.1% 🟢)0.857s101.02x
▲ VercelNext.js (Turbopack)0.727s (-9.6% 🟢)1.507s (-14.6% 🟢)0.780s101.23x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.100s (~)2.012s (~)0.912s101.00x
💻 LocalNitro1.115s (~)2.006s (~)0.892s101.01x
💻 LocalExpress1.116s (~)2.006s (~)0.890s101.02x
🐘 PostgresExpress2.182s (-6.9% 🟢)3.013s (~)0.831s101.98x
🐘 PostgresNitro2.369s (+3.2%)3.014s (~)0.646s102.15x
🐘 PostgresNext.js (Turbopack)2.415s (+31.4% 🔺)3.019s (+42.6% 🔺)0.604s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.716s (+4.4%)3.835s (+6.4% 🔺)1.119s101.00x
▲ VercelNext.js (Turbopack)2.755s (+6.5% 🔺)3.651s (-1.4%)0.896s101.01x
▲ VercelExpress2.853s (+11.1% 🔺)3.738s (+5.2% 🔺)0.885s101.05x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.726s (~)11.020s (~)0.294s31.00x
💻 LocalExpress10.831s (~)11.015s (~)0.183s31.01x
💻 LocalNitro10.844s (~)11.016s (~)0.171s31.01x
🐘 PostgresNitro20.250s (~)21.042s (~)0.791s21.89x
🐘 PostgresNext.js (Turbopack)20.304s (+32.3% 🔺)21.039s (+31.2% 🔺)0.735s21.89x
🐘 PostgresExpress20.476s (+1.0%)21.026s (~)0.550s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)20.846s (-1.8%)21.742s (-0.5%)0.895s21.00x
▲ VercelNitro21.228s (-3.2%)22.051s (-2.3%)0.823s21.02x
▲ VercelExpress21.992s (+1.9%)22.936s (+2.9%)0.944s21.05x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.240s (~)28.022s (~)0.782s31.00x
💻 LocalNitro27.471s (~)28.024s (~)0.553s31.01x
💻 LocalExpress27.472s (~)28.024s (~)0.552s31.01x
🐘 PostgresNext.js (Turbopack)38.215s (+1.2%)39.082s (+2.7%)0.866s21.40x
🐘 PostgresExpress43.157s (-14.1% 🟢)43.554s (-14.7% 🟢)0.397s21.58x
🐘 PostgresNitro50.132s (+30.9% 🔺)51.079s (+30.8% 🔺)0.948s21.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro52.502s (-4.8%)52.948s (-4.6%)0.445s21.00x
▲ VercelNext.js (Turbopack)52.591s (-1.5%)53.385s (-1.6%)0.794s21.00x
▲ VercelExpress53.499s (-0.6%)54.604s (~)1.105s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.742s (~)57.046s (~)0.304s21.00x
💻 LocalExpress57.087s (~)58.040s (~)0.952s21.01x
💻 LocalNitro57.196s (~)58.042s (~)0.846s21.01x
🐘 PostgresExpress75.214s (-21.0% 🟢)76.099s (-20.8% 🟢)0.885s21.33x
🐘 PostgresNext.js (Turbopack)77.851s (-1.9%)78.614s (-1.9%)0.763s21.37x
🐘 PostgresNitro100.440s (+33.2% 🔺)101.142s (+32.9% 🔺)0.702s11.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro110.869s (-4.6%)111.884s (-4.3%)1.015s11.00x
▲ VercelNext.js (Turbopack)111.535s (-1.3%)112.704s (-1.2%)1.169s11.01x
▲ VercelExpress113.864s (+4.8%)114.497s (+5.0% 🔺)0.633s11.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.389s (+0.9%)2.011s (~)0.622s151.00x
💻 LocalNitro1.404s (-0.8%)2.006s (~)0.602s151.01x
💻 LocalExpress1.415s (~)2.007s (~)0.592s151.02x
🐘 PostgresExpress1.933s (-10.9% 🟢)2.153s (-21.6% 🟢)0.220s141.39x
🐘 PostgresNext.js (Turbopack)2.086s (+19.5% 🔺)2.602s (+16.5% 🔺)0.515s121.50x
🐘 PostgresNitro2.514s (+7.3% 🔺)3.013s (+10.0% 🔺)0.499s101.81x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.819s (-9.2% 🟢)3.784s (-6.1% 🟢)0.965s81.00x
▲ VercelNext.js (Turbopack)2.855s (+4.3%)3.756s (-2.8%)0.902s81.01x
▲ VercelNitro2.931s (-7.2% 🟢)4.027s (-2.9%)1.096s81.04x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.542s (-1.0%)3.014s (~)0.472s101.00x
💻 LocalNext.js (Turbopack)2.566s (+1.6%)3.034s (-1.1%)0.469s101.01x
💻 LocalNitro2.583s (~)3.022s (~)0.439s101.02x
🐘 PostgresNitro7.997s (-17.2% 🟢)8.320s (-17.2% 🟢)0.324s43.15x
🐘 PostgresExpress9.867s (+0.5%)10.352s (+2.7%)0.485s33.88x
🐘 PostgresNext.js (Turbopack)11.105s (+1.3%)11.714s (~)0.609s34.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.337s (+7.2% 🔺)4.129s (+5.6% 🔺)0.792s81.00x
▲ VercelNitro3.421s (+4.3%)4.179s (+4.1%)0.758s81.03x
▲ VercelNext.js (Turbopack)3.555s (+21.1% 🔺)4.827s (+23.4% 🔺)1.271s81.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.307s (~)8.292s (+2.4%)0.985s41.00x
💻 LocalNitro7.341s (+2.0%)8.343s (+7.0% 🔺)1.002s41.00x
💻 LocalNext.js (Turbopack)7.449s (+7.9% 🔺)8.480s (+10.4% 🔺)1.032s41.02x
🐘 PostgresNitro45.477s (-0.6%)46.191s (~)0.714s16.22x
🐘 PostgresExpress47.827s (-3.8%)48.180s (-3.9%)0.353s16.55x
🐘 PostgresNext.js (Turbopack)56.057s (+7.5% 🔺)56.129s (+5.6% 🔺)0.072s17.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.614s (+6.2% 🔺)4.755s (+10.7% 🔺)1.141s71.00x
▲ VercelNext.js (Turbopack)3.854s (+16.7% 🔺)4.730s (+12.8% 🔺)0.876s71.07x
▲ VercelNitro4.401s (+12.0% 🔺)5.281s (+12.4% 🔺)0.880s61.22x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.434s (-0.7%)2.006s (~)0.573s151.00x
💻 LocalNitro1.440s (+0.7%)2.007s (~)0.566s151.00x
💻 LocalNext.js (Turbopack)1.443s (+2.5%)2.011s (~)0.568s151.01x
🐘 PostgresExpress1.900s (-13.4% 🟢)2.011s (-22.6% 🟢)0.110s151.33x
🐘 PostgresNitro2.178s (+3.6%)2.749s (+9.4% 🔺)0.572s111.52x
🐘 PostgresNext.js (Turbopack)2.359s (+5.1% 🔺)2.931s (+6.5% 🔺)0.572s111.65x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.660s (-9.5% 🟢)3.663s (-6.5% 🟢)1.003s91.00x
▲ VercelNitro2.674s (+4.5%)3.919s (+11.0% 🔺)1.246s81.00x
▲ VercelNext.js (Turbopack)2.732s (+3.8%)3.800s (+1.8%)1.068s81.03x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.627s (-2.2%)3.010s (~)0.383s101.00x
💻 LocalExpress2.658s (+1.4%)3.013s (~)0.355s101.01x
💻 LocalNext.js (Turbopack)2.713s (-2.8%)3.014s (-9.3% 🟢)0.301s101.03x
🐘 PostgresExpress10.677s (-9.5% 🟢)11.353s (-5.7% 🟢)0.676s34.06x
🐘 PostgresNitro11.782s (-1.1%)12.077s (-2.4%)0.295s34.49x
🐘 PostgresNext.js (Turbopack)14.077s (+4.8%)14.364s (+4.7%)0.287s35.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.802s (~)3.697s (-0.6%)0.894s91.00x
▲ VercelNitro2.952s (+2.5%)3.865s (-0.8%)0.913s81.05x
▲ VercelNext.js (Turbopack)3.443s (+20.3% 🔺)4.418s (+14.2% 🔺)0.976s71.23x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.811s (+4.4%)8.753s (+3.2%)0.942s41.00x
💻 LocalNext.js (Turbopack)7.826s (-4.8%)8.769s (-0.9%)0.943s41.00x
💻 LocalNitro7.885s (+1.6%)8.805s (+1.2%)0.920s41.01x
🐘 PostgresExpress48.346s (-7.5% 🟢)49.165s (-7.5% 🟢)0.819s16.19x
🐘 PostgresNitro51.044s (-7.2% 🟢)51.159s (-7.2% 🟢)0.115s16.54x
🐘 PostgresNext.js (Turbopack)57.719s (+6.9% 🔺)58.146s (+7.4% 🔺)0.427s17.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.333s (+4.7%)4.227s (+12.7% 🔺)0.895s81.00x
▲ VercelNext.js (Turbopack)3.715s (+9.6% 🔺)4.294s (+5.7% 🔺)0.580s71.11x
▲ VercelExpress4.059s (+26.3% 🔺)4.581s (+15.7% 🔺)0.523s71.22x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.148s (+4.5%)1.003s (~)0.015s (-24.6% 🟢)1.026s (~)0.878s101.00x
💻 LocalNitro0.178s (-2.8%)0.993s (~)0.014s (-1.4%)1.021s (~)0.842s101.20x
💻 LocalExpress0.181s (-1.8%)0.992s (~)0.014s (+1.5%)1.020s (~)0.840s101.22x
🐘 PostgresNext.js (Turbopack)1.321s (+25.2% 🔺)1.777s (+38.8% 🔺)0.000s (NaN%)2.017s (+32.9% 🔺)0.696s108.92x
🐘 PostgresExpress1.414s (+6.3% 🔺)1.656s (-3.2%)0.000s (+Infinity% 🔺)2.014s (~)0.600s109.55x
🐘 PostgresNitro2.141s (+91.8% 🔺)2.904s (+48.0% 🔺)0.000s (NaN%)3.017s (+49.8% 🔺)0.876s1014.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.785s (+5.6% 🔺)3.296s (+2.6%)0.118s (-40.0% 🟢)3.904s (-0.5%)1.119s101.00x
▲ VercelNitro2.803s (+3.6%)3.292s (+3.9%)0.199s (-31.6% 🟢)4.022s (+1.9%)1.219s101.01x
▲ VercelExpress2.903s (+13.8% 🔺)3.219s (+3.6%)0.178s (-30.5% 🟢)3.892s (+3.3%)0.989s101.04x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/12
🐘 PostgresExpress6/12
▲ VercelNitro5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/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
  • 🌐 Starter: Community world (local development)
  • 🌐 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

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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 (CLI) - workflow health command reports healthy endpoints
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@changeset-bot

changeset-botBot commented Feb 6, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 97e1d18

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

This PR includes changesets to release 15 packages
NameType
@workflow/sveltekitPatch
@workflow/buildersPatch
@workflow/astroPatch
@workflow/nitroPatch
@workflow/nestPatch
@workflow/nextPatch
workflowPatch
@workflow/cliPatch
@workflow/rollupPatch
@workflow/vitePatch
@workflow/nuxtPatch
@workflow/docs-typecheckPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/web-sharedPatch

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

@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 1ea385a to c5e2098CompareFebruary 6, 2026 09:18
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from c5e2098 to 5128c98CompareFebruary 6, 2026 09:19
@TooTallNateTooTallNate changed the title feat: expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes
the manifest at /.well-known/workflow/v1/manifest.json via the most
appropriate mechanism for the framework:
- Next.js: Copies to public/.well-known/workflow/v1/ (static)
- SvelteKit: Copies to static/.well-known/workflow/v1/ (static)
- VercelBuildOutputAPI: Copies to .vercel/output/static/.well-known/workflow/v1/ (static)
- Nitro (vite/hono/express/fastify/nuxt/nitro-v2/v3): Virtual handler
- Astro: Generated manifest.json.js page route
- NestJS: @get endpoint on WorkflowController
Also fixes Astro LocalBuilder missing createManifest() call, removes
the unused example workbench public/ directory, and changes
BaseBuilder.createManifest() to return the manifest JSON string.
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 67ad128 to fa58466CompareFebruary 6, 2026 18:43
@TooTallNateTooTallNate changed the title Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
await copyFile(
join(workflowGeneratedDir, 'manifest.json'),
join(publicManifestDir, 'manifest.json')
);

@ijjkijjkFeb 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of placing this in a static folder which won't get cleaned up if this is added for one run but not on a successive run and then could get deployed it feels more correct for the flow.js endpoint to handle serving this or not.

That would reduce additional endpoint being exposed as well, similar to what we did for the health check

@TooTallNateGraphite App

TooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
MemberAuthor

Merge activity

  • Feb 6, 8:22 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 6, 8:22 PM UTC: @TooTallNate merged this pull request with Graphite.

@xmlking

Copy link
Copy Markdown

do we need to add public/.well-known/workflow/v1/manifest.json to .gitignore ?

Sign up for freeto 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.

5 participants

@TooTallNate@xmlking@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1 - #963

Merged
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest
Feb 6, 2026
Merged

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1#963
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
Member

Summary

When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes the workflow manifest at /.well-known/workflow/v1/manifest.json via the most appropriate mechanism for the framework:

  • Next.js: Copies manifest to public/.well-known/workflow/v1/manifest.json (served as a static file)
  • SvelteKit: Copies manifest to static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Vercel Build Output API (example workbench): Copies manifest to .vercel/output/static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Nitro (vite, hono, express, fastify, nuxt, nitro-v2, nitro-v3): Registers a virtual handler that reads and serves the manifest JSON
  • Astro: Generates a manifest.json.js page route that returns the manifest JSON
  • NestJS: Adds a @Get('manifest.json') endpoint on the WorkflowController (gated by the env var at runtime)

Other changes

  • BaseBuilder.createManifest() now returns the manifest JSON string so framework builders can use it
  • Added shouldExposePublicManifest getter to BaseBuilder
  • Fixed Astro LocalBuilder which was missing the createManifest() call that all other framework builders have
  • Removed unused public/ directory and static file copy from the example workbench build script
  • Added WORKFLOW_PUBLIC_MANIFEST to turbo.json build task env so Vercel builds can access it
  • Added generated manifest paths to .gitignore

CopilotAI review requested due to automatic review settings February 6, 2026 09:14
@vercel

vercelBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (-11.8% 🟢)1.016s (~)0.978s101.00x
💻 LocalExpress0.043s (-2.0%)1.007s (~)0.964s101.13x
💻 LocalNitro0.043s (-6.5% 🟢)1.008s (~)0.964s101.14x
🐘 PostgresNext.js (Turbopack)0.127s (-35.8% 🟢)1.023s (~)0.897s103.33x
🐘 PostgresExpress0.232s (-41.8% 🟢)1.015s (~)0.783s106.09x
🐘 PostgresNitro0.334s (-16.7% 🟢)1.015s (-2.6%)0.682s108.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.592s (+3.5%)1.705s (+12.2% 🔺)1.114s101.00x
▲ VercelExpress0.604s (-15.7% 🟢)1.462s (-9.1% 🟢)0.857s101.02x
▲ VercelNext.js (Turbopack)0.727s (-9.6% 🟢)1.507s (-14.6% 🟢)0.780s101.23x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.100s (~)2.012s (~)0.912s101.00x
💻 LocalNitro1.115s (~)2.006s (~)0.892s101.01x
💻 LocalExpress1.116s (~)2.006s (~)0.890s101.02x
🐘 PostgresExpress2.182s (-6.9% 🟢)3.013s (~)0.831s101.98x
🐘 PostgresNitro2.369s (+3.2%)3.014s (~)0.646s102.15x
🐘 PostgresNext.js (Turbopack)2.415s (+31.4% 🔺)3.019s (+42.6% 🔺)0.604s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.716s (+4.4%)3.835s (+6.4% 🔺)1.119s101.00x
▲ VercelNext.js (Turbopack)2.755s (+6.5% 🔺)3.651s (-1.4%)0.896s101.01x
▲ VercelExpress2.853s (+11.1% 🔺)3.738s (+5.2% 🔺)0.885s101.05x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.726s (~)11.020s (~)0.294s31.00x
💻 LocalExpress10.831s (~)11.015s (~)0.183s31.01x
💻 LocalNitro10.844s (~)11.016s (~)0.171s31.01x
🐘 PostgresNitro20.250s (~)21.042s (~)0.791s21.89x
🐘 PostgresNext.js (Turbopack)20.304s (+32.3% 🔺)21.039s (+31.2% 🔺)0.735s21.89x
🐘 PostgresExpress20.476s (+1.0%)21.026s (~)0.550s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)20.846s (-1.8%)21.742s (-0.5%)0.895s21.00x
▲ VercelNitro21.228s (-3.2%)22.051s (-2.3%)0.823s21.02x
▲ VercelExpress21.992s (+1.9%)22.936s (+2.9%)0.944s21.05x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.240s (~)28.022s (~)0.782s31.00x
💻 LocalNitro27.471s (~)28.024s (~)0.553s31.01x
💻 LocalExpress27.472s (~)28.024s (~)0.552s31.01x
🐘 PostgresNext.js (Turbopack)38.215s (+1.2%)39.082s (+2.7%)0.866s21.40x
🐘 PostgresExpress43.157s (-14.1% 🟢)43.554s (-14.7% 🟢)0.397s21.58x
🐘 PostgresNitro50.132s (+30.9% 🔺)51.079s (+30.8% 🔺)0.948s21.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro52.502s (-4.8%)52.948s (-4.6%)0.445s21.00x
▲ VercelNext.js (Turbopack)52.591s (-1.5%)53.385s (-1.6%)0.794s21.00x
▲ VercelExpress53.499s (-0.6%)54.604s (~)1.105s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.742s (~)57.046s (~)0.304s21.00x
💻 LocalExpress57.087s (~)58.040s (~)0.952s21.01x
💻 LocalNitro57.196s (~)58.042s (~)0.846s21.01x
🐘 PostgresExpress75.214s (-21.0% 🟢)76.099s (-20.8% 🟢)0.885s21.33x
🐘 PostgresNext.js (Turbopack)77.851s (-1.9%)78.614s (-1.9%)0.763s21.37x
🐘 PostgresNitro100.440s (+33.2% 🔺)101.142s (+32.9% 🔺)0.702s11.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro110.869s (-4.6%)111.884s (-4.3%)1.015s11.00x
▲ VercelNext.js (Turbopack)111.535s (-1.3%)112.704s (-1.2%)1.169s11.01x
▲ VercelExpress113.864s (+4.8%)114.497s (+5.0% 🔺)0.633s11.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.389s (+0.9%)2.011s (~)0.622s151.00x
💻 LocalNitro1.404s (-0.8%)2.006s (~)0.602s151.01x
💻 LocalExpress1.415s (~)2.007s (~)0.592s151.02x
🐘 PostgresExpress1.933s (-10.9% 🟢)2.153s (-21.6% 🟢)0.220s141.39x
🐘 PostgresNext.js (Turbopack)2.086s (+19.5% 🔺)2.602s (+16.5% 🔺)0.515s121.50x
🐘 PostgresNitro2.514s (+7.3% 🔺)3.013s (+10.0% 🔺)0.499s101.81x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.819s (-9.2% 🟢)3.784s (-6.1% 🟢)0.965s81.00x
▲ VercelNext.js (Turbopack)2.855s (+4.3%)3.756s (-2.8%)0.902s81.01x
▲ VercelNitro2.931s (-7.2% 🟢)4.027s (-2.9%)1.096s81.04x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.542s (-1.0%)3.014s (~)0.472s101.00x
💻 LocalNext.js (Turbopack)2.566s (+1.6%)3.034s (-1.1%)0.469s101.01x
💻 LocalNitro2.583s (~)3.022s (~)0.439s101.02x
🐘 PostgresNitro7.997s (-17.2% 🟢)8.320s (-17.2% 🟢)0.324s43.15x
🐘 PostgresExpress9.867s (+0.5%)10.352s (+2.7%)0.485s33.88x
🐘 PostgresNext.js (Turbopack)11.105s (+1.3%)11.714s (~)0.609s34.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.337s (+7.2% 🔺)4.129s (+5.6% 🔺)0.792s81.00x
▲ VercelNitro3.421s (+4.3%)4.179s (+4.1%)0.758s81.03x
▲ VercelNext.js (Turbopack)3.555s (+21.1% 🔺)4.827s (+23.4% 🔺)1.271s81.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.307s (~)8.292s (+2.4%)0.985s41.00x
💻 LocalNitro7.341s (+2.0%)8.343s (+7.0% 🔺)1.002s41.00x
💻 LocalNext.js (Turbopack)7.449s (+7.9% 🔺)8.480s (+10.4% 🔺)1.032s41.02x
🐘 PostgresNitro45.477s (-0.6%)46.191s (~)0.714s16.22x
🐘 PostgresExpress47.827s (-3.8%)48.180s (-3.9%)0.353s16.55x
🐘 PostgresNext.js (Turbopack)56.057s (+7.5% 🔺)56.129s (+5.6% 🔺)0.072s17.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.614s (+6.2% 🔺)4.755s (+10.7% 🔺)1.141s71.00x
▲ VercelNext.js (Turbopack)3.854s (+16.7% 🔺)4.730s (+12.8% 🔺)0.876s71.07x
▲ VercelNitro4.401s (+12.0% 🔺)5.281s (+12.4% 🔺)0.880s61.22x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.434s (-0.7%)2.006s (~)0.573s151.00x
💻 LocalNitro1.440s (+0.7%)2.007s (~)0.566s151.00x
💻 LocalNext.js (Turbopack)1.443s (+2.5%)2.011s (~)0.568s151.01x
🐘 PostgresExpress1.900s (-13.4% 🟢)2.011s (-22.6% 🟢)0.110s151.33x
🐘 PostgresNitro2.178s (+3.6%)2.749s (+9.4% 🔺)0.572s111.52x
🐘 PostgresNext.js (Turbopack)2.359s (+5.1% 🔺)2.931s (+6.5% 🔺)0.572s111.65x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.660s (-9.5% 🟢)3.663s (-6.5% 🟢)1.003s91.00x
▲ VercelNitro2.674s (+4.5%)3.919s (+11.0% 🔺)1.246s81.00x
▲ VercelNext.js (Turbopack)2.732s (+3.8%)3.800s (+1.8%)1.068s81.03x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.627s (-2.2%)3.010s (~)0.383s101.00x
💻 LocalExpress2.658s (+1.4%)3.013s (~)0.355s101.01x
💻 LocalNext.js (Turbopack)2.713s (-2.8%)3.014s (-9.3% 🟢)0.301s101.03x
🐘 PostgresExpress10.677s (-9.5% 🟢)11.353s (-5.7% 🟢)0.676s34.06x
🐘 PostgresNitro11.782s (-1.1%)12.077s (-2.4%)0.295s34.49x
🐘 PostgresNext.js (Turbopack)14.077s (+4.8%)14.364s (+4.7%)0.287s35.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.802s (~)3.697s (-0.6%)0.894s91.00x
▲ VercelNitro2.952s (+2.5%)3.865s (-0.8%)0.913s81.05x
▲ VercelNext.js (Turbopack)3.443s (+20.3% 🔺)4.418s (+14.2% 🔺)0.976s71.23x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.811s (+4.4%)8.753s (+3.2%)0.942s41.00x
💻 LocalNext.js (Turbopack)7.826s (-4.8%)8.769s (-0.9%)0.943s41.00x
💻 LocalNitro7.885s (+1.6%)8.805s (+1.2%)0.920s41.01x
🐘 PostgresExpress48.346s (-7.5% 🟢)49.165s (-7.5% 🟢)0.819s16.19x
🐘 PostgresNitro51.044s (-7.2% 🟢)51.159s (-7.2% 🟢)0.115s16.54x
🐘 PostgresNext.js (Turbopack)57.719s (+6.9% 🔺)58.146s (+7.4% 🔺)0.427s17.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.333s (+4.7%)4.227s (+12.7% 🔺)0.895s81.00x
▲ VercelNext.js (Turbopack)3.715s (+9.6% 🔺)4.294s (+5.7% 🔺)0.580s71.11x
▲ VercelExpress4.059s (+26.3% 🔺)4.581s (+15.7% 🔺)0.523s71.22x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.148s (+4.5%)1.003s (~)0.015s (-24.6% 🟢)1.026s (~)0.878s101.00x
💻 LocalNitro0.178s (-2.8%)0.993s (~)0.014s (-1.4%)1.021s (~)0.842s101.20x
💻 LocalExpress0.181s (-1.8%)0.992s (~)0.014s (+1.5%)1.020s (~)0.840s101.22x
🐘 PostgresNext.js (Turbopack)1.321s (+25.2% 🔺)1.777s (+38.8% 🔺)0.000s (NaN%)2.017s (+32.9% 🔺)0.696s108.92x
🐘 PostgresExpress1.414s (+6.3% 🔺)1.656s (-3.2%)0.000s (+Infinity% 🔺)2.014s (~)0.600s109.55x
🐘 PostgresNitro2.141s (+91.8% 🔺)2.904s (+48.0% 🔺)0.000s (NaN%)3.017s (+49.8% 🔺)0.876s1014.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.785s (+5.6% 🔺)3.296s (+2.6%)0.118s (-40.0% 🟢)3.904s (-0.5%)1.119s101.00x
▲ VercelNitro2.803s (+3.6%)3.292s (+3.9%)0.199s (-31.6% 🟢)4.022s (+1.9%)1.219s101.01x
▲ VercelExpress2.903s (+13.8% 🔺)3.219s (+3.6%)0.178s (-30.5% 🟢)3.892s (+3.3%)0.989s101.04x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/12
🐘 PostgresExpress6/12
▲ VercelNitro5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/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
  • 🌐 Starter: Community world (local development)
  • 🌐 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

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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 (CLI) - workflow health command reports healthy endpoints
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@changeset-bot

changeset-botBot commented Feb 6, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 97e1d18

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

This PR includes changesets to release 15 packages
NameType
@workflow/sveltekitPatch
@workflow/buildersPatch
@workflow/astroPatch
@workflow/nitroPatch
@workflow/nestPatch
@workflow/nextPatch
workflowPatch
@workflow/cliPatch
@workflow/rollupPatch
@workflow/vitePatch
@workflow/nuxtPatch
@workflow/docs-typecheckPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/web-sharedPatch

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

@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 1ea385a to c5e2098CompareFebruary 6, 2026 09:18
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from c5e2098 to 5128c98CompareFebruary 6, 2026 09:19
@TooTallNateTooTallNate changed the title feat: expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes
the manifest at /.well-known/workflow/v1/manifest.json via the most
appropriate mechanism for the framework:
- Next.js: Copies to public/.well-known/workflow/v1/ (static)
- SvelteKit: Copies to static/.well-known/workflow/v1/ (static)
- VercelBuildOutputAPI: Copies to .vercel/output/static/.well-known/workflow/v1/ (static)
- Nitro (vite/hono/express/fastify/nuxt/nitro-v2/v3): Virtual handler
- Astro: Generated manifest.json.js page route
- NestJS: @get endpoint on WorkflowController
Also fixes Astro LocalBuilder missing createManifest() call, removes
the unused example workbench public/ directory, and changes
BaseBuilder.createManifest() to return the manifest JSON string.
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 67ad128 to fa58466CompareFebruary 6, 2026 18:43
@TooTallNateTooTallNate changed the title Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
await copyFile(
join(workflowGeneratedDir, 'manifest.json'),
join(publicManifestDir, 'manifest.json')
);

@ijjkijjkFeb 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of placing this in a static folder which won't get cleaned up if this is added for one run but not on a successive run and then could get deployed it feels more correct for the flow.js endpoint to handle serving this or not.

That would reduce additional endpoint being exposed as well, similar to what we did for the health check

@TooTallNateGraphite App

TooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
MemberAuthor

Merge activity

  • Feb 6, 8:22 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 6, 8:22 PM UTC: @TooTallNate merged this pull request with Graphite.

@xmlking

Copy link
Copy Markdown

do we need to add public/.well-known/workflow/v1/manifest.json to .gitignore ?

Sign up for freeto 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.

5 participants

@TooTallNate@xmlking@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1 - #963

Merged
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest
Feb 6, 2026
Merged

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1#963
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
Member

Summary

When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes the workflow manifest at /.well-known/workflow/v1/manifest.json via the most appropriate mechanism for the framework:

  • Next.js: Copies manifest to public/.well-known/workflow/v1/manifest.json (served as a static file)
  • SvelteKit: Copies manifest to static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Vercel Build Output API (example workbench): Copies manifest to .vercel/output/static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Nitro (vite, hono, express, fastify, nuxt, nitro-v2, nitro-v3): Registers a virtual handler that reads and serves the manifest JSON
  • Astro: Generates a manifest.json.js page route that returns the manifest JSON
  • NestJS: Adds a @Get('manifest.json') endpoint on the WorkflowController (gated by the env var at runtime)

Other changes

  • BaseBuilder.createManifest() now returns the manifest JSON string so framework builders can use it
  • Added shouldExposePublicManifest getter to BaseBuilder
  • Fixed Astro LocalBuilder which was missing the createManifest() call that all other framework builders have
  • Removed unused public/ directory and static file copy from the example workbench build script
  • Added WORKFLOW_PUBLIC_MANIFEST to turbo.json build task env so Vercel builds can access it
  • Added generated manifest paths to .gitignore

CopilotAI review requested due to automatic review settings February 6, 2026 09:14
@vercel

vercelBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (-11.8% 🟢)1.016s (~)0.978s101.00x
💻 LocalExpress0.043s (-2.0%)1.007s (~)0.964s101.13x
💻 LocalNitro0.043s (-6.5% 🟢)1.008s (~)0.964s101.14x
🐘 PostgresNext.js (Turbopack)0.127s (-35.8% 🟢)1.023s (~)0.897s103.33x
🐘 PostgresExpress0.232s (-41.8% 🟢)1.015s (~)0.783s106.09x
🐘 PostgresNitro0.334s (-16.7% 🟢)1.015s (-2.6%)0.682s108.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.592s (+3.5%)1.705s (+12.2% 🔺)1.114s101.00x
▲ VercelExpress0.604s (-15.7% 🟢)1.462s (-9.1% 🟢)0.857s101.02x
▲ VercelNext.js (Turbopack)0.727s (-9.6% 🟢)1.507s (-14.6% 🟢)0.780s101.23x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.100s (~)2.012s (~)0.912s101.00x
💻 LocalNitro1.115s (~)2.006s (~)0.892s101.01x
💻 LocalExpress1.116s (~)2.006s (~)0.890s101.02x
🐘 PostgresExpress2.182s (-6.9% 🟢)3.013s (~)0.831s101.98x
🐘 PostgresNitro2.369s (+3.2%)3.014s (~)0.646s102.15x
🐘 PostgresNext.js (Turbopack)2.415s (+31.4% 🔺)3.019s (+42.6% 🔺)0.604s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.716s (+4.4%)3.835s (+6.4% 🔺)1.119s101.00x
▲ VercelNext.js (Turbopack)2.755s (+6.5% 🔺)3.651s (-1.4%)0.896s101.01x
▲ VercelExpress2.853s (+11.1% 🔺)3.738s (+5.2% 🔺)0.885s101.05x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.726s (~)11.020s (~)0.294s31.00x
💻 LocalExpress10.831s (~)11.015s (~)0.183s31.01x
💻 LocalNitro10.844s (~)11.016s (~)0.171s31.01x
🐘 PostgresNitro20.250s (~)21.042s (~)0.791s21.89x
🐘 PostgresNext.js (Turbopack)20.304s (+32.3% 🔺)21.039s (+31.2% 🔺)0.735s21.89x
🐘 PostgresExpress20.476s (+1.0%)21.026s (~)0.550s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)20.846s (-1.8%)21.742s (-0.5%)0.895s21.00x
▲ VercelNitro21.228s (-3.2%)22.051s (-2.3%)0.823s21.02x
▲ VercelExpress21.992s (+1.9%)22.936s (+2.9%)0.944s21.05x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.240s (~)28.022s (~)0.782s31.00x
💻 LocalNitro27.471s (~)28.024s (~)0.553s31.01x
💻 LocalExpress27.472s (~)28.024s (~)0.552s31.01x
🐘 PostgresNext.js (Turbopack)38.215s (+1.2%)39.082s (+2.7%)0.866s21.40x
🐘 PostgresExpress43.157s (-14.1% 🟢)43.554s (-14.7% 🟢)0.397s21.58x
🐘 PostgresNitro50.132s (+30.9% 🔺)51.079s (+30.8% 🔺)0.948s21.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro52.502s (-4.8%)52.948s (-4.6%)0.445s21.00x
▲ VercelNext.js (Turbopack)52.591s (-1.5%)53.385s (-1.6%)0.794s21.00x
▲ VercelExpress53.499s (-0.6%)54.604s (~)1.105s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.742s (~)57.046s (~)0.304s21.00x
💻 LocalExpress57.087s (~)58.040s (~)0.952s21.01x
💻 LocalNitro57.196s (~)58.042s (~)0.846s21.01x
🐘 PostgresExpress75.214s (-21.0% 🟢)76.099s (-20.8% 🟢)0.885s21.33x
🐘 PostgresNext.js (Turbopack)77.851s (-1.9%)78.614s (-1.9%)0.763s21.37x
🐘 PostgresNitro100.440s (+33.2% 🔺)101.142s (+32.9% 🔺)0.702s11.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro110.869s (-4.6%)111.884s (-4.3%)1.015s11.00x
▲ VercelNext.js (Turbopack)111.535s (-1.3%)112.704s (-1.2%)1.169s11.01x
▲ VercelExpress113.864s (+4.8%)114.497s (+5.0% 🔺)0.633s11.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.389s (+0.9%)2.011s (~)0.622s151.00x
💻 LocalNitro1.404s (-0.8%)2.006s (~)0.602s151.01x
💻 LocalExpress1.415s (~)2.007s (~)0.592s151.02x
🐘 PostgresExpress1.933s (-10.9% 🟢)2.153s (-21.6% 🟢)0.220s141.39x
🐘 PostgresNext.js (Turbopack)2.086s (+19.5% 🔺)2.602s (+16.5% 🔺)0.515s121.50x
🐘 PostgresNitro2.514s (+7.3% 🔺)3.013s (+10.0% 🔺)0.499s101.81x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.819s (-9.2% 🟢)3.784s (-6.1% 🟢)0.965s81.00x
▲ VercelNext.js (Turbopack)2.855s (+4.3%)3.756s (-2.8%)0.902s81.01x
▲ VercelNitro2.931s (-7.2% 🟢)4.027s (-2.9%)1.096s81.04x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.542s (-1.0%)3.014s (~)0.472s101.00x
💻 LocalNext.js (Turbopack)2.566s (+1.6%)3.034s (-1.1%)0.469s101.01x
💻 LocalNitro2.583s (~)3.022s (~)0.439s101.02x
🐘 PostgresNitro7.997s (-17.2% 🟢)8.320s (-17.2% 🟢)0.324s43.15x
🐘 PostgresExpress9.867s (+0.5%)10.352s (+2.7%)0.485s33.88x
🐘 PostgresNext.js (Turbopack)11.105s (+1.3%)11.714s (~)0.609s34.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.337s (+7.2% 🔺)4.129s (+5.6% 🔺)0.792s81.00x
▲ VercelNitro3.421s (+4.3%)4.179s (+4.1%)0.758s81.03x
▲ VercelNext.js (Turbopack)3.555s (+21.1% 🔺)4.827s (+23.4% 🔺)1.271s81.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.307s (~)8.292s (+2.4%)0.985s41.00x
💻 LocalNitro7.341s (+2.0%)8.343s (+7.0% 🔺)1.002s41.00x
💻 LocalNext.js (Turbopack)7.449s (+7.9% 🔺)8.480s (+10.4% 🔺)1.032s41.02x
🐘 PostgresNitro45.477s (-0.6%)46.191s (~)0.714s16.22x
🐘 PostgresExpress47.827s (-3.8%)48.180s (-3.9%)0.353s16.55x
🐘 PostgresNext.js (Turbopack)56.057s (+7.5% 🔺)56.129s (+5.6% 🔺)0.072s17.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.614s (+6.2% 🔺)4.755s (+10.7% 🔺)1.141s71.00x
▲ VercelNext.js (Turbopack)3.854s (+16.7% 🔺)4.730s (+12.8% 🔺)0.876s71.07x
▲ VercelNitro4.401s (+12.0% 🔺)5.281s (+12.4% 🔺)0.880s61.22x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.434s (-0.7%)2.006s (~)0.573s151.00x
💻 LocalNitro1.440s (+0.7%)2.007s (~)0.566s151.00x
💻 LocalNext.js (Turbopack)1.443s (+2.5%)2.011s (~)0.568s151.01x
🐘 PostgresExpress1.900s (-13.4% 🟢)2.011s (-22.6% 🟢)0.110s151.33x
🐘 PostgresNitro2.178s (+3.6%)2.749s (+9.4% 🔺)0.572s111.52x
🐘 PostgresNext.js (Turbopack)2.359s (+5.1% 🔺)2.931s (+6.5% 🔺)0.572s111.65x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.660s (-9.5% 🟢)3.663s (-6.5% 🟢)1.003s91.00x
▲ VercelNitro2.674s (+4.5%)3.919s (+11.0% 🔺)1.246s81.00x
▲ VercelNext.js (Turbopack)2.732s (+3.8%)3.800s (+1.8%)1.068s81.03x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.627s (-2.2%)3.010s (~)0.383s101.00x
💻 LocalExpress2.658s (+1.4%)3.013s (~)0.355s101.01x
💻 LocalNext.js (Turbopack)2.713s (-2.8%)3.014s (-9.3% 🟢)0.301s101.03x
🐘 PostgresExpress10.677s (-9.5% 🟢)11.353s (-5.7% 🟢)0.676s34.06x
🐘 PostgresNitro11.782s (-1.1%)12.077s (-2.4%)0.295s34.49x
🐘 PostgresNext.js (Turbopack)14.077s (+4.8%)14.364s (+4.7%)0.287s35.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.802s (~)3.697s (-0.6%)0.894s91.00x
▲ VercelNitro2.952s (+2.5%)3.865s (-0.8%)0.913s81.05x
▲ VercelNext.js (Turbopack)3.443s (+20.3% 🔺)4.418s (+14.2% 🔺)0.976s71.23x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.811s (+4.4%)8.753s (+3.2%)0.942s41.00x
💻 LocalNext.js (Turbopack)7.826s (-4.8%)8.769s (-0.9%)0.943s41.00x
💻 LocalNitro7.885s (+1.6%)8.805s (+1.2%)0.920s41.01x
🐘 PostgresExpress48.346s (-7.5% 🟢)49.165s (-7.5% 🟢)0.819s16.19x
🐘 PostgresNitro51.044s (-7.2% 🟢)51.159s (-7.2% 🟢)0.115s16.54x
🐘 PostgresNext.js (Turbopack)57.719s (+6.9% 🔺)58.146s (+7.4% 🔺)0.427s17.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.333s (+4.7%)4.227s (+12.7% 🔺)0.895s81.00x
▲ VercelNext.js (Turbopack)3.715s (+9.6% 🔺)4.294s (+5.7% 🔺)0.580s71.11x
▲ VercelExpress4.059s (+26.3% 🔺)4.581s (+15.7% 🔺)0.523s71.22x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.148s (+4.5%)1.003s (~)0.015s (-24.6% 🟢)1.026s (~)0.878s101.00x
💻 LocalNitro0.178s (-2.8%)0.993s (~)0.014s (-1.4%)1.021s (~)0.842s101.20x
💻 LocalExpress0.181s (-1.8%)0.992s (~)0.014s (+1.5%)1.020s (~)0.840s101.22x
🐘 PostgresNext.js (Turbopack)1.321s (+25.2% 🔺)1.777s (+38.8% 🔺)0.000s (NaN%)2.017s (+32.9% 🔺)0.696s108.92x
🐘 PostgresExpress1.414s (+6.3% 🔺)1.656s (-3.2%)0.000s (+Infinity% 🔺)2.014s (~)0.600s109.55x
🐘 PostgresNitro2.141s (+91.8% 🔺)2.904s (+48.0% 🔺)0.000s (NaN%)3.017s (+49.8% 🔺)0.876s1014.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.785s (+5.6% 🔺)3.296s (+2.6%)0.118s (-40.0% 🟢)3.904s (-0.5%)1.119s101.00x
▲ VercelNitro2.803s (+3.6%)3.292s (+3.9%)0.199s (-31.6% 🟢)4.022s (+1.9%)1.219s101.01x
▲ VercelExpress2.903s (+13.8% 🔺)3.219s (+3.6%)0.178s (-30.5% 🟢)3.892s (+3.3%)0.989s101.04x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/12
🐘 PostgresExpress6/12
▲ VercelNitro5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/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
  • 🌐 Starter: Community world (local development)
  • 🌐 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

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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 (CLI) - workflow health command reports healthy endpoints
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@changeset-bot

changeset-botBot commented Feb 6, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 97e1d18

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

This PR includes changesets to release 15 packages
NameType
@workflow/sveltekitPatch
@workflow/buildersPatch
@workflow/astroPatch
@workflow/nitroPatch
@workflow/nestPatch
@workflow/nextPatch
workflowPatch
@workflow/cliPatch
@workflow/rollupPatch
@workflow/vitePatch
@workflow/nuxtPatch
@workflow/docs-typecheckPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/web-sharedPatch

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

@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 1ea385a to c5e2098CompareFebruary 6, 2026 09:18
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from c5e2098 to 5128c98CompareFebruary 6, 2026 09:19
@TooTallNateTooTallNate changed the title feat: expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes
the manifest at /.well-known/workflow/v1/manifest.json via the most
appropriate mechanism for the framework:
- Next.js: Copies to public/.well-known/workflow/v1/ (static)
- SvelteKit: Copies to static/.well-known/workflow/v1/ (static)
- VercelBuildOutputAPI: Copies to .vercel/output/static/.well-known/workflow/v1/ (static)
- Nitro (vite/hono/express/fastify/nuxt/nitro-v2/v3): Virtual handler
- Astro: Generated manifest.json.js page route
- NestJS: @get endpoint on WorkflowController
Also fixes Astro LocalBuilder missing createManifest() call, removes
the unused example workbench public/ directory, and changes
BaseBuilder.createManifest() to return the manifest JSON string.
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 67ad128 to fa58466CompareFebruary 6, 2026 18:43
@TooTallNateTooTallNate changed the title Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
await copyFile(
join(workflowGeneratedDir, 'manifest.json'),
join(publicManifestDir, 'manifest.json')
);

@ijjkijjkFeb 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of placing this in a static folder which won't get cleaned up if this is added for one run but not on a successive run and then could get deployed it feels more correct for the flow.js endpoint to handle serving this or not.

That would reduce additional endpoint being exposed as well, similar to what we did for the health check

@TooTallNateGraphite App

TooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
MemberAuthor

Merge activity

  • Feb 6, 8:22 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 6, 8:22 PM UTC: @TooTallNate merged this pull request with Graphite.

@xmlking

Copy link
Copy Markdown

do we need to add public/.well-known/workflow/v1/manifest.json to .gitignore ?

Sign up for freeto 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.

5 participants

@TooTallNate@xmlking@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1 - #963

Merged
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest
Feb 6, 2026
Merged

Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1#963
TooTallNate merged 2 commits into
mainfrom
02-06-workflow_public_manifest

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
Member

Summary

When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes the workflow manifest at /.well-known/workflow/v1/manifest.json via the most appropriate mechanism for the framework:

  • Next.js: Copies manifest to public/.well-known/workflow/v1/manifest.json (served as a static file)
  • SvelteKit: Copies manifest to static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Vercel Build Output API (example workbench): Copies manifest to .vercel/output/static/.well-known/workflow/v1/manifest.json (served as a static file)
  • Nitro (vite, hono, express, fastify, nuxt, nitro-v2, nitro-v3): Registers a virtual handler that reads and serves the manifest JSON
  • Astro: Generates a manifest.json.js page route that returns the manifest JSON
  • NestJS: Adds a @Get('manifest.json') endpoint on the WorkflowController (gated by the env var at runtime)

Other changes

  • BaseBuilder.createManifest() now returns the manifest JSON string so framework builders can use it
  • Added shouldExposePublicManifest getter to BaseBuilder
  • Fixed Astro LocalBuilder which was missing the createManifest() call that all other framework builders have
  • Removed unused public/ directory and static file copy from the example workbench build script
  • Added WORKFLOW_PUBLIC_MANIFEST to turbo.json build task env so Vercel builds can access it
  • Added generated manifest paths to .gitignore

CopilotAI review requested due to automatic review settings February 6, 2026 09:14
@vercel

vercelBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (-11.8% 🟢)1.016s (~)0.978s101.00x
💻 LocalExpress0.043s (-2.0%)1.007s (~)0.964s101.13x
💻 LocalNitro0.043s (-6.5% 🟢)1.008s (~)0.964s101.14x
🐘 PostgresNext.js (Turbopack)0.127s (-35.8% 🟢)1.023s (~)0.897s103.33x
🐘 PostgresExpress0.232s (-41.8% 🟢)1.015s (~)0.783s106.09x
🐘 PostgresNitro0.334s (-16.7% 🟢)1.015s (-2.6%)0.682s108.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.592s (+3.5%)1.705s (+12.2% 🔺)1.114s101.00x
▲ VercelExpress0.604s (-15.7% 🟢)1.462s (-9.1% 🟢)0.857s101.02x
▲ VercelNext.js (Turbopack)0.727s (-9.6% 🟢)1.507s (-14.6% 🟢)0.780s101.23x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.100s (~)2.012s (~)0.912s101.00x
💻 LocalNitro1.115s (~)2.006s (~)0.892s101.01x
💻 LocalExpress1.116s (~)2.006s (~)0.890s101.02x
🐘 PostgresExpress2.182s (-6.9% 🟢)3.013s (~)0.831s101.98x
🐘 PostgresNitro2.369s (+3.2%)3.014s (~)0.646s102.15x
🐘 PostgresNext.js (Turbopack)2.415s (+31.4% 🔺)3.019s (+42.6% 🔺)0.604s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.716s (+4.4%)3.835s (+6.4% 🔺)1.119s101.00x
▲ VercelNext.js (Turbopack)2.755s (+6.5% 🔺)3.651s (-1.4%)0.896s101.01x
▲ VercelExpress2.853s (+11.1% 🔺)3.738s (+5.2% 🔺)0.885s101.05x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.726s (~)11.020s (~)0.294s31.00x
💻 LocalExpress10.831s (~)11.015s (~)0.183s31.01x
💻 LocalNitro10.844s (~)11.016s (~)0.171s31.01x
🐘 PostgresNitro20.250s (~)21.042s (~)0.791s21.89x
🐘 PostgresNext.js (Turbopack)20.304s (+32.3% 🔺)21.039s (+31.2% 🔺)0.735s21.89x
🐘 PostgresExpress20.476s (+1.0%)21.026s (~)0.550s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)20.846s (-1.8%)21.742s (-0.5%)0.895s21.00x
▲ VercelNitro21.228s (-3.2%)22.051s (-2.3%)0.823s21.02x
▲ VercelExpress21.992s (+1.9%)22.936s (+2.9%)0.944s21.05x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.240s (~)28.022s (~)0.782s31.00x
💻 LocalNitro27.471s (~)28.024s (~)0.553s31.01x
💻 LocalExpress27.472s (~)28.024s (~)0.552s31.01x
🐘 PostgresNext.js (Turbopack)38.215s (+1.2%)39.082s (+2.7%)0.866s21.40x
🐘 PostgresExpress43.157s (-14.1% 🟢)43.554s (-14.7% 🟢)0.397s21.58x
🐘 PostgresNitro50.132s (+30.9% 🔺)51.079s (+30.8% 🔺)0.948s21.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro52.502s (-4.8%)52.948s (-4.6%)0.445s21.00x
▲ VercelNext.js (Turbopack)52.591s (-1.5%)53.385s (-1.6%)0.794s21.00x
▲ VercelExpress53.499s (-0.6%)54.604s (~)1.105s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.742s (~)57.046s (~)0.304s21.00x
💻 LocalExpress57.087s (~)58.040s (~)0.952s21.01x
💻 LocalNitro57.196s (~)58.042s (~)0.846s21.01x
🐘 PostgresExpress75.214s (-21.0% 🟢)76.099s (-20.8% 🟢)0.885s21.33x
🐘 PostgresNext.js (Turbopack)77.851s (-1.9%)78.614s (-1.9%)0.763s21.37x
🐘 PostgresNitro100.440s (+33.2% 🔺)101.142s (+32.9% 🔺)0.702s11.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro110.869s (-4.6%)111.884s (-4.3%)1.015s11.00x
▲ VercelNext.js (Turbopack)111.535s (-1.3%)112.704s (-1.2%)1.169s11.01x
▲ VercelExpress113.864s (+4.8%)114.497s (+5.0% 🔺)0.633s11.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.389s (+0.9%)2.011s (~)0.622s151.00x
💻 LocalNitro1.404s (-0.8%)2.006s (~)0.602s151.01x
💻 LocalExpress1.415s (~)2.007s (~)0.592s151.02x
🐘 PostgresExpress1.933s (-10.9% 🟢)2.153s (-21.6% 🟢)0.220s141.39x
🐘 PostgresNext.js (Turbopack)2.086s (+19.5% 🔺)2.602s (+16.5% 🔺)0.515s121.50x
🐘 PostgresNitro2.514s (+7.3% 🔺)3.013s (+10.0% 🔺)0.499s101.81x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.819s (-9.2% 🟢)3.784s (-6.1% 🟢)0.965s81.00x
▲ VercelNext.js (Turbopack)2.855s (+4.3%)3.756s (-2.8%)0.902s81.01x
▲ VercelNitro2.931s (-7.2% 🟢)4.027s (-2.9%)1.096s81.04x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.542s (-1.0%)3.014s (~)0.472s101.00x
💻 LocalNext.js (Turbopack)2.566s (+1.6%)3.034s (-1.1%)0.469s101.01x
💻 LocalNitro2.583s (~)3.022s (~)0.439s101.02x
🐘 PostgresNitro7.997s (-17.2% 🟢)8.320s (-17.2% 🟢)0.324s43.15x
🐘 PostgresExpress9.867s (+0.5%)10.352s (+2.7%)0.485s33.88x
🐘 PostgresNext.js (Turbopack)11.105s (+1.3%)11.714s (~)0.609s34.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.337s (+7.2% 🔺)4.129s (+5.6% 🔺)0.792s81.00x
▲ VercelNitro3.421s (+4.3%)4.179s (+4.1%)0.758s81.03x
▲ VercelNext.js (Turbopack)3.555s (+21.1% 🔺)4.827s (+23.4% 🔺)1.271s81.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.307s (~)8.292s (+2.4%)0.985s41.00x
💻 LocalNitro7.341s (+2.0%)8.343s (+7.0% 🔺)1.002s41.00x
💻 LocalNext.js (Turbopack)7.449s (+7.9% 🔺)8.480s (+10.4% 🔺)1.032s41.02x
🐘 PostgresNitro45.477s (-0.6%)46.191s (~)0.714s16.22x
🐘 PostgresExpress47.827s (-3.8%)48.180s (-3.9%)0.353s16.55x
🐘 PostgresNext.js (Turbopack)56.057s (+7.5% 🔺)56.129s (+5.6% 🔺)0.072s17.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.614s (+6.2% 🔺)4.755s (+10.7% 🔺)1.141s71.00x
▲ VercelNext.js (Turbopack)3.854s (+16.7% 🔺)4.730s (+12.8% 🔺)0.876s71.07x
▲ VercelNitro4.401s (+12.0% 🔺)5.281s (+12.4% 🔺)0.880s61.22x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.434s (-0.7%)2.006s (~)0.573s151.00x
💻 LocalNitro1.440s (+0.7%)2.007s (~)0.566s151.00x
💻 LocalNext.js (Turbopack)1.443s (+2.5%)2.011s (~)0.568s151.01x
🐘 PostgresExpress1.900s (-13.4% 🟢)2.011s (-22.6% 🟢)0.110s151.33x
🐘 PostgresNitro2.178s (+3.6%)2.749s (+9.4% 🔺)0.572s111.52x
🐘 PostgresNext.js (Turbopack)2.359s (+5.1% 🔺)2.931s (+6.5% 🔺)0.572s111.65x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.660s (-9.5% 🟢)3.663s (-6.5% 🟢)1.003s91.00x
▲ VercelNitro2.674s (+4.5%)3.919s (+11.0% 🔺)1.246s81.00x
▲ VercelNext.js (Turbopack)2.732s (+3.8%)3.800s (+1.8%)1.068s81.03x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.627s (-2.2%)3.010s (~)0.383s101.00x
💻 LocalExpress2.658s (+1.4%)3.013s (~)0.355s101.01x
💻 LocalNext.js (Turbopack)2.713s (-2.8%)3.014s (-9.3% 🟢)0.301s101.03x
🐘 PostgresExpress10.677s (-9.5% 🟢)11.353s (-5.7% 🟢)0.676s34.06x
🐘 PostgresNitro11.782s (-1.1%)12.077s (-2.4%)0.295s34.49x
🐘 PostgresNext.js (Turbopack)14.077s (+4.8%)14.364s (+4.7%)0.287s35.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.802s (~)3.697s (-0.6%)0.894s91.00x
▲ VercelNitro2.952s (+2.5%)3.865s (-0.8%)0.913s81.05x
▲ VercelNext.js (Turbopack)3.443s (+20.3% 🔺)4.418s (+14.2% 🔺)0.976s71.23x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.811s (+4.4%)8.753s (+3.2%)0.942s41.00x
💻 LocalNext.js (Turbopack)7.826s (-4.8%)8.769s (-0.9%)0.943s41.00x
💻 LocalNitro7.885s (+1.6%)8.805s (+1.2%)0.920s41.01x
🐘 PostgresExpress48.346s (-7.5% 🟢)49.165s (-7.5% 🟢)0.819s16.19x
🐘 PostgresNitro51.044s (-7.2% 🟢)51.159s (-7.2% 🟢)0.115s16.54x
🐘 PostgresNext.js (Turbopack)57.719s (+6.9% 🔺)58.146s (+7.4% 🔺)0.427s17.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.333s (+4.7%)4.227s (+12.7% 🔺)0.895s81.00x
▲ VercelNext.js (Turbopack)3.715s (+9.6% 🔺)4.294s (+5.7% 🔺)0.580s71.11x
▲ VercelExpress4.059s (+26.3% 🔺)4.581s (+15.7% 🔺)0.523s71.22x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.148s (+4.5%)1.003s (~)0.015s (-24.6% 🟢)1.026s (~)0.878s101.00x
💻 LocalNitro0.178s (-2.8%)0.993s (~)0.014s (-1.4%)1.021s (~)0.842s101.20x
💻 LocalExpress0.181s (-1.8%)0.992s (~)0.014s (+1.5%)1.020s (~)0.840s101.22x
🐘 PostgresNext.js (Turbopack)1.321s (+25.2% 🔺)1.777s (+38.8% 🔺)0.000s (NaN%)2.017s (+32.9% 🔺)0.696s108.92x
🐘 PostgresExpress1.414s (+6.3% 🔺)1.656s (-3.2%)0.000s (+Infinity% 🔺)2.014s (~)0.600s109.55x
🐘 PostgresNitro2.141s (+91.8% 🔺)2.904s (+48.0% 🔺)0.000s (NaN%)3.017s (+49.8% 🔺)0.876s1014.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.785s (+5.6% 🔺)3.296s (+2.6%)0.118s (-40.0% 🟢)3.904s (-0.5%)1.119s101.00x
▲ VercelNitro2.803s (+3.6%)3.292s (+3.9%)0.199s (-31.6% 🟢)4.022s (+1.9%)1.219s101.01x
▲ VercelExpress2.903s (+13.8% 🔺)3.219s (+3.6%)0.178s (-30.5% 🟢)3.892s (+3.3%)0.989s101.04x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/12
🐘 PostgresExpress6/12
▲ VercelNitro5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/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
  • 🌐 Starter: Community world (local development)
  • 🌐 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

github-actionsBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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 (CLI) - workflow health command reports healthy endpoints
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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
  • 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@changeset-bot

changeset-botBot commented Feb 6, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 97e1d18

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

This PR includes changesets to release 15 packages
NameType
@workflow/sveltekitPatch
@workflow/buildersPatch
@workflow/astroPatch
@workflow/nitroPatch
@workflow/nestPatch
@workflow/nextPatch
workflowPatch
@workflow/cliPatch
@workflow/rollupPatch
@workflow/vitePatch
@workflow/nuxtPatch
@workflow/docs-typecheckPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/web-sharedPatch

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

@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 1ea385a to c5e2098CompareFebruary 6, 2026 09:18
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from c5e2098 to 5128c98CompareFebruary 6, 2026 09:19
@TooTallNateTooTallNate changed the title feat: expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
When WORKFLOW_PUBLIC_MANIFEST=1 is set, each framework builder exposes
the manifest at /.well-known/workflow/v1/manifest.json via the most
appropriate mechanism for the framework:
- Next.js: Copies to public/.well-known/workflow/v1/ (static)
- SvelteKit: Copies to static/.well-known/workflow/v1/ (static)
- VercelBuildOutputAPI: Copies to .vercel/output/static/.well-known/workflow/v1/ (static)
- Nitro (vite/hono/express/fastify/nuxt/nitro-v2/v3): Virtual handler
- Astro: Generated manifest.json.js page route
- NestJS: @get endpoint on WorkflowController
Also fixes Astro LocalBuilder missing createManifest() call, removes
the unused example workbench public/ directory, and changes
BaseBuilder.createManifest() to return the manifest JSON string.
@TooTallNate
TooTallNateforce-pushed the 02-06-workflow_public_manifest branch from 67ad128 to fa58466CompareFebruary 6, 2026 18:43
@TooTallNateTooTallNate changed the title Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Expose workflow manifest via HTTP when WORKFLOW_PUBLIC_MANIFEST=1Feb 6, 2026
await copyFile(
join(workflowGeneratedDir, 'manifest.json'),
join(publicManifestDir, 'manifest.json')
);

@ijjkijjkFeb 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of placing this in a static folder which won't get cleaned up if this is added for one run but not on a successive run and then could get deployed it feels more correct for the flow.js endpoint to handle serving this or not.

That would reduce additional endpoint being exposed as well, similar to what we did for the health check

@TooTallNateGraphite App

TooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
MemberAuthor

Merge activity

  • Feb 6, 8:22 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 6, 8:22 PM UTC: @TooTallNate merged this pull request with Graphite.

@xmlking

Copy link
Copy Markdown

do we need to add public/.well-known/workflow/v1/manifest.json to .gitignore ?

Sign up for freeto 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.

5 participants

@TooTallNate@xmlking@ijjk@VaguelySerious