Skip to content

emadelwany/WorkflowEngine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Stateful Workflow Execution Engine

Build Status

This Library allows for creating long running, stateful and versioned workflows for breaking complex workflows into smaller ones that can be run synchronously or asynchronously over short or long periods of time.

The library has support for:

  • Maintaining workflow state in a custom data store
  • Pausing and restarting workflows
  • Complex control flow using C# constructs
  • Infrastructure features like logging, configuration and flighting
  • Versioning

The accompanying unit tests have multiple examples for how to create and run a workflow for multiple use cases.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%