Skip to content

Publish "workflow" and "@workflow/core" package versions in sync#870

Merged
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync
Jan 27, 2026
Merged

Publish "workflow" and "@workflow/core" package versions in sync#870
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync

Conversation

@TooTallNate
Copy link
Copy Markdown
Member

@TooTallNate TooTallNate commented Jan 27, 2026

Configure workflow and @workflow/core packages to be versioned together.

What changed?

Updated the Changesets configuration to ensure that the workflow and @workflow/core packages are always versioned together. This means when one package gets a version bump, the other will receive the same version bump, keeping them in sync.

How to test?

  1. Create a new changeset that affects either workflow or @workflow/core
  2. Run pnpm changeset version
  3. Verify that both packages receive the same version bump

Why make this change?

These packages are tightly coupled and should maintain version parity to avoid confusion and potential compatibility issues. This change ensures they will always be released with matching version numbers.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jan 27, 2026

⚠️ No Changeset found

Latest commit: 921a6fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jan 27, 2026

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

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Jan 27, 2026 9:17pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment Jan 27, 2026 9:17pm
example-workflow Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workbench-astro-workflow Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workbench-express-workflow Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workbench-fastify-workflow Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workbench-hono-workflow Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workbench-nitro-workflow Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workbench-nuxt-workflow Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workbench-sveltekit-workflow Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workbench-vite-workflow Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workflow-docs Ready Ready Preview, Comment Jan 27, 2026 9:17pm
workflow-nest Ready Ready Preview, Comment Jan 27, 2026 9:17pm

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 27, 2026

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 0.041s (-2.8%) 1.019s (~) 0.978s 10 1.00x
💻 Local Nitro 0.043s (-8.1% 🟢) 1.007s (~) 0.964s 10 1.05x
💻 Local Express 0.043s (-4.0%) 1.007s (~) 0.964s 10 1.05x
🐘 Postgres Next.js (Turbopack) 0.128s (-28.3% 🟢) 1.022s (~) 0.893s 10 3.13x
🐘 Postgres Nitro 0.218s (-20.9% 🟢) 1.013s (~) 0.795s 10 5.31x
🐘 Postgres Express 0.243s (-21.5% 🟢) 1.015s (~) 0.772s 10 5.93x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 0.642s (+2.4%) 1.632s (-5.8% 🟢) 0.990s 10 1.00x
▲ Vercel Next.js (Turbopack) 0.648s (-19.7% 🟢) 1.595s (-24.7% 🟢) 0.947s 10 1.01x
▲ Vercel Express 0.660s (-3.9%) 1.568s (+5.3% 🔺) 0.909s 10 1.03x

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

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 1.091s (~) 2.013s (~) 0.922s 10 1.00x
💻 Local Nitro 1.113s (~) 2.007s (~) 0.894s 10 1.02x
💻 Local Express 1.117s (~) 2.007s (~) 0.890s 10 1.02x
🐘 Postgres Express 2.222s (+4.5%) 3.017s (~) 0.795s 10 2.04x
🐘 Postgres Nitro 2.304s (+8.5% 🔺) 3.017s (~) 0.714s 10 2.11x
🐘 Postgres Next.js (Turbopack) 2.436s (+19.4% 🔺) 3.017s (+15.2% 🔺) 0.582s 10 2.23x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.901s (-6.7% 🟢) 3.754s (-1.3%) 0.853s 10 1.00x
▲ Vercel Next.js (Turbopack) 3.317s (+12.3% 🔺) 4.146s (+6.5% 🔺) 0.828s 10 1.14x
▲ Vercel Nitro 3.423s (+9.0% 🔺) 4.343s (+6.9% 🔺) 0.920s 10 1.18x

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

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 10.714s (~) 11.022s (~) 0.307s 5 1.00x
💻 Local Nitro 10.834s (~) 11.017s (~) 0.183s 5 1.01x
💻 Local Express 10.847s (~) 11.020s (~) 0.173s 5 1.01x
🐘 Postgres Nitro 19.367s (+16.2% 🔺) 20.036s (+16.3% 🔺) 0.669s 5 1.81x
🐘 Postgres Next.js (Turbopack) 19.655s (+37.4% 🔺) 20.245s (+38.3% 🔺) 0.590s 5 1.83x
🐘 Postgres Express 20.433s (~) 21.027s (~) 0.594s 5 1.91x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 23.200s (-1.7%) 24.004s (-3.1%) 0.804s 5 1.00x
▲ Vercel Next.js (Turbopack) 23.306s (-0.5%) 24.135s (~) 0.829s 5 1.00x
▲ Vercel Express 23.439s (+0.5%) 24.386s (~) 0.947s 5 1.01x

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

