mvSapphire / PowerPipe

A library for .NET that uses a fluent interface to construct advanced workflows with ease.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change PipelineStepErrorHandling.Suppress

mvSapphire opened this issue · comments

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

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