Nextflow Tower version: 23.2.0
In the Runs page, pipelines are marked as Succeeded if the Nextflow pipeline itself has executed without issues. However, this leaves out the post-run script. If this one fails, the pipeline would still be marked as Succeeded. This can be misleading for users, as they would simply see the green label and assume everything went well. If they were running important tasks in the scripts and some of the commands failed, they would not notice unless they actively looked at the entire Execution log, which they would not be inclined to do for apparently successful pipelines.
It would improve the UX to raise some kind of warning to let users know that something went wrong with the run, whether it was the pipeline itself or the scripts.