nf-hack18 icon indicating copy to clipboard operation
nf-hack18 copied to clipboard

How to handle errors (e.g. component, pipeline and network error) and send error message automatically by email

Open RTewolde opened this issue 7 years ago • 1 comments

RTewolde avatar Nov 19 '18 19:11 RTewolde

A way to get it is using onError

workflow.onError {
    println "Oops... Pipeline execution stopped with the following message: ${workflow.errorMessage}"
}

edgano avatar Nov 22 '18 17:11 edgano