Azure / Azure/azure-functions-durable-python
Support starting a new orchestration from within orchestrators
- 主要语言
- Python
- 星标
- 157
- 派生
- 70
- 平均合并
- 2 天 10 小时
- 30 天内合并 PR
- 2
描述
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
贡献指南
调研方向
首先查看现有的 Python 编排上下文 API 和相关的 issue #328,然后将其功能与链接的 .NET StartNewOrchestration API 进行比较。完成的标准是定义并实现从一个编排启动另一个编排的等效行为,并根据该比较确定支持的参数和预期行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api, backend, distributed-systems
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100