Skip to content
Snippets Groups Projects
Commit f7fe945a authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

make failures stop sending both fail and complete messages and notifications

parent aa3f6027
No related branches found
No related tags found
1 merge request!526make failures stop sending both fail and complete messages and notifications
Pipeline #3002 passed
...@@ -97,7 +97,6 @@ class ExecutionManager(ExecutionManagerIF): ...@@ -97,7 +97,6 @@ class ExecutionManager(ExecutionManagerIF):
@on_message(service="workflow", type="workflow-executing") @on_message(service="workflow", type="workflow-executing")
@on_message(service="workflow", type="workflow-complete") @on_message(service="workflow", type="workflow-complete")
@on_message(service="workflow", type="workflow-failed")
@on_message(service="workflow", type="qa-pass") @on_message(service="workflow", type="qa-pass")
@on_message(service="workflow", type="qa-fail") @on_message(service="workflow", type="qa-fail")
def advance_waiting_execution(self, **message: Dict): def advance_waiting_execution(self, **message: Dict):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment