Azure / Azure/azure-functions-durable-python
Support starting a new orchestration from within orchestrators
- Lingua principale
- Python
- Stelle
- 157
- Fork
- 70
- Merge medio
- 2g 10h
- PR unite (30g)
- 2
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start by reviewing the existing Python orchestration context API and the related issue #328, then compare its capabilities with the linked .NET StartNewOrchestration API. Done means defining and implementing equivalent behavior for starting an orchestration from another orchestration, with the supported arguments and expected behavior established by that comparison.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- api, backend, distributed-systems
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100