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