Azure / Azure/azure-functions-durable-python
Support starting a new orchestration from within orchestrators
Open
Enhancement
- Dominant language
- Python
- Stars
- 157
- Forks
- 70
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
Related - https://github.com/Azure/azure-functions-durable-js/issues/328
Usually, orchestrations are only to be invoked by a durable client, but in dotnet users have the ability to start orchestrations within another orchestrations.
The dotnet API for this is here: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.webjobs.extensions.durabletask.idurableorchestrationcontext.startneworchestration?view=azure-dotnet#microsoft-azure-webjobs-extensions-durabletask-idurableorchestrationcontext-startneworchestration(system-string-system-object-system-string)
We should implement similar functionality
Contributor guide
Assessment
This issue has not been assessed yet.