Table of Contents

StepWise Logo

StepWise

NuGet version

StepWise is a workflow engine build with C# and typescript. In StepWise, you define a workflow in C#, and visualize and execute it in StepWise UI.

Features

  • Code-first workflow definition
  • Visualize and execute workflow in StepWise UI

StepWise UI

Installation

To use StepWise, you can install the LittleLittleCloud.StepWise package from NuGet.org.

dotnet add package LittleLittleCloud.StepWise

You can find more examples in the example folder. We also publish these examples as a .NET tool package to NuGet. You can install the package and run the example directly from the command line.

dotnet tool install -g LittleLittleCloud.StepWise.Gallery

# Run the gallery example
stepwise-gallery