mvSapphire / PowerPipe

A library for .NET that uses a fluent interface to construct advanced workflows with ease.
MIT License
188 stars 10 forks source link

Fixed parallel condition steps execution; Added check is cancellation… #28

Closed mvSapphire closed 1 year ago

mvSapphire commented 1 year ago
  1. Fixed execution of steps with conditions (AddIf, AddIfElse, If)
  2. Added check of IsCancellationRequested