Overview of Workflow SDK configuration areas
mainConfiguration for the Workflow SDK is divided into several specialized areas depending on your integration needs:
- Framework options: Build-time and dev-server settings for specific frameworks like Next.js, Nitro, NestJS, Astro, SvelteKit, and Rollup.
- Worlds: Configuration for the execution environment, including
WORKFLOW_TARGET_WORLD, Local World, Postgres World, and Vercel World. - Runtime tuning: Performance and behavior settings such as replay budgets, inline execution, queue delivery limits, compression, tracing, and advanced runtime escape hatches.
- Build and diagnostics: Controls for public manifests, HMR logs, and source-map settings.
- CLI and web UI: Settings for observability tools like
workflow inspect,workflow web,workflow health, and observability environment overrides.