workflow
Version:
Workflow DevKit - Build durable, resilient, and observable workflows
19 lines (15 loc) • 610 B
text/mdx
title: "workflow/next"
description: Next.js integration for automatic bundling and runtime configuration.
type: overview
summary: Explore the Next.js integration for automatic workflow bundling and runtime support.
related:
- /docs/getting-started/next
Next.js integration for Workflow DevKit that automatically configures bundling and runtime support.
## Functions
<Cards>
<Card title="withWorkflow" href="/docs/api-reference/workflow-next/with-workflow">
Configures webpack/turbopack loaders to transform workflow code (`"use step"`/`"use workflow"` directives)
</Card>
</Cards>