diff --git a/SAS/TMSS/src/tmss/tmssapp/models/specification.py b/SAS/TMSS/src/tmss/tmssapp/models/specification.py
index 86d0adc1f6fc32746424c3cb6d555605e6a2b72c..9c91d47b5948c69ce9ba2fd74649dab71b93b6fc 100644
--- a/SAS/TMSS/src/tmss/tmssapp/models/specification.py
+++ b/SAS/TMSS/src/tmss/tmssapp/models/specification.py
@@ -646,7 +646,7 @@ class SchedulingUnitBlueprint(NamedCommon):
         else:
             return None
 
-    @cached_property
+    @property
     def status(self):
         """
         Return the schedulingunit blueprint status which is derived from the taskblueprint status (which is derived
@@ -954,7 +954,7 @@ class TaskBlueprint(NamedCommon):
         else:
             return None
 
-    @cached_property
+    @property
     def status(self):
         """
         Return the taskblueprint status which is derived from the subtasks status