Deployment Modes
Choose service mode through Durable Workflow Cloud or a self-hosted Server, or embed the runtime in Laravel.
Cloud Managed Runtime
Provision a Durable Workflow Cloud namespace and connect SDK clients and customer-run workers to its managed runtime.
Server
Deploy and configure the Durable Workflow standalone server.
Waterline: Cloud-managed or separately deployed
CLI
2 items
SDKs
3 items
Client and Worker Capabilities
Compare CLI, PHP SDK, Python SDK, and Rust SDK client and worker capabilities.
Server Config Reference
Reference for Durable Workflow server environment variables, defaults, legacy aliases, and runtime infrastructure settings.
Server API Reference
HTTP reference for Durable Workflow server control-plane, worker-plane, namespace, storage, schedule, and system endpoints.
Server Role Topology
Interpret the /api/cluster/info topology manifest for Durable Workflow server roles, scaling boundaries, failure domains, and migration steps.
Namespace, Auth, And Worker Registration
Reference for server namespace resolution, role-scoped authentication, and worker registration contracts.
Worker Compatibility and Routing
Keep worker build rollouts safe by pinning in-flight work to compatible executors and making rollout gaps explicit.
Embedded to Server Migration
Move a Laravel embedded v2 deployment to the standalone Durable Workflow server.