dbos-inc / dbos-transact-py

Ultra-Lightweight Durable Execution in Python
https://docs.dbos.dev
MIT License
244 stars 7 forks source link

Retrieve workflow, get status #40

Closed chuck-dbos closed 2 months ago

chuck-dbos commented 2 months ago

Add a get_status and retrieve_workflow API, which work from handles that are not in posession of the task's future. Fix start_workflow to not update the workflow status back to PENDING if it was already launched More tests