Skip to content
Snippets Groups Projects
Commit ae1ec303 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

WS-928: Added fix for when execution is null

parent 76c3b010
No related branches found
No related tags found
1 merge request!891WS-928: Added fix for when execution is null
Pipeline #4851 passed
......@@ -152,6 +152,9 @@ class CapabilityService(CapabilityServiceIF):
execution = self.capability_info.lookup_execution_by_workflow_request_id(subject["workflow_request_id"])
if execution == None:
return
# Update the database
execution.version.workflow_metadata = copy.deepcopy(execution.version.workflow_metadata)
......
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