API Reference¶
Import the supported public symbols from async_durable_execution. The
reference pages below are grouped by responsibility. Operation pages correspond
to their implementation modules; supporting APIs are grouped by package.
The implementation packages are private. Import every supported symbol from
async_durable_execution.
Primitive Operations¶
These operations map directly to durable execution backend operations.
Extension Operations¶
These SDK operations are implemented on top of primitive operations or SDK checkpoint conventions.
- Custom operation SPI
- Flow and DAG workflows
- Map
- Parallel
- Wait for callback
- Wait for condition
- Retry durable work
- Recursive invocation
- Replay-safe values