Azure / Azure/azure-functions-durable-python
Support starting a new orchestration from within orchestrators
- 主要言語
- Python
- スター
- 157
- フォーク
- 70
- 平均マージ
- 2日 10時間
- マージ済み PR(30日)
- 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
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100