Skip to main content

5 docs tagged with "polyglot"

View All Tags

Cloud Control Plane

Freeze the Durable Workflow Cloud control-plane contract, runtime-target boundary, worker connectivity model, and support-led topology edge.

Deployment Modes

Choose embedded Laravel mode or the standalone server without changing the Durable Workflow v2 contract.

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.

Server

Deploy and configure the Durable Workflow standalone server.

Worker Protocol

Implement the versioned worker-plane protocol for polling, leasing, history replay, heartbeats, completion, and external task results.