durabletask
Workflow framework
Enables writing long-running persistent workflows using simple async/await coding constructs.
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
2k stars
78 watching
296 forks
Language: C#
last commit: 2 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
kaushiksk/durabletask-samples | Demonstrates the execution of orchestration workflows in Azure Durable Task Framework | 0 |
clj-commons/durable-queue | A Clojure library implementing a task queue that survives process restarts and is bounded by disk space | 385 |
longevityframework/longevity | An abstracted persistence framework that abstracts the complexity of interacting with various NoSQL databases | 102 |
reactkit/swifttask | Provides a framework for handling asynchronous tasks with progress tracking, pause/resume, and retry capabilities in Swift | 1,934 |
astrazeneca/runnable | A Python framework for defining and executing data science workflows with modular components | 40 |
gabrn/react-native-persistent-job | Run async tasks that retry after failure or connection loss and resume from where they left off. | 79 |
uipath/corewf | A .NET runtime implementation of the Windows Workflow Foundation (WF) workflow execution engine. | 1,146 |
azure/innovationengine | Tools for rapid innovation and automation of complex workflows using markdown-based documentation | 37 |
seandenigris/simple-persistence | Provides a simple framework for persisting Smalltalk model objects in a self-contained, incremental manner. | 17 |
optimajet/workflowengine.net | A C# framework for building workflow engines that integrate with various databases and offer features like process design, execution, and version control. | 911 |
kekyo/fsharp.control.fusiontasks | Enables seamless interoperability between F# asynchronous workflows and .NET Task/ValueTask | 160 |
danielgerlag/workflow-es | A workflow engine that supports long-running processes with pluggable persistence and concurrency providers. | 202 |
noneback/go-taskflow | A general-purpose task-parallel programming framework for Go that simplifies complex dependency management and concurrent task execution. | 337 |
indeedeng/iwf | An API orchestration platform for building resilient long-running applications with durable timers and async execution | 544 |
rabbal/dntframeworkcore | An ASP.NET Core-based web application framework with a focus on extensibility and maintainability for building CRUD-based applications. | 318 |