| Example | Description |
|---|---|
| Background Poll | Demonstrates running a workflow in async background mode and polling run status until completion. |
| Background Execution WebSocket Client | Demonstrates an interactive WebSocket client for authenticating, starting workflows, and rendering streamed workflow events. |
| Background Execution WebSocket Server | Demonstrates running background workflows and streaming workflow events over WebSocket. |
Background Execution
Runnable workflow examples under: cookbook/04_workflows/06_advanced_concepts/background_execution.