Skip to content

api-evangelist/durable-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Durable Functions (durable-functions)

Azure Durable Functions is a serverless extension for writing stateful workflows and orchestrations in code using Azure Functions. The extension exposes built-in HTTP APIs for managing orchestrations, durable entities, and task hubs.

APIs.json: https://raw.githubusercontent.com/api-evangelist/durable-functions/refs/heads/main/apis.yml

Scope

  • Type: Index

Tags

  • API Composition
  • Durable Execution
  • Serverless Orchestration
  • Workflow

Timestamps

  • Created: 2026-03-27
  • Modified: 2026-05-19

APIs

Azure Durable Functions HTTP API

Built-in HTTP APIs exposed by the Durable Functions extension for starting orchestrations, querying instance status, raising events, terminating, suspending, resuming, rewinding, signaling entities, and purging history.

Tags

  • Durable Execution
  • Serverless Orchestration
  • Workflow

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

Azure Durable Functions is a serverless extension for writing stateful workflows and orchestrations in code using Azure Functions. The extension exposes built-in HTTP APIs for managing orchestrations, durable entities, and task hubs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors