Info
Version: | 1.0.0-CI00000 |
Author(s): | Dylan Morley |
Last Update: | Wednesday, April 13, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NContextFlow |
Install
Install-Package NContextFlow
dotnet add package NContextFlow
paket add NContextFlow
NContextFlow Download (Unzip the "nupkg" after downloading)
Defines objects allow you to create a flow based on number of steps, passing through a strongly typed context. Allows you
to break down a large process into a number of small, independently testable steps that are orchestrated by a single workflow.