You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 199c163, the run_finished_at field of stopped workflows is now being set, even though it should be None.
This is due to the fact that the status update for stopped workflows is now being handled by _update_workflow_status, which manually sets run_finished_at:
After 199c163, the
run_finished_at
field of stopped workflows is now being set, even though it should beNone
.This is due to the fact that the status update for stopped workflows is now being handled by
_update_workflow_status
, which manually setsrun_finished_at
:reana-workflow-controller/reana_workflow_controller/consumer.py
Line 151 in 1dc2116
The text was updated successfully, but these errors were encountered: