什么是 durable-task-dotnet?
使用 Durable Task SDK 和 Azure Durable Task Scheduler 在 .NET 中构建持久、容错的工作流。在创建编排、活动、实体或实现功能链、扇出/扇入、人工交互或有状态代理等模式时使用。适用于任何需要持久执行、状态持久性或不依赖 Azure Functions 的分布式事务的 .NET 应用程序。 来源:azure-samples/durable-task-scheduler。
使用 Durable Task SDK 和 Azure Durable Task Scheduler 在 .NET 中构建持久、容错的工作流。在创建编排、活动、实体或实现功能链、扇出/扇入、人工交互或有状态代理等模式时使用。适用于任何需要持久执行、状态持久性或不依赖 Azure Functions 的分布式事务的 .NET 应用程序。
通过命令行快速安装 durable-task-dotnet AI 技能到你的开发环境
来源:azure-samples/durable-task-scheduler。
Build fault-tolerant, stateful workflows in .NET applications using the Durable Task SDK connected to Azure Durable Task Scheduler.
| Function Chaining | Sequential steps where each depends on the previous | | Fan-Out/Fan-In | Parallel processing with aggregated results | | Human Interaction | Workflow pauses for external input/approval | | Durable Entities | Stateful objects with operations (counters, accounts) | | Sub-Orchestrations | Reusable workflow components or version isolation |
Orchestration Determinism Orchestrations replay from history - all code MUST be deterministic:
使用 Durable Task SDK 和 Azure Durable Task Scheduler 在 .NET 中构建持久、容错的工作流。在创建编排、活动、实体或实现功能链、扇出/扇入、人工交互或有状态代理等模式时使用。适用于任何需要持久执行、状态持久性或不依赖 Azure Functions 的分布式事务的 .NET 应用程序。 来源:azure-samples/durable-task-scheduler。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/azure-samples/durable-task-scheduler --skill durable-task-dotnetBrowse more skills from azure-samples/durable-task-scheduler
使用 Durable Task SDK 和 Azure Durable Task Scheduler 在 .NET 中构建持久、容错的工作流。在创建编排、活动、实体或实现功能链、扇出/扇入、人工交互或有状态代理等模式时使用。适用于任何需要持久执行、状态持久性或不依赖 Azure Functions 的分布式事务的 .NET 应用程序。 来源:azure-samples/durable-task-scheduler。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/azure-samples/durable-task-scheduler --skill durable-task-dotnet 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/azure-samples/durable-task-scheduler