📄️ CLI
Install and use the Durable Workflow CLI to operate the standalone server.
📄️ Server
Deploy and configure the Durable Workflow standalone server.
📄️ Python SDK
The Python SDK is a thin, async-first client for the Durable Workflow server. It lets Python processes start, observe, signal, and cancel workflows through the server's control-plane API, and register as workers that execute workflow tasks and activities.
📄️ Worker Protocol
Durable Workflow exposes a versioned worker protocol through two bridge contracts. These contracts define the complete set of verbs that external workers — including the standalone Durable Workflow server — use to poll, claim, execute, and complete workflow and activity tasks.
📄️ Embedded to Server Migration
Move a Laravel embedded v2 deployment to the standalone Durable Workflow server.