Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 744 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 744 Bytes

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.