简体   繁体   English

python 是否支持 Azure 持久函数中的子编排?

[英]Does python support sub orchestration in Azure durable functions?

I'm writing a service, and within it I have the need for sub orchestrators in my parent orchestrator.我正在编写一个服务,在其中我需要在我的父编排器中使用子编排器。 Now I know this is supported in javascript and C# docs , however i'm wondering if it's possible in python, either through an external package or just some hidden usage.现在我知道这在 javascript 和 C# docs 中得到支持,但是我想知道在 python 中是否可能,无论是通过外部包还是一些隐藏的用法。

Python support for Durable Functions is currently in public preview . Python 对 Durable Functions 的支持目前处于公共预览阶段 The following are the current known limitations.以下是当前已知的限制。

· Sub-orchestrations are not yet supported (planned #62 ) ·尚不支持子编排(计划#62

·Durable Entities are not yet supported (not yet planned #96) ·尚不支持持久实体(尚未计划 #96)

For more details, you could refer to this github .更多细节可以参考这个github

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure Python 中的持久功能:为什么没有触发 function 2? - Azure Durable Functions in Python: why is function 2 not triggered? 如何为 python 中的多个并行运行 Azure 持久功能设置计时器? - How set timer for multiple parallel running Azure durable functions in python? 将 Azure Durable Function 与 CosmosDBTrigger 结合使用 - Using Azure Durable Functions with a CosmosDBTrigger Python Azure Durable Functions: how to change the local.settings.json file to read secrets off Azure Keyvault? - Python Azure Durable Functions: how to change the local.settings.json file to read secrets off Azure Keyvault? Azure 持久功能:Http 触发器错误 - Azure Durable Functions : Http Trigger error 如何为 Durable Azure 函数编写单元测试? - How to write unit tests for Durable Azure Functions? Azure 耐用功能 500 502 504 错误 - Azure Durable Functions 500 502 504 Error 同步调用等待活动完成的 Durable Orchestrator 函数(Python Azure 函数) - Synchronous call to Durable Orchestrator Function that waits for activity completion (Python Azure Functions) 带有 Python 的 Azure Durable Functions 将停止/部分工作 - 永久挂起/卡住的实例 - Azure Durable Functions with Python will stop/partially work - Eternal pending/stuck instances 如何将 JSON 发布到 Durable Azure Function (Python)? - How to Post JSON to Durable Azure Function (Python)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM