diff --git a/coordinator/ProcessorAdvisory.py b/coordinator/ProcessorAdvisory.py
index c3f22028dc2c13e0447eacbbb7d0b51e30aebca5..1a9bd51f4c32f52e19917b3c140b29c3f548824c 100644
--- a/coordinator/ProcessorAdvisory.py
+++ b/coordinator/ProcessorAdvisory.py
@@ -18,7 +18,7 @@ class ProcessorAdvisory(Processor):
 
 
     def process_in_job(self, jobPath, status, configjson, component) -> object:
-        self.process_in_job_advisory(jobPath, status, configjson, component)
+        return self.process_in_job_advisory(jobPath, status, configjson, component)
 
 
     def process_post_job(self, jobPath, configjson):