Promise.all with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 1.371s (-1.3%) 2.012s (~) 0.641s 15 1.00x
💻 Local Express 1.399s (~) 2.007s (~) 0.608s 15 1.02x
💻 Local Nitro 1.406s (+0.7%) 2.006s (~) 0.600s 15 1.03x
🐘 Postgres Nitro 2.141s (-3.2%) 2.759s (+6.3% 🔺) 0.618s 11 1.56x
🐘 Postgres Express 2.194s (+16.3% 🔺) 3.013s (+25.7% 🔺) 0.819s 10 1.60x
🐘 Postgres Next.js (Turbopack) 2.326s (+8.7% 🔺) 2.833s (+4.7%) 0.507s 11 1.70x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 3.019s (+0.5%) 3.908s (-2.4%) 0.889s 8 1.00x
▲ Vercel Express 3.308s (+10.0% 🔺) 4.123s (+9.2% 🔺) 0.816s 8 1.10x
▲ Vercel Next.js (Turbopack) 3.311s (-15.1% 🟢) 4.115s (-10.5% 🟢) 0.805s 8 1.10x

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

Promise.all with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 2.325s (-3.9%) 3.292s (+5.0% 🔺) 0.967s 10 1.00x
💻 Local Nitro 2.452s (~) 3.052s (~) 0.600s 10 1.05x
💻 Local Express 2.481s (+0.8%) 3.032s (-3.5%) 0.550s 10 1.07x
🐘 Postgres Express 8.264s (-9.5% 🟢) 9.049s (-5.3% 🟢) 0.786s 4 3.55x
🐘 Postgres Next.js (Turbopack) 12.019s (-9.1% 🟢) 12.360s (-7.7% 🟢) 0.341s 3 5.17x
🐘 Postgres Nitro 12.942s (+29.4% 🔺) 13.027s (+25.4% 🔺) 0.085s 3 5.57x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 3.149s (-3.6%) 3.812s (-2.1%) 0.663s 8 1.00x
▲ Vercel Nitro 3.230s (-22.7% 🟢) 4.027s (-17.1% 🟢) 0.797s 8 1.03x
▲ Vercel Next.js (Turbopack) 3.746s (-2.9%) 4.472s (-4.2%) 0.726s 7 1.19x

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

Promise.race with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 1.383s (~) 2.011s (~) 0.627s 15 1.00x
💻 Local Nitro 1.419s (~) 2.007s (~) 0.588s 15 1.03x
💻 Local Express 1.422s (+0.7%) 2.006s (~) 0.584s 15 1.03x
🐘 Postgres Nitro 2.096s (-6.9% 🟢) 2.598s (-5.5% 🟢) 0.501s 12 1.52x
🐘 Postgres Next.js (Turbopack) 2.108s (-11.4% 🟢) 2.694s (~) 0.587s 12 1.52x
🐘 Postgres Express 2.265s (+4.6%) 2.678s (+3.2%) 0.414s 12 1.64x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.949s (-1.3%) 3.833s (+2.6%) 0.884s 8 1.00x
▲ Vercel Nitro 3.059s (+5.2% 🔺) 3.874s (+1.9%) 0.815s 8 1.04x
▲ Vercel Next.js (Turbopack) 3.243s (+10.6% 🔺) 3.950s (+6.4% 🔺) 0.708s 8 1.10x

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

Promise.race with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Nitro 2.467s (-1.7%) 3.014s (~) 0.547s 10 1.00x
💻 Local Next.js (Turbopack) 2.478s (+0.8%) 3.128s (+3.0%) 0.649s 10 1.00x
💻 Local Express 2.549s (-4.2%) 3.021s (-3.6%) 0.472s 10 1.03x
🐘 Postgres Express 11.525s (-3.5%) 12.025s (-5.2% 🟢) 0.500s 3 4.67x
🐘 Postgres Nitro 12.801s (~) 13.382s (~) 0.581s 3 5.19x
🐘 Postgres Next.js (Turbopack) 12.965s (-6.4% 🟢) 13.391s (-4.7%) 0.425s 3 5.26x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.993s (-21.2% 🟢) 3.778s (-16.8% 🟢) 0.785s 8 1.00x
▲ Vercel Express 3.409s (+9.3% 🔺) 4.130s (+9.6% 🔺) 0.721s 8 1.14x
▲ Vercel Next.js (Turbopack) 3.491s (+5.5% 🔺) 4.092s (+7.1% 🔺) 0.601s 8 1.17x

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

