reanahub / reana-ui

REANA UI frontend
http://reana-ui.rtfd.io
MIT License
4 stars 32 forks source link

ui: workflow duration keeps changing for failed workflows #386

Closed giuseppe-steduto closed 5 months ago

giuseppe-steduto commented 6 months ago

When looking at the details of a failed workflow, either in the workflow list page or in the workflow details page, the workflow duration keeps updating as time goes by.

For example, in a workflow like this: image

After refreshing the page (either manually or automatically by the REANA UI), the new duration will be different, e.g. failed after 6h 12m 59s. This should not happen, as that value indicates the duration of the workflow, and that's not supposed to change after the workflow terminates its execution (regardless of the status).

The issue seems to present itself only with failed workflows.