Azure / Azure/azure-functions-durable-python
Support starting a new orchestration from within orchestrators
- Langage dominant
- Python
- Étoiles
- 157
- Forks
- 70
- Merge moyen
- 2 j 10 h
- PR mergées (30 j)
- 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
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par examiner l’API de contexte d’orchestration Python existante et l’issue #328 associée, puis comparez ses capacités avec l’API .NET StartNewOrchestration liée. La tâche est considérée comme terminée lorsque vous avez défini et implémenté un comportement équivalent pour démarrer une orchestration depuis une autre orchestration, les arguments pris en charge et le comportement attendu étant établis à partir de cette comparaison.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- api, backend, distributed-systems
- Type d'issue
- Fonctionnalité
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100