Stream Benchmarks (includes TTFB metrics)
workflow with stream

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 0.147s (+2.2%) 1.003s (~) 0.015s (-8.5% 🟢) 1.026s (~) 0.879s 10 1.00x
💻 Local Express 0.183s (-3.6%) 0.992s (~) 0.014s (+7.5% 🔺) 1.021s (~) 0.838s 10 1.25x
💻 Local Nitro 0.185s (+3.9%) 0.992s (~) 0.015s (+5.0%) 1.021s (~) 0.836s 10 1.26x
🐘 Postgres Nitro 0.919s (-28.0% 🟢) 1.393s (-21.0% 🟢) 0.000s (NaN%) 1.513s (-24.8% 🟢) 0.594s 10 6.26x
🐘 Postgres Next.js (Turbopack) 1.307s (+94.9% 🔺) 1.740s (+84.5% 🔺) 0.000s (-100.0% 🟢) 2.019s (+98.6% 🔺) 0.712s 10 8.90x
🐘 Postgres Express 2.261s (+16.0% 🔺) 2.781s (+17.6% 🔺) 0.000s (+Infinity% 🔺) 3.015s (+15.4% 🔺) 0.755s 10 15.39x

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 3.062s (-1.5%) 3.299s (~) 0.543s (-58.0% 🟢) 4.377s (-14.9% 🟢) 1.315s 10 1.00x
▲ Vercel Next.js (Turbopack) 3.096s (-2.7%) 3.196s (-1.2%) 0.723s (-43.5% 🟢) 4.447s (-11.4% 🟢) 1.351s 10 1.01x
▲ Vercel Nitro 3.158s (-1.3%) 3.408s (+1.8%) 0.452s (-52.8% 🟢) 4.467s (-8.7% 🟢) 1.309s 10 1.03x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

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

Winner determined by most benchmark wins

Framework 🥇 Fastest World Wins
Express 💻 Local 8/8
Next.js (Turbopack) 💻 Local 8/8
Nitro 💻 Local 8/8
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
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 27, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 457 0 38 495
✅ 💻 Local Development 418 0 32 450
✅ 📦 Local Production 418 0 32 450
✅ 🐘 Local Postgres 418 0 32 450
✅ 🪟 Windows 45 0 0 45
❌ 🌍 Community Worlds 31 161 0 192
✅ 📋 Other 123 0 12 135
Total 1910 161 146 2217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 41 0 4
✅ example 41 0 4
✅ express 41 0 4
✅ fastify 41 0 4
✅ hono 41 0 4
✅ nextjs-turbopack 44 0 1
✅ nextjs-webpack 44 0 1
✅ nitro 41 0 4
✅ nuxt 41 0 4
✅ sveltekit 41 0 4
✅ vite 41 0 4
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 41 0 4
✅ express-stable 41 0 4
✅ fastify-stable 41 0 4
✅ hono-stable 41 0 4
✅ nextjs-turbopack-stable 45 0 0
✅ nextjs-webpack-stable 45 0 0
✅ nitro-stable 41 0 4
✅ nuxt-stable 41 0 4
✅ sveltekit-stable 41 0 4
✅ vite-stable 41 0 4
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 41 0 4
✅ express-stable 41 0 4
✅ fastify-stable 41 0 4
✅ hono-stable 41 0 4
✅ nextjs-turbopack-stable 45 0 0
✅ nextjs-webpack-stable 45 0 0
✅ nitro-stable 41 0 4
✅ nuxt-stable 41 0 4
✅ sveltekit-stable 41 0 4
✅ vite-stable 41 0 4
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 41 0 4
✅ express-stable 41 0 4
✅ fastify-stable 41 0 4
✅ hono-stable 41 0 4
✅ nextjs-turbopack-stable 45 0 0
✅ nextjs-webpack-stable 45 0 0
✅ nitro-stable 41 0 4
✅ nuxt-stable 41 0 4
✅ sveltekit-stable 41 0 4
✅ vite-stable 41 0 4
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 45 0 0
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 3 0 0
❌ mongodb 5 40 0
✅ redis-dev 3 0 0
❌ redis 5 40 0
✅ starter-dev 3 0 0
❌ starter 4 41 0
✅ turso-dev 3 0 0
❌ turso 5 40 0
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 41 0 4
✅ e2e-local-postgres-nest-stable 41 0 4
✅ e2e-local-prod-nest-stable 41 0 4

📋 View full workflow run

@TooTallNate TooTallNate marked this pull request as ready for review January 27, 2026 21:15
Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR configures the workflow and @workflow/core packages to be versioned together using Changesets' "fixed" configuration. This ensures both packages receive the same version bump when either one is changed.

Changes:

  • Updated .changeset/config.json to add ["workflow", "@workflow/core"] to the fixed array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate TooTallNate merged commit da8df6b into main Jan 27, 2026
100 checks passed
@TooTallNate TooTallNate deleted the 01-27-publish_workflow_and_workflow_core_package_versions_in_sync branch January 27, 2026 21:19
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands

* origin/main:
  fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
  Publish "workflow" and "@workflow/core" package versions in sync (#870)
  Add SDK version to workflow run executionContext for observability (#868)
  Allow recreateRun to accept an optional deploymentId parameter (#869)
  Add support for top-level `using` declarations inside of step / workflow functions (#866)
  docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
  Add "classes" object to `manifest.json` file (#864)
  Fix Nest workbench app build (#865)
  Ignore Astro on local dev tests for source map e2e tests (#863)
  Enable custom class serialization transformations for "client" mode (#860)
  Submit request bodies with CBOR encoding (#844)
  [world-vercel] Update queue to use VQS v3 API (#799)
  NestJS framework support (#840)
  Fix resolve hook theming and token fetching. (#856)
  docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
  docs: revamp World documentation pages (#763)
  Remove unused `getWritable` stub function (#855)

# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants