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
We need to decide how to handle if a user deletes some of the restarted workflows in the middle. (1) We can only allow deleting the latest restarted workflow, which will delete all previous workflows. Or, only allow deleting the original workflow, which will delete all restarted ones.
What do you think?
The text was updated successfully, but these errors were encountered:
How to reproduce?
test.1
,test.1.1
,test.1.2
.test.1.1
.test.1.2
; the workspace is empty.test.1
; it will fail.Related code:
reana-workflow-controller/reana_workflow_controller/rest/utils.py
Line 214 in b19d0d9
We need to decide how to handle if a user deletes some of the restarted workflows in the middle. (1) We can only allow deleting the latest restarted workflow, which will delete all previous workflows. Or, only allow deleting the original workflow, which will delete all restarted ones.
What do you think?
The text was updated successfully, but these errors were encountered: