Skip to content

Backport #1759: [docs] Rename workflowdevkit to workflowsdk and useworkflow.dev to workflow-sdk.dev#1760

Open
workflow-devkit-release-bot[bot] wants to merge 1 commit intostablefrom
backport/pr-1759-to-stable
Open

Backport #1759: [docs] Rename workflowdevkit to workflowsdk and useworkflow.dev to workflow-sdk.dev#1760
workflow-devkit-release-bot[bot] wants to merge 1 commit intostablefrom
backport/pr-1759-to-stable

Conversation

@workflow-devkit-release-bot
Copy link
Copy Markdown
Contributor

Automated backport of #1759 to stable.

Merge conflicts were resolved by AI (opencode with Claude Opus). Please review the conflict resolution before merging.

…rkflow-sdk.dev (#1759)

* [docs] Rename workflowdevkit references to workflowsdk

* [docs] Rename useworkflow.dev to workflow-sdk.dev

* [chore] Add changeset for domain rename

* [docs] Revert sitemap rewrite to useworkflow.dev (crawled-sitemap not yet available for new domain)
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 16, 2026

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

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Apr 16, 2026 1:07am
example-nextjs-workflow-webpack Ready Ready Preview, Comment Apr 16, 2026 1:07am
example-workflow Ready Ready Preview, Comment Apr 16, 2026 1:07am
workbench-astro-workflow Ready Ready Preview, Comment Apr 16, 2026 1:07am
workbench-express-workflow Ready Ready Preview, Comment Apr 16, 2026 1:07am
workbench-fastify-workflow Ready Ready Preview, Comment Apr 16, 2026 1:07am
workbench-hono-workflow Ready Ready Preview, Comment Apr 16, 2026 1:07am
workbench-nitro-workflow Ready Ready Preview, Comment Apr 16, 2026 1:07am
workbench-nuxt-workflow Ready Ready Preview, Comment Apr 16, 2026 1:07am
workbench-sveltekit-workflow Ready Ready Preview, Comment Apr 16, 2026 1:07am
workbench-vite-workflow Ready Ready Preview, Comment Apr 16, 2026 1:07am
workflow-docs Ready Ready Preview, Comment, Open in v0 Apr 16, 2026 1:07am
workflow-swc-playground Ready Ready Preview, Comment Apr 16, 2026 1:07am
workflow-web Ready Ready Preview, Comment Apr 16, 2026 1:07am

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 16, 2026

🦋 Changeset detected

Latest commit: 64e770c

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

This PR includes changesets to release 24 packages
Name Type
@workflow/core Patch
workflow Patch
@workflow/errors Patch
@workflow/builders Patch
@workflow/cli Patch
@workflow/nuxt Patch
@workflow/typescript-plugin Patch
@workflow/web Patch
@workflow/ai Patch
@workflow/astro Patch
@workflow/next Patch
@workflow/nitro Patch
@workflow/sveltekit Patch
@workflow/swc-plugin Patch
@workflow/utils Patch
@workflow/vite Patch
@workflow/web-shared Patch
@workflow/vitest Patch
@workflow/world-testing Patch
@workflow/world-local Patch
@workflow/world-postgres Patch
@workflow/world-vercel Patch
@workflow/nest Patch
@workflow/rollup Patch

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

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 16, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 901 0 67 968
✅ 💻 Local Development 874 0 182 1056
✅ 📦 Local Production 874 0 182 1056
✅ 🐘 Local Postgres 874 0 182 1056
✅ 🪟 Windows 80 0 8 88
❌ 🌍 Community Worlds 16 60 8 84
✅ 📋 Other 222 0 42 264
Total 3841 60 671 4572

❌ Failed Tests

🌍 Community Worlds (60 failed)

mongodb-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

redis-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso (57 failed):

  • addTenWorkflow | wrun_01KP9X707F2QCT7GPKKCTY5TE5
  • addTenWorkflow | wrun_01KP9X707F2QCT7GPKKCTY5TE5
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KP9X93CK5X1B7WM4D7BBM886
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KP9X76EXK913000NM70M4ZV0
  • promiseRaceWorkflow | wrun_01KP9X7BRFCNPGQ5KWX9YC35T2
  • promiseAnyWorkflow | wrun_01KP9X7EPQA5T5KVXA05HNKKBA
  • importedStepOnlyWorkflow | wrun_01KP9X9FEXVCBEJJ4V08D7Q6A1
  • hookWorkflow | wrun_01KP9X7TM6TYBF9S9QWJE50E0Z
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KP9X85847Y1W38121HMDR9NM
  • webhookWorkflow | wrun_01KP9X8DQDD1RK9K7BY9AMNYRY
  • sleepingWorkflow | wrun_01KP9X8KP55EH2PCKEKD6PAE1B
  • parallelSleepWorkflow | wrun_01KP9X90556C4TF1AMD981YEB8
  • nullByteWorkflow | wrun_01KP9X933V3NDFRMBRASRZYG82
  • workflowAndStepMetadataWorkflow | wrun_01KP9X964YDRHV09CD7JK1RMZQ
  • fetchWorkflow | wrun_01KP9XBSEQS2J7WMNQGXAP7RYS
  • promiseRaceStressTestWorkflow | wrun_01KP9XBWHG7Q6H5DD4CEG7Z3J4
  • 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()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KP9XF8Z887J9TRP947CHWJVN
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KP9XFW4TC5ANNV3037G5QKG0
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KP9XGFWVC76RM8ZPPPKW3PYN
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KP9XH407F8SPAGNXJ1GZM1SZ
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KP9XHBW9NA08PHM7ME19KDBC
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KP9XHGXNVHJYBZBWP6YSGWCK
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KP9XHK0JMADT3AADP0W87CWA
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KP9XJ0ZFRPHP7YWZNZNRR6V6
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KP9XJ5X4S5KY188P6F0ADQG7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KP9XJBY3DMMM59WT70GMD6ES
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KP9XJMBQJXEBR01ASJTZDCPJ
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KP9XJTD5MYDJPFZ13W771QZ9
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KP9XK0H219S194WSKWD6EM93
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KP9XK6VQD0CKZB6YT507ZN2M
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KP9XKH9NGT1CGZPP896WEBTR
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KP9XKRDD6P7BW2EZXGNF3XQA
  • cancelRun - cancelling a running workflow | wrun_01KP9XKYGRJB8KGBPXVGW4AZ35
  • cancelRun via CLI - cancelling a running workflow | wrun_01KP9XM797AMSPREBF4MGY9029
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KP9XMJRB9940BDZJZ9S3N2MX
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KP9XN5TRG1KM0W0912823B8G
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KP9XNGSW86Q6PTAFQH91TDXC
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KP9XNQMWRGFZJF0T96HZRZJE
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KP9XNTNDM2GJZC9VW2TYCHVY
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KP9XNWHHZ2KYHKVPE1XM9EDB

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 81 0 7
✅ example 81 0 7
✅ express 81 0 7
✅ fastify 81 0 7
✅ hono 81 0 7
✅ nextjs-turbopack 86 0 2
✅ nextjs-webpack 86 0 2
✅ nitro 81 0 7
✅ nuxt 81 0 7
✅ sveltekit 81 0 7
✅ vite 81 0 7
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 74 0 14
✅ express-stable 74 0 14
✅ fastify-stable 74 0 14
✅ hono-stable 74 0 14
✅ nextjs-turbopack-canary 61 0 27
✅ nextjs-turbopack-stable 80 0 8
✅ nextjs-webpack-canary 61 0 27
✅ nextjs-webpack-stable 80 0 8
✅ nitro-stable 74 0 14
✅ nuxt-stable 74 0 14
✅ sveltekit-stable 74 0 14
✅ vite-stable 74 0 14
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 74 0 14
✅ express-stable 74 0 14
✅ fastify-stable 74 0 14
✅ hono-stable 74 0 14
✅ nextjs-turbopack-canary 61 0 27
✅ nextjs-turbopack-stable 80 0 8
✅ nextjs-webpack-canary 61 0 27
✅ nextjs-webpack-stable 80 0 8
✅ nitro-stable 74 0 14
✅ nuxt-stable 74 0 14
✅ sveltekit-stable 74 0 14
✅ vite-stable 74 0 14
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 74 0 14
✅ express-stable 74 0 14
✅ fastify-stable 74 0 14
✅ hono-stable 74 0 14
✅ nextjs-turbopack-canary 61 0 27
✅ nextjs-turbopack-stable 80 0 8
✅ nextjs-webpack-canary 61 0 27
✅ nextjs-webpack-stable 80 0 8
✅ nitro-stable 74 0 14
✅ nuxt-stable 74 0 14
✅ sveltekit-stable 74 0 14
✅ vite-stable 74 0 14
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 80 0 8
❌ 🌍 Community Worlds
App Passed Failed Skipped
❌ mongodb-dev 4 1 0
❌ redis-dev 4 1 0
❌ turso-dev 4 1 0
❌ turso 4 57 8
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 74 0 14
✅ e2e-local-postgres-nest-stable 74 0 14
✅ e2e-local-prod-nest-stable 74 0 14

📋 View full workflow run

@VaguelySerious VaguelySerious enabled auto-merge (squash) April 16, 2026 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants