Tommy
4 years agoNew Contributor III
Throw an error or warning
Hello, Is there a way to force a pipeline to finish in warning or error state in the dashboard? We handle all errors using an error pipeline. This makes it difficult to spot pipelines that have gone ...
- 4 years ago
I don’t beleive that there is a way where you can manipulate with the pipeline statuses in Dashboard. When you have an error pipeline(as an error handler), the main pipeline always will have status as Completed. Actually, that is the purpose of the error handler, to helps in maintaining the normal execution flow and detecting the errors.
As @marjan.karafiloski said, you can implement a custom logic where you can send an email(as a warning or alert, along with the records that failed) to specified group of people, categorize the errors based on some criteria etc.
Regards,
Spiro Taleski