SIGN IN SIGN UP

DBOS.get_events (#477)

Adds new methods that retrieve all the published events for a given
workflow.

```python
def get_all_events(workflow_id: str) -> Dict[str, Any]:
async def get_all_events_async(workflow_id: str) -> Dict[str, Any]:
```

Addresses https://github.com/dbos-inc/dbos-transact-py/issues/476
P
Peter Kraft committed
9aabef89ff91496c63cc7e5d264bcf52366d3604
Parent: dde9129
Committed by GitHub <noreply@github.com> on 9/24/2025, 8:44:08 PM