Skip to content
Snippets Groups Projects

Await QA

Merged Charlotte Hausman requested to merge QA_fixes into main
2 files
+ 12
9
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -96,3 +96,7 @@ class CapabilityEngine(CapabilityEngineIF):
self.capability_info.save_execution(execution)
transaction.commit()
self.workflow_service.execute(workflow_request)
def announce_qa_ready(self, execution_id: int):
execution = self.capability_info.lookup_execution(execution_id)
self.workflow_service.announce_qa_ready(execution.current_workflow_request_id)
Loading