microsoft / durabletask-python

A Durable Task Python SDK compatible with Dapr Workflow and its underlying Durable Task engine
MIT License
13 stars 6 forks source link

Feature: Allow orchestrations to set a custom status #25

Open cgillum opened 6 months ago

cgillum commented 6 months ago

This ability exists in the core framework but isn't exposed in the Python API.

Here's an example in the Durable Functions Python SDK, which can be used for inspiration: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-custom-orchestration-status?tabs=python

akshaya-a commented 1 month ago

@cgillum do you know if there are any plans to tackle this? I notice the library isn't frequently maintained so I'm curious to understand the roadmap before I start setting up a dev env/looking into PRs

cgillum commented 1 month ago

Hi @akshaya-a, this work hasn’t been scheduled yet so no ETA, but you can expect things to pick up in this repo more in the latter half of this calendar year. If you’re interested in contributing PRs, we’d be happy to prioritize reviewing and merging them.