Cleanup tasks status of failed run
evaluating
Mattia
In the Seqera Platform, when a pipeline execution is interrupted by a failure or other reasons, incomplete tasks may linger in inconsistent states (e.g., running, submitted), causing confusion as the pipeline execution is terminated.
The intended outcome is a systematic 'reset' of the status for incomplete tasks when the pipeline execution is terminated. This involves changing the status of all tasks not in 'COMPLETED' or 'FAILED' states to 'ABORTED'. This adjustment ensures clarity and coherence in the status of tasks, eliminating confusion for users and aligning with the expected termination of the pipeline execution.
Rob Newman
evaluating
Rob Newman
acknowledged