Custom Function Names (#392)
This PR allows specifying custom names for workflows, steps, and
transactions. For example:
```python
@DBOS.workflow(name=workflow_name)
def workflow() -> str:
return DBOS.workflow_id
```
Addresses https://github.com/dbos-inc/dbos-transact-py/issues/390 P
Peter Kraft committed
d42dd84bf85f459c26f32c32717534435676e81e
Parent: 3ab383b
Committed by GitHub <noreply@github.com>
on 6/23/2025, 10:48:40 PM