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

another missing WS-AAT message field

parent 03c20066
No related branches found
No related tags found
1 merge request!441another missing WS-AAT message field
Pipeline #2623 passed
......@@ -193,6 +193,7 @@ class WorkflowService(WorkflowServiceIF):
"application": "workflow",
"carta_url": carta_url,
"subject": workflow_request.__json__(),
"message": "carta ready",
}
self.archive_router.send_message(**carta_url_msg)
......@@ -575,6 +576,6 @@ class WorkflowMessageHandler:
)
# if request.workflow_name in ArchiveWorkflows:
# self.send_archive_event(message, message["type"])
# self.send_archive_event(message)
else:
logger.warning(f"Message {message} does not concern a workflow request. Ignoring.")
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