We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8f67b commit bd9c9c8Copy full SHA for bd9c9c8
ManagementService/python/deleteWorkflow.py
@@ -39,7 +39,7 @@ def handle(value, sapi):
39
wf = sapi.get(email + "_workflow_" + workflow["id"], True)
40
if wf is not None and wf != "":
41
wf = json.loads(wf)
42
- if wf["status"] == "undeployed":
+ if wf["status"] == "undeployed" or wf["status"] == "failed":
43
for wn in workflows:
44
if workflows[wn] == workflow["id"]:
45
del workflows[wn]
0 commit comments