·durable-task-python
>_

durable-task-python

Build durable, fault-tolerant workflows in Python using the Durable Task SDK with Azure Durable Task Scheduler. Use when creating orchestrations, activities, entities, or implementing patterns like function chaining, fan-out/fan-in, human interaction, or stateful agents. Applies to any Python application requiring durable execution, state persistence, or distributed transactions without Azure Functions dependency.

9Installs·0Trend·@azure-samples

Installation

$npx skills add https://github.com/azure-samples/durable-task-scheduler --skill durable-task-python

How to Install durable-task-python

Quickly install durable-task-python AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/azure-samples/durable-task-scheduler --skill durable-task-python
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: azure-samples/durable-task-scheduler.

SKILL.md

View raw

Build fault-tolerant, stateful workflows in Python 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 |

| Eternal Orchestrations | Long-running background processes with continueasnew | | Monitoring | Periodic polling with configurable timeouts |

Build durable, fault-tolerant workflows in Python using the Durable Task SDK with Azure Durable Task Scheduler. Use when creating orchestrations, activities, entities, or implementing patterns like function chaining, fan-out/fan-in, human interaction, or stateful agents. Applies to any Python application requiring durable execution, state persistence, or distributed transactions without Azure Functions dependency. Source: azure-samples/durable-task-scheduler.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/azure-samples/durable-task-scheduler --skill durable-task-python
Category
>_Productivity
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from azure-samples/durable-task-scheduler

Quick answers

What is durable-task-python?

Build durable, fault-tolerant workflows in Python using the Durable Task SDK with Azure Durable Task Scheduler. Use when creating orchestrations, activities, entities, or implementing patterns like function chaining, fan-out/fan-in, human interaction, or stateful agents. Applies to any Python application requiring durable execution, state persistence, or distributed transactions without Azure Functions dependency. Source: azure-samples/durable-task-scheduler.

How do I install durable-task-python?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/azure-samples/durable-task-scheduler --skill durable-task-python Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/azure-samples/durable-task-scheduler

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-25