Attributes
| Attribute | Type | Description |
|---|---|---|
| storage | DurableExecutionStorage | Storage backend for checkpoint persistence |
| execution_id | str | Unique identifier for this execution (auto-generated) |
| auto_cleanup | bool | Automatically cleanup on completion (default: True) |
| debug | bool | Enable debug logging (default: False) |

