diff --git a/crc/static/bpmn/research_rampup/ResearchRampUpPlan.docx b/crc/static/bpmn/research_rampup/ResearchRampUpPlan.docx index c4b9ced6..2073e9af 100644 Binary files a/crc/static/bpmn/research_rampup/ResearchRampUpPlan.docx and b/crc/static/bpmn/research_rampup/ResearchRampUpPlan.docx differ diff --git a/crc/static/bpmn/research_rampup/exclusive_area_monitors.dmn b/crc/static/bpmn/research_rampup/exclusive_area_monitors.dmn index 7a2251de..236796b3 100644 --- a/crc/static/bpmn/research_rampup/exclusive_area_monitors.dmn +++ b/crc/static/bpmn/research_rampup/exclusive_area_monitors.dmn @@ -1,10 +1,10 @@ - + - 'exclusive' in locals() and len(exclusive) + len(exclusive) @@ -14,7 +14,7 @@ - No exclusive spaces without Area Monitor + No exclusvie spaces without Area Monitor >0 diff --git a/crc/static/bpmn/research_rampup/research_rampup.bpmn b/crc/static/bpmn/research_rampup/research_rampup.bpmn index 65d49b16..83a0e360 100644 --- a/crc/static/bpmn/research_rampup/research_rampup.bpmn +++ b/crc/static/bpmn/research_rampup/research_rampup.bpmn @@ -869,12 +869,12 @@ This step is internal to the system and do not require and user interaction - + - + @@ -909,7 +909,7 @@ This step is internal to the system and do not require and user interaction - + @@ -917,7 +917,7 @@ This step is internal to the system and do not require and user interaction - + @@ -940,9 +940,6 @@ This step is internal to the system and do not require and user interaction - - - @@ -991,6 +988,9 @@ This step is internal to the system and do not require and user interaction + + + diff --git a/crc/static/bpmn/research_rampup/shared_area_monitors.dmn b/crc/static/bpmn/research_rampup/shared_area_monitors.dmn index f0746f42..c8e696d4 100644 --- a/crc/static/bpmn/research_rampup/shared_area_monitors.dmn +++ b/crc/static/bpmn/research_rampup/shared_area_monitors.dmn @@ -1,15 +1,15 @@ - + - 'shared' in locals() and len(shared) + len(shared) - sum([1 for x in exclusive if x.get('SharedSpaceAMComputingID',None) == None]) + sum([1 for x in shared if x.get('SharedSpaceAMComputingID',None) == None])