DEV Community

Cover image for StepWise: A code-first, event-driven workflow framework for .NET
Xiaoyun Zhang
Xiaoyun Zhang

Posted on • Edited on

StepWise: A code-first, event-driven workflow framework for .NET

StepWise is an Open-Source .NET framework which assists you to code, visualize and execute event-base workflow. It is designed to help you build complex workflows in a simple and efficient way. StepWise comes with the following key features:

  • Code-First: Define workflows using C# code in your project.
  • WebUI Visualize and execute workflows from your favorite browser using StepWise WebUI.
  • Event-Driven: Execute steps in parallel and resolve dependencies automatically.
  • AI-Powered: Work with Geeno, a built-in AI assistant in StepWise WebUI to help you run and analyze workflows with ease.

To learn more about StepWise, checkout the project on Github. You can also try out the online samples by clicking the try-live-demo button below.

Top comments (0)