mvSapphire / PowerPipe

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

Change PipelineStepErrorHandling.Suppress #56

Open mvSapphire opened 2 months ago

mvSapphire commented 2 months ago

Currently PipelineStepErrorHandling.Suppress just suppress error and stop pipeline execution.

New suppress behavior should be changed to suppress, log errors, and continue pipeline execution.