• Docs
  • Cookbook
  • Worlds
  • Examples
DocsCookbookWorldsExamples

Getting Started
Next.jsAstroExpressFastifyHonoNitroNuxtSvelteKitTanStack StartVitePythonBeta
Foundations
Workflows and StepsStarting WorkflowsErrors & RetryingHooks & WebhooksStreamingSerializationIdempotencyVersioning
Observability
Building Durable AI AgentsStreaming Updates from ToolsResumable StreamsSleep, Suspense, and SchedulingHuman-in-the-LoopPatterns for Defining ToolsChat Session Modeling
Deploying
Errors
Migration Guides
API Reference

workflow/nest

NestJS integration for workflow bundling and HTTP routing.

NestJS integration for Workflow SDK. The WorkflowModule builds the workflow bundles on application startup and registers the controller that serves the workflow runtime routes.

NestJS integration is experimental and not yet supported for deployment to Vercel. The same exports are also available from the @workflow/nest package.

Exports

WorkflowModule

NestJS module that builds workflow bundles on startup and registers the workflow controller

NestLocalBuilder

Builder that compiles workflow files into step, workflow, and webhook bundles

WorkflowController

Controller that serves the workflow runtime routes under .well-known/workflow/v1

configureWorkflowController()

Points WorkflowController at the directory containing the generated workflow bundles

On this page

Exports
Edit this page on GitHub

Copyright Vercel 2026. All rights reserved.