Skip to content
Snippets Groups Projects
Commit b3014868 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Another tiny fix for `ExecutionManager.execution_from_child_message`

parent c3982780
No related branches found
No related tags found
1 merge request!734Another tiny fix for `ExecutionManager.execution_from_child_message`
Pipeline #4084 passed
......@@ -198,6 +198,7 @@ class ExecutionManager(ExecutionManagerIF):
:return: CapabilityExecution if one can be located for child request; else None
"""
msg_subject = message.get("subject")
parent_wf_request_id = None
if msg_subject.get("execution_wf_id"):
parent_wf_request_id = msg_subject.get("execution_wf_id")
......
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