mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
Updates RRT workflow spec files for reals this time
This commit is contained in:
parent
2d5eb740ef
commit
7351dc4a43
Binary file not shown.
54
crc/static/bpmn/research_rampup/exclusive_area_monitors.dmn
Normal file
54
crc/static/bpmn/research_rampup/exclusive_area_monitors.dmn
Normal file
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" id="Definitions_06veek1" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.5.0">
|
||||
<decision id="Decision_ExclusiveAMCheck" name="Exclusive AM Check">
|
||||
<decisionTable id="decisionTable_1">
|
||||
<input id="InputClause_1z0jy2o" label="How Many Exclusive Spaces?">
|
||||
<inputExpression id="LiteralExpression_0tvij2j" typeRef="integer" expressionLanguage="python">
|
||||
<text>len(exclusive)</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<input id="input_1" label="Number Without Area Monitor">
|
||||
<inputExpression id="inputExpression_1" typeRef="integer" expressionLanguage="python">
|
||||
<text>sum([1 for x in exclusive if x.get('ExclusiveSpaceAMComputingID',None) == None])</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="output_1" label="All Possible Area Monitors Entered" name="isAllExclusiveAreaMonitors" typeRef="boolean" />
|
||||
<rule id="DecisionRule_07162mr">
|
||||
<description>No exclusvie spaces without Area Monitor</description>
|
||||
<inputEntry id="UnaryTests_1892rx8">
|
||||
<text>>0</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_1jqxc3u">
|
||||
<text>0</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_16l50ps">
|
||||
<text>true</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_0ifa4wu">
|
||||
<description>One or more exclusive space without an Area Monitor</description>
|
||||
<inputEntry id="UnaryTests_1jakyab">
|
||||
<text>>0</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_0szbwxc">
|
||||
<text>> 0</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0td8sa6">
|
||||
<text>false</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_026r0im">
|
||||
<description>No exclusive spaces entered</description>
|
||||
<inputEntry id="UnaryTests_0c670b6">
|
||||
<text>0</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_0j06ysc">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1apwzvv">
|
||||
<text>true</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
</decisionTable>
|
||||
</decision>
|
||||
</definitions>
|
@ -34,7 +34,7 @@ Schools are developing a process for the approval of ramp up requests and enforc
|
||||
1. The Research Ramp-up Plan allows for one request to be entered for a single Principle Investigator. In the form that follows enter the Primary Investigator this request is for and other identifying information. The PI's School and Supervisor will be used as needed for approval routing.
|
||||
2. Provide all available information in the forms that follow to provide an overview of where the research will resume, who will be involved, what supporting resources will be needed and what steps have been taken to assure compliance with [Research Ramp-up Guidance](https://research.virginia.edu/research-ramp-guidance).
|
||||
3. After all forms have been completed, you will be presented with the option to create your Research Recovery Plan in Word format. Download the document and review it. If you see any corrections that need to be made, return to the corresponding form and make the correction.
|
||||
4. Once the generated Research Recovery Plan is finalized, proceed to the Plan Submission step to submit your plan for approval.</bpmn:documentation>
|
||||
4. Once the generated Research Recovery Plan is finalize, proceed to the Plan Submission step to submit your plan for approval.</bpmn:documentation>
|
||||
<bpmn:incoming>SequenceFlow_05ja25w</bpmn:incoming>
|
||||
<bpmn:outgoing>SequenceFlow_0h50bp3</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
@ -47,7 +47,6 @@ Enter the following information for the PI submitting this request</bpmn:documen
|
||||
<camunda:properties>
|
||||
<camunda:property id="placeholder" value="wxy0z or Smith" />
|
||||
<camunda:property id="ldap.lookup" value="true" />
|
||||
<camunda:property id="autocomplete_num" value="10" />
|
||||
</camunda:properties>
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="true" />
|
||||
@ -134,7 +133,7 @@ Enter the following information for the PI submitting this request</bpmn:documen
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="SequenceFlow_0h50bp3" sourceRef="ManualTask_Instructions" targetRef="Activity-PI_Info" />
|
||||
<bpmn:sequenceFlow id="SequenceFlow_05ja25w" sourceRef="StartEvent_1" targetRef="ManualTask_Instructions" />
|
||||
<bpmn:userTask id="Personnel" name="Enter Personnel" camunda:formKey="Personnel">
|
||||
<bpmn:userTask id="EnterPersonnel" name="Enter Personnel" camunda:formKey="Personnel">
|
||||
<bpmn:documentation>#### People for whom you are requesting access
|
||||
Provide information on all researchers you are requesting approval for reentry into the previously entered lab/research and/or office space(s) for conducting research on-Grounds. (If there are personnel already working in the space, include them).
|
||||
|
||||
@ -162,7 +161,6 @@ No shared space entered
|
||||
<camunda:property id="ldap.lookup" value="true" />
|
||||
<camunda:property id="description" value="Find by entering Computing ID or Last Name." />
|
||||
<camunda:property id="placeholder" value="wxy0z or Smith" />
|
||||
<camunda:property id="autocomplete_num" value="10" />
|
||||
</camunda:properties>
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="true" />
|
||||
@ -208,8 +206,8 @@ No shared space entered
|
||||
</camunda:formField>
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1eiud85</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1nbjr72</bpmn:outgoing>
|
||||
<bpmn:incoming>Flow_0r9cfe1</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0821rbm</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="UserTask_CoreResource" name="Enter Core Resources" camunda:formKey="Core Resources">
|
||||
<bpmn:documentation>#### If applicable, provide a list of any [Core Resources](https://research.virginia.edu/research-core-resources) you will utilize space or instruments in and name/email of contact person in the core you have coordinated your plan with. (Core facility managers are responsible for developing a plan for their space)</bpmn:documentation>
|
||||
@ -230,12 +228,12 @@ No shared space entered
|
||||
</camunda:formField>
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_15zy1q7</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_12ie6w0</bpmn:outgoing>
|
||||
<bpmn:incoming>Flow_1myg94h</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0zyal9y</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:endEvent id="EndEvent_09wp7av">
|
||||
<bpmn:documentation>#### End of Research Ramp-up Plan Workflow
|
||||
Thank you for participating,</bpmn:documentation>
|
||||
<bpmn:documentation>#### End of Workflow
|
||||
Place instruction here,</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_05w8yd6</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1e2qi9s" sourceRef="Activity_AcknowledgePlanReview" targetRef="Activity_ApprovalInfo" />
|
||||
@ -268,6 +266,9 @@ When your Research Ramp-up Plan is complete and ready to submit for review and a
|
||||
<camunda:property id="description" value="Enter the room number or other unique identifier" />
|
||||
<camunda:property id="hide_expression" value="model.SharedSpaceBuilding === "Other"" />
|
||||
</camunda:properties>
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="true" />
|
||||
</camunda:validation>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="ShareSpaceRoomIDBuilding" label="Room No, and Building Name" type="string">
|
||||
<camunda:properties>
|
||||
@ -281,7 +282,6 @@ When your Research Ramp-up Plan is complete and ready to submit for review and a
|
||||
<camunda:property id="placeholder" value="wxy0z or Smith" />
|
||||
<camunda:property id="description" value="Enter Area Monitor's Computing ID or last name and select Area Monitor. Leave blank if not known." />
|
||||
<camunda:property id="repeat" value="Shared" />
|
||||
<camunda:property id="autocomplete_num" value="10" />
|
||||
</camunda:properties>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="SharedSpaceSqFt" label="Space square Feet" type="long">
|
||||
@ -321,28 +321,10 @@ When your Research Ramp-up Plan is complete and ready to submit for review and a
|
||||
</camunda:formField>
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_19xeq76</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_16342pm</bpmn:outgoing>
|
||||
<bpmn:incoming>Flow_0ss3j2p</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1myg94h</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:parallelGateway id="Gateway_0frfdnc">
|
||||
<bpmn:incoming>Flow_1v7r1tg</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_19xeq76</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0qf2y84</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_15zy1q7</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0ya8hw8</bpmn:outgoing>
|
||||
</bpmn:parallelGateway>
|
||||
<bpmn:parallelGateway id="Gateway_1vj4zd3">
|
||||
<bpmn:incoming>Flow_0tk64b6</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_12ie6w0</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0zz2hbq</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_16342pm</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1eiud85</bpmn:outgoing>
|
||||
</bpmn:parallelGateway>
|
||||
<bpmn:sequenceFlow id="Flow_19xeq76" sourceRef="Gateway_0frfdnc" targetRef="Activity_SharedSpaceInfo" />
|
||||
<bpmn:sequenceFlow id="Flow_16342pm" sourceRef="Activity_SharedSpaceInfo" targetRef="Gateway_1vj4zd3" />
|
||||
<bpmn:sequenceFlow id="Flow_16y8glw" sourceRef="Activity-PI_Info" targetRef="Activity_1u58hox" />
|
||||
<bpmn:sequenceFlow id="Flow_0qf2y84" sourceRef="Gateway_0frfdnc" targetRef="Activity_ExclusiveSpace" />
|
||||
<bpmn:sequenceFlow id="Flow_0tk64b6" sourceRef="Activity_ExclusiveSpace" targetRef="Gateway_1vj4zd3" />
|
||||
<bpmn:userTask id="Activity_ExclusiveSpace" name="Enter Exclusive Space" camunda:formKey="ExclusiveSpace">
|
||||
<bpmn:documentation>#### Space managed exclusively by {{ PIComputingID.label }}
|
||||
Submit one entry for each space the PI is the exclusive investigator. If all space is shared with one or more other investigators, Click Save to skip this section and proceed to the Shared Space section.</bpmn:documentation>
|
||||
@ -366,6 +348,9 @@ Submit one entry for each space the PI is the exclusive investigator. If all sp
|
||||
<camunda:property id="repeat" value="Exclusive" />
|
||||
<camunda:property id="description" value="Enter the room number or other unique identifier" />
|
||||
</camunda:properties>
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="true" />
|
||||
</camunda:validation>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="ExclusiveSpaceRoomIDBuilding" label="Room No, and Building Name" type="string">
|
||||
<camunda:properties>
|
||||
@ -390,7 +375,6 @@ Submit one entry for each space the PI is the exclusive investigator. If all sp
|
||||
<camunda:property id="description" value="Enter Area Monitor's Computing ID or last name and select Area Monitor. Leave blank if not known." />
|
||||
<camunda:property id="repeat" value="Exclusive" />
|
||||
<camunda:property id="placeholder" value="wxy0z or Smith" />
|
||||
<camunda:property id="autocomplete_num" value="10" />
|
||||
</camunda:properties>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="ExclusiveSpaceSqFt" label="Space Square Feet" type="long">
|
||||
@ -423,12 +407,9 @@ Submit one entry for each space the PI is the exclusive investigator. If all sp
|
||||
</camunda:formField>
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0qf2y84</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0tk64b6</bpmn:outgoing>
|
||||
<bpmn:incoming>Flow_1grd970</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ss3j2p</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_15zy1q7" sourceRef="Gateway_0frfdnc" targetRef="UserTask_CoreResource" />
|
||||
<bpmn:sequenceFlow id="Flow_12ie6w0" sourceRef="UserTask_CoreResource" targetRef="Gateway_1vj4zd3" />
|
||||
<bpmn:sequenceFlow id="Flow_0ya8hw8" sourceRef="Gateway_0frfdnc" targetRef="Activity_nonUVASpaces" />
|
||||
<bpmn:userTask id="Activity_nonUVASpaces" name="Enter non-UVA Spaces" camunda:formKey="nonUVA Spaces">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:formData>
|
||||
@ -451,12 +432,9 @@ Submit one entry for each space the PI is the exclusive investigator. If all sp
|
||||
</camunda:formField>
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0ya8hw8</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0zz2hbq</bpmn:outgoing>
|
||||
<bpmn:incoming>Flow_0zyal9y</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0r9cfe1</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_0zz2hbq" sourceRef="Activity_nonUVASpaces" targetRef="Gateway_1vj4zd3" />
|
||||
<bpmn:sequenceFlow id="Flow_1eiud85" sourceRef="Gateway_1vj4zd3" targetRef="Personnel" />
|
||||
<bpmn:sequenceFlow id="Flow_1nbjr72" sourceRef="Personnel" targetRef="Gateway_18jn18b" />
|
||||
<bpmn:userTask id="Activity_DistanceReq" name="Enter Distancing Requirements" camunda:formKey="Distancing Requirements">
|
||||
<bpmn:documentation>#### Distancing requirements:
|
||||
Maintain social distancing by designing space between people to be at least 9 feet during prolonged work which will be accomplished by restricting the number of people in the lab to a density of ~250 sq. ft. /person in lab areas. When moving around, a minimum of 6 feet social distancing is required. Ideally only one person per lab bench and not more than one person can work at the same time in the same bay.</bpmn:documentation>
|
||||
@ -474,18 +452,9 @@ Maintain social distancing by designing space between people to be at least 9 fe
|
||||
</camunda:formField>
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0p2r1bo</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0tz5c2v</bpmn:outgoing>
|
||||
<bpmn:incoming>Flow_0821rbm</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_18f81dp</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_0p2r1bo" sourceRef="Gateway_18jn18b" targetRef="Activity_DistanceReq" />
|
||||
<bpmn:parallelGateway id="Gateway_18jn18b">
|
||||
<bpmn:incoming>Flow_1nbjr72</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0p2r1bo</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0mkh1wn</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1yqkpgu</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1c6m5wv</bpmn:outgoing>
|
||||
</bpmn:parallelGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0mkh1wn" sourceRef="Gateway_18jn18b" targetRef="Activity_PWA" />
|
||||
<bpmn:userTask id="Activity_PWA" name="Enter Physical Work Arrangements" camunda:formKey="Physical Work Arrangements">
|
||||
<bpmn:documentation>Describe physical work arrangements for each lab. Show schematic of the lab and space organization to meet the distancing guidelines (see key safety expectations for ramp-up).
|
||||
- Show gross dimensions, location of desks, and equipment in blocks (not details) that show available space for work and foot traffic.
|
||||
@ -508,10 +477,9 @@ Maintain social distancing by designing space between people to be at least 9 fe
|
||||
<camunda:formField id="PWAFiles" label="Upload supporting files" type="files" />
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0mkh1wn</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0zrsh65</bpmn:outgoing>
|
||||
<bpmn:incoming>Flow_18f81dp</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0cp1fez</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_1yqkpgu" sourceRef="Gateway_18jn18b" targetRef="Activity_HSR" />
|
||||
<bpmn:userTask id="Activity_HSR" name="Enter Health Safety Requirements" camunda:formKey="Lab Plan">
|
||||
<bpmn:documentation>#### Health Safety Requirements:
|
||||
Use the EHS [Lab Safety Plan During COVID 19 template](https://www.google.com/url?q=http://ehs.virginia.edu/files/Lab-Safety-Plan-During-COVID-19.docx&source=gmail&ust=1590687968958000&usg=AFQjCNE83uGDFtxGkKaxjuXGhTocu-FDmw) to create and upload a copy of your laboratory policy statement to all members which includes at a minimum the following details:
|
||||
@ -526,10 +494,9 @@ Use the EHS [Lab Safety Plan During COVID 19 template](https://www.google.com/ur
|
||||
<camunda:formField id="LabPlan" label="Upload Lab Plan" type="files" />
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1yqkpgu</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ox5nv6</bpmn:outgoing>
|
||||
<bpmn:incoming>Flow_0cp1fez</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0vpwylg</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_1c6m5wv" sourceRef="Gateway_18jn18b" targetRef="Activity_OtherReq" />
|
||||
<bpmn:userTask id="Activity_OtherReq" name="Enter Other Requirements" camunda:formKey="Other Requirements">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:formData>
|
||||
@ -573,8 +540,8 @@ Use the EHS [Lab Safety Plan During COVID 19 template](https://www.google.com/ur
|
||||
</camunda:formField>
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1c6m5wv</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0qbi47d</bpmn:outgoing>
|
||||
<bpmn:incoming>Flow_0vpwylg</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1r2p20h</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:manualTask id="Activity_SubmitPlan" name="Acknowledge Plan Submission">
|
||||
<bpmn:documentation>#### By submitting this request, you understand that every member listed in this form for on Grounds laboratory access will:
|
||||
@ -584,31 +551,25 @@ Use the EHS [Lab Safety Plan During COVID 19 template](https://www.google.com/ur
|
||||
<bpmn:incoming>Flow_08njvvi</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0j4rs82</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:sequenceFlow id="Flow_0zrsh65" sourceRef="Activity_PWA" targetRef="Gateway_0sijkgx" />
|
||||
<bpmn:sequenceFlow id="Flow_0tz5c2v" sourceRef="Activity_DistanceReq" targetRef="Gateway_0sijkgx" />
|
||||
<bpmn:sequenceFlow id="Flow_1ox5nv6" sourceRef="Activity_HSR" targetRef="Gateway_0sijkgx" />
|
||||
<bpmn:sequenceFlow id="Flow_0qbi47d" sourceRef="Activity_OtherReq" targetRef="Gateway_0sijkgx" />
|
||||
<bpmn:sequenceFlow id="Flow_06873ag" sourceRef="Gateway_0sijkgx" targetRef="Activity_1tub2mc" />
|
||||
<bpmn:parallelGateway id="Gateway_0sijkgx">
|
||||
<bpmn:incoming>Flow_0zrsh65</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0tz5c2v</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1ox5nv6</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0qbi47d</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_06873ag</bpmn:outgoing>
|
||||
</bpmn:parallelGateway>
|
||||
<bpmn:scriptTask id="Activity_1tub2mc" name="Generate RRP">
|
||||
<bpmn:incoming>Flow_06873ag</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1r2p20h</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0aqgwvu</bpmn:outgoing>
|
||||
<bpmn:script>CompleteTemplate ResearchRampUpPlan.docx RESEARCH_RAMPUP</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_0aqgwvu" sourceRef="Activity_1tub2mc" targetRef="Activity_AcknowledgePlanReview" />
|
||||
<bpmn:sequenceFlow id="Flow_0j4rs82" sourceRef="Activity_SubmitPlan" targetRef="Activity_0absozl" />
|
||||
<bpmn:sequenceFlow id="Flow_07ge8uf" sourceRef="Activity_0absozl" targetRef="Activity_RequestStatus" />
|
||||
<bpmn:sequenceFlow id="Flow_07ge8uf" sourceRef="Activity_0absozl" targetRef="BusinessRuleTask_CheckExclusiveAreaMonitors" />
|
||||
<bpmn:sequenceFlow id="Flow_1ufh44h" sourceRef="Activity_RequestStatus" targetRef="Activity_AreaMonitorNotification" />
|
||||
<bpmn:userTask id="Activity_RequestStatus" name="Check-on Request Status" camunda:formKey="Rquest Status">
|
||||
<bpmn:documentation>#### Approval Process
|
||||
The Research Ramp-up Plan and associated documents will be reviewed by{{ " " + ApprvlApprvrName1 }}{{ '.' if ApprvlApprvrName2 == 'n/a' else ' and ' + ApprvlApprvrName2 + '.' }} While waiting for approval, be sure that all required training has been completed and supplies secured. When the approval email notification is received, confirming the three questions below will allow you to proceed.
|
||||
|
||||
{%+ set ns = namespace() %}{% set ns.exclusive = 0 %}{% set ns.shared = 0 %}{% for es in exclusive %}{% if es.ExclusiveSpaceAMComputingID is none %}{% set ns.exclusive = ns.exclusive + 1 %}{% endif %}{% endfor %}{% for ss in shared %}{% if ss.SharedSpaceAMComputingID is none %}{% set ns.shared = ns.shared + 1 %}{% endif %}{% endfor %}
|
||||
|
||||
|
||||
#### Test
|
||||
Missing Exclusive: {{ ns.exclusive }}
|
||||
Missing Shared: {{ ns.shared }}
|
||||
|
||||
If a rejection notification is received, go back to the first step that needs to be addressed and step through each subsequent form from that point.</bpmn:documentation>
|
||||
<bpmn:extensionElements>
|
||||
@ -617,23 +578,94 @@ If a rejection notification is received, go back to the first step that needs to
|
||||
<camunda:properties>
|
||||
<camunda:property id="enum_type" value="checkbox" />
|
||||
</camunda:properties>
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="true" />
|
||||
</camunda:validation>
|
||||
<camunda:value id="ApprovalNotificationReceived" name="Approval Notification Received?" />
|
||||
</camunda:formField>
|
||||
<camunda:formField id="RequiredTraining" label="Please Confirm:" type="enum">
|
||||
<camunda:properties>
|
||||
<camunda:property id="enum_type" value="checkbox" />
|
||||
</camunda:properties>
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="true" />
|
||||
</camunda:validation>
|
||||
<camunda:value id="AllRequiredTraining" name="All Required Training Completed?" />
|
||||
</camunda:formField>
|
||||
<camunda:formField id="NeededSupplies" label="Please Confirm"" type="enum">
|
||||
<camunda:properties>
|
||||
<camunda:property id="enum_type" value="checkbox" />
|
||||
</camunda:properties>
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="true" />
|
||||
</camunda:validation>
|
||||
<camunda:value id="NeededSupplies" name="All Needed Supplies Secured?" />
|
||||
</camunda:formField>
|
||||
<camunda:formField id="ExclusiveSpaceBuilding" label="Room No. & Building Name" type="autocomplete">
|
||||
<camunda:properties>
|
||||
<camunda:property id="repeat" value="Exclusive" />
|
||||
<camunda:property id="read_only" value="true" />
|
||||
<camunda:property id="spreadsheet.name" value="Buildinglist.xls" />
|
||||
<camunda:property id="spreadsheet.value.column" value="Value" />
|
||||
<camunda:property id="spreadsheet.label.column" value="Building Name" />
|
||||
<camunda:property id="repeat_title" value="Any missing Area Monitors for Exclusive Spaces must be entered" />
|
||||
<camunda:property id="repeat_hide_expression" value="model.isAllExclusiveAreaMonitors" />
|
||||
</camunda:properties>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="ExclusiveSpaceRoomID" label="Exclusive Space Room ID" type="string">
|
||||
<camunda:properties>
|
||||
<camunda:property id="repeat" value="Exclusive" />
|
||||
<camunda:property id="read_only" value="true" />
|
||||
</camunda:properties>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="ExclusiveSpaceType" label="Space Room Type" type="enum">
|
||||
<camunda:properties>
|
||||
<camunda:property id="read_only" value="true" />
|
||||
<camunda:property id="repeat" value="Exclusive" />
|
||||
</camunda:properties>
|
||||
<camunda:value id="Lab" name="Lab" />
|
||||
<camunda:value id="Office" name="Office" />
|
||||
</camunda:formField>
|
||||
<camunda:formField id="ExclusiveSpaceAMComputingID" label="Area Monitor" type="autocomplete">
|
||||
<camunda:properties>
|
||||
<camunda:property id="ldap.lookup" value="true" />
|
||||
<camunda:property id="placeholder" value="wxy0z or Smith" />
|
||||
<camunda:property id="repeat" value="Exclusive" />
|
||||
</camunda:properties>
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="true" />
|
||||
</camunda:validation>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="SharedSpaceBuilding" label="Building Name" type="autocomplete">
|
||||
<camunda:properties>
|
||||
<camunda:property id="spreadsheet.name" value="Buildinglist.xls" />
|
||||
<camunda:property id="spreadsheet.value.column" value="Value" />
|
||||
<camunda:property id="spreadsheet.label.column" value="Building Name" />
|
||||
<camunda:property id="repeat" value="Shared" />
|
||||
<camunda:property id="repeat_title" value="Any missing Area Monitors for Shared Spaces must be entered" />
|
||||
<camunda:property id="read_only" value="true" />
|
||||
<camunda:property id="repeat_hide_expression" value="model.isAllSharedAreaMonitors" />
|
||||
</camunda:properties>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="SharedSpaceRoomID" label="Shared Space Room ID" type="string">
|
||||
<camunda:properties>
|
||||
<camunda:property id="read_only" value="true" />
|
||||
<camunda:property id="repeat" value="Shared" />
|
||||
</camunda:properties>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="SharedSpaceAMComputingID" label="Area Monitor" type="autocomplete">
|
||||
<camunda:properties>
|
||||
<camunda:property id="ldap.lookup" value="true" />
|
||||
<camunda:property id="repeat" value="Shared" />
|
||||
<camunda:property id="placeholder" value="wxy0z or Smith" />
|
||||
</camunda:properties>
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="true" />
|
||||
</camunda:validation>
|
||||
</camunda:formField>
|
||||
</camunda:formData>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_07ge8uf</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1r9hwx3</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ufh44h</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_05w8yd6" sourceRef="Activity_WhatNext" targetRef="EndEvent_09wp7av" />
|
||||
@ -656,21 +688,12 @@ If notification is received that the Research Ramp-up Plan approval process is n
|
||||
<bpmn:documentation>#### Ready to Ramp-up Research
|
||||
Notify the Area Monitor for
|
||||
|
||||
|
||||
#### Exclusive Space Area Monitors
|
||||
{% for es in exclusive %}
|
||||
{{ es.ExclusiveSpaceAMComputingID.data.display_name }}
|
||||
{% else %}
|
||||
No exclusive space entered
|
||||
{% endfor %}
|
||||
#### Exclusive Space previously entered
|
||||
{%+ for es in exclusive %}{{ es.ExclusiveSpaceRoomID + " " + es.ExclusiveSpaceBuilding.label + " - " }}{% if es.ExclusiveSpaceAMComputingID is none %}No Area Monitor entered{% else %}{{ es.ExclusiveSpaceAMComputingID.label }}{% endif %}{% if loop.last %}{% else %}, {% endif %}{% else %}No exclusive space entered{% endfor %}
|
||||
|
||||
|
||||
#### Shared Space Area Monitors
|
||||
{% for ss in shared %}
|
||||
{{ ss.SharedSpaceAMComputingID.data.display_name }}
|
||||
{% else %}
|
||||
No shared space entered
|
||||
{% endfor %}</bpmn:documentation>
|
||||
#### Shared Space previously entered
|
||||
{%+ for ss in shared %}{{ ss.SharedSpaceRoomID + " " + ss.SharedSpaceBuilding.label }}{% if ss.SharedSpaceAMComputingID is none %}No Area Monitor entered{% else %}{{ ss.SharedSpaceAMComputingID.label }}{% endif %}{% if loop.last %}{% else %}, {% endif %}{% else %}No shared space entered.{% endfor %}</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_1ufh44h</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0cpmvcw</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
@ -679,146 +702,117 @@ No shared space entered
|
||||
<bpmn:outgoing>Flow_07ge8uf</bpmn:outgoing>
|
||||
<bpmn:script>RequestApproval ApprvlApprvr1 ApprvlApprvr2</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_1v7r1tg" sourceRef="Activity_1u58hox" targetRef="Gateway_0frfdnc" />
|
||||
<bpmn:scriptTask id="Activity_1u58hox" name="Update Request">
|
||||
<bpmn:incoming>Flow_16y8glw</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1v7r1tg</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1grd970</bpmn:outgoing>
|
||||
<bpmn:script>UpdateStudy title:PIComputingID.label pi:PIComputingID.value</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_09m77pd" sourceRef="BusinessRuleTask_CheckExclusiveAreaMonitors" targetRef="Activity_0yqqwtd" />
|
||||
<bpmn:businessRuleTask id="BusinessRuleTask_CheckExclusiveAreaMonitors" name="Check Exclusive Area Monitors" camunda:decisionRef="Decision_ExclusiveAMCheck">
|
||||
<bpmn:incoming>Flow_07ge8uf</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_09m77pd</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
<bpmn:sequenceFlow id="Flow_1grd970" sourceRef="Activity_1u58hox" targetRef="Activity_ExclusiveSpace" />
|
||||
<bpmn:sequenceFlow id="Flow_0ss3j2p" sourceRef="Activity_ExclusiveSpace" targetRef="Activity_SharedSpaceInfo" />
|
||||
<bpmn:sequenceFlow id="Flow_1myg94h" sourceRef="Activity_SharedSpaceInfo" targetRef="UserTask_CoreResource" />
|
||||
<bpmn:sequenceFlow id="Flow_0zyal9y" sourceRef="UserTask_CoreResource" targetRef="Activity_nonUVASpaces" />
|
||||
<bpmn:sequenceFlow id="Flow_0r9cfe1" sourceRef="Activity_nonUVASpaces" targetRef="EnterPersonnel" />
|
||||
<bpmn:sequenceFlow id="Flow_0821rbm" sourceRef="EnterPersonnel" targetRef="Activity_DistanceReq" />
|
||||
<bpmn:sequenceFlow id="Flow_18f81dp" sourceRef="Activity_DistanceReq" targetRef="Activity_PWA" />
|
||||
<bpmn:sequenceFlow id="Flow_0cp1fez" sourceRef="Activity_PWA" targetRef="Activity_HSR" />
|
||||
<bpmn:sequenceFlow id="Flow_0vpwylg" sourceRef="Activity_HSR" targetRef="Activity_OtherReq" />
|
||||
<bpmn:sequenceFlow id="Flow_1r2p20h" sourceRef="Activity_OtherReq" targetRef="Activity_1tub2mc" />
|
||||
<bpmn:sequenceFlow id="Flow_1r9hwx3" sourceRef="Activity_0yqqwtd" targetRef="Activity_RequestStatus" />
|
||||
<bpmn:businessRuleTask id="Activity_0yqqwtd" name="Check Shared Area Monitors" camunda:decisionRef="Decision_SharedAMCheck">
|
||||
<bpmn:incoming>Flow_09m77pd</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1r9hwx3</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0ssahs9">
|
||||
<bpmndi:BPMNEdge id="Flow_1v7r1tg_di" bpmnElement="Flow_1v7r1tg">
|
||||
<bpmndi:BPMNEdge id="Flow_1r9hwx3_di" bpmnElement="Flow_1r9hwx3">
|
||||
<di:waypoint x="3120" y="307" />
|
||||
<di:waypoint x="3160" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1r2p20h_di" bpmnElement="Flow_1r2p20h">
|
||||
<di:waypoint x="2150" y="307" />
|
||||
<di:waypoint x="2200" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0vpwylg_di" bpmnElement="Flow_0vpwylg">
|
||||
<di:waypoint x="1990" y="307" />
|
||||
<di:waypoint x="2050" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0cp1fez_di" bpmnElement="Flow_0cp1fez">
|
||||
<di:waypoint x="1820" y="307" />
|
||||
<di:waypoint x="1890" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_18f81dp_di" bpmnElement="Flow_18f81dp">
|
||||
<di:waypoint x="1650" y="307" />
|
||||
<di:waypoint x="1720" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0821rbm_di" bpmnElement="Flow_0821rbm">
|
||||
<di:waypoint x="1470" y="307" />
|
||||
<di:waypoint x="1550" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0r9cfe1_di" bpmnElement="Flow_0r9cfe1">
|
||||
<di:waypoint x="1300" y="307" />
|
||||
<di:waypoint x="1370" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0zyal9y_di" bpmnElement="Flow_0zyal9y">
|
||||
<di:waypoint x="1130" y="307" />
|
||||
<di:waypoint x="1200" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1myg94h_di" bpmnElement="Flow_1myg94h">
|
||||
<di:waypoint x="970" y="307" />
|
||||
<di:waypoint x="1030" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ss3j2p_di" bpmnElement="Flow_0ss3j2p">
|
||||
<di:waypoint x="800" y="307" />
|
||||
<di:waypoint x="870" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1grd970_di" bpmnElement="Flow_1grd970">
|
||||
<di:waypoint x="630" y="307" />
|
||||
<di:waypoint x="685" y="307" />
|
||||
<di:waypoint x="700" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_09m77pd_di" bpmnElement="Flow_09m77pd">
|
||||
<di:waypoint x="2990" y="307" />
|
||||
<di:waypoint x="3020" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0cpmvcw_di" bpmnElement="Flow_0cpmvcw">
|
||||
<di:waypoint x="2470" y="307" />
|
||||
<di:waypoint x="2520" y="307" />
|
||||
<di:waypoint x="3400" y="307" />
|
||||
<di:waypoint x="3450" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_08njvvi_di" bpmnElement="Flow_08njvvi">
|
||||
<di:waypoint x="1900" y="307" />
|
||||
<di:waypoint x="1930" y="307" />
|
||||
<di:waypoint x="2560" y="307" />
|
||||
<di:waypoint x="2590" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_05w8yd6_di" bpmnElement="Flow_05w8yd6">
|
||||
<di:waypoint x="2620" y="307" />
|
||||
<di:waypoint x="2682" y="307" />
|
||||
<di:waypoint x="3550" y="307" />
|
||||
<di:waypoint x="3622" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ufh44h_di" bpmnElement="Flow_1ufh44h">
|
||||
<di:waypoint x="2330" y="307" />
|
||||
<di:waypoint x="2370" y="307" />
|
||||
<di:waypoint x="3260" y="307" />
|
||||
<di:waypoint x="3300" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_07ge8uf_di" bpmnElement="Flow_07ge8uf">
|
||||
<di:waypoint x="2180" y="307" />
|
||||
<di:waypoint x="2230" y="307" />
|
||||
<di:waypoint x="2840" y="307" />
|
||||
<di:waypoint x="2890" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0j4rs82_di" bpmnElement="Flow_0j4rs82">
|
||||
<di:waypoint x="2030" y="307" />
|
||||
<di:waypoint x="2080" y="307" />
|
||||
<di:waypoint x="2690" y="307" />
|
||||
<di:waypoint x="2740" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0aqgwvu_di" bpmnElement="Flow_0aqgwvu">
|
||||
<di:waypoint x="1640" y="307" />
|
||||
<di:waypoint x="1670" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_06873ag_di" bpmnElement="Flow_06873ag">
|
||||
<di:waypoint x="1495" y="307" />
|
||||
<di:waypoint x="1540" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0qbi47d_di" bpmnElement="Flow_0qbi47d">
|
||||
<di:waypoint x="1400" y="510" />
|
||||
<di:waypoint x="1470" y="510" />
|
||||
<di:waypoint x="1470" y="332" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ox5nv6_di" bpmnElement="Flow_1ox5nv6">
|
||||
<di:waypoint x="1400" y="380" />
|
||||
<di:waypoint x="1470" y="380" />
|
||||
<di:waypoint x="1470" y="332" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0tz5c2v_di" bpmnElement="Flow_0tz5c2v">
|
||||
<di:waypoint x="1400" y="120" />
|
||||
<di:waypoint x="1470" y="120" />
|
||||
<di:waypoint x="1470" y="282" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0zrsh65_di" bpmnElement="Flow_0zrsh65">
|
||||
<di:waypoint x="1400" y="240" />
|
||||
<di:waypoint x="1470" y="240" />
|
||||
<di:waypoint x="1470" y="282" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1c6m5wv_di" bpmnElement="Flow_1c6m5wv">
|
||||
<di:waypoint x="1230" y="332" />
|
||||
<di:waypoint x="1230" y="510" />
|
||||
<di:waypoint x="1300" y="510" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1yqkpgu_di" bpmnElement="Flow_1yqkpgu">
|
||||
<di:waypoint x="1230" y="332" />
|
||||
<di:waypoint x="1230" y="380" />
|
||||
<di:waypoint x="1300" y="380" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0mkh1wn_di" bpmnElement="Flow_0mkh1wn">
|
||||
<di:waypoint x="1230" y="282" />
|
||||
<di:waypoint x="1230" y="240" />
|
||||
<di:waypoint x="1300" y="240" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0p2r1bo_di" bpmnElement="Flow_0p2r1bo">
|
||||
<di:waypoint x="1230" y="282" />
|
||||
<di:waypoint x="1230" y="120" />
|
||||
<di:waypoint x="1300" y="120" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1nbjr72_di" bpmnElement="Flow_1nbjr72">
|
||||
<di:waypoint x="1150" y="307" />
|
||||
<di:waypoint x="1205" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1eiud85_di" bpmnElement="Flow_1eiud85">
|
||||
<di:waypoint x="995" y="307" />
|
||||
<di:waypoint x="1050" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0zz2hbq_di" bpmnElement="Flow_0zz2hbq">
|
||||
<di:waypoint x="890" y="510" />
|
||||
<di:waypoint x="970" y="510" />
|
||||
<di:waypoint x="970" y="332" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ya8hw8_di" bpmnElement="Flow_0ya8hw8">
|
||||
<di:waypoint x="710" y="332" />
|
||||
<di:waypoint x="710" y="510" />
|
||||
<di:waypoint x="790" y="510" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_12ie6w0_di" bpmnElement="Flow_12ie6w0">
|
||||
<di:waypoint x="890" y="370" />
|
||||
<di:waypoint x="970" y="370" />
|
||||
<di:waypoint x="970" y="332" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_15zy1q7_di" bpmnElement="Flow_15zy1q7">
|
||||
<di:waypoint x="710" y="332" />
|
||||
<di:waypoint x="710" y="370" />
|
||||
<di:waypoint x="790" y="370" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0tk64b6_di" bpmnElement="Flow_0tk64b6">
|
||||
<di:waypoint x="890" y="110" />
|
||||
<di:waypoint x="970" y="110" />
|
||||
<di:waypoint x="970" y="282" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0qf2y84_di" bpmnElement="Flow_0qf2y84">
|
||||
<di:waypoint x="710" y="282" />
|
||||
<di:waypoint x="710" y="110" />
|
||||
<di:waypoint x="790" y="110" />
|
||||
<di:waypoint x="2300" y="307" />
|
||||
<di:waypoint x="2330" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_16y8glw_di" bpmnElement="Flow_16y8glw">
|
||||
<di:waypoint x="480" y="307" />
|
||||
<di:waypoint x="530" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_16342pm_di" bpmnElement="Flow_16342pm">
|
||||
<di:waypoint x="890" y="240" />
|
||||
<di:waypoint x="970" y="240" />
|
||||
<di:waypoint x="970" y="282" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_19xeq76_di" bpmnElement="Flow_19xeq76">
|
||||
<di:waypoint x="710" y="282" />
|
||||
<di:waypoint x="710" y="240" />
|
||||
<di:waypoint x="790" y="240" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1e2qi9s_di" bpmnElement="Flow_1e2qi9s">
|
||||
<di:waypoint x="1770" y="307" />
|
||||
<di:waypoint x="1800" y="307" />
|
||||
<di:waypoint x="2430" y="307" />
|
||||
<di:waypoint x="2460" y="307" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="SequenceFlow_05ja25w_di" bpmnElement="SequenceFlow_05ja25w">
|
||||
<di:waypoint x="168" y="307" />
|
||||
@ -837,74 +831,68 @@ No shared space entered
|
||||
<bpmndi:BPMNShape id="UserTask_0xdpoxl_di" bpmnElement="Activity-PI_Info">
|
||||
<dc:Bounds x="380" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="UserTask_0ecab9j_di" bpmnElement="Personnel">
|
||||
<dc:Bounds x="1050" y="267" width="100" height="80" />
|
||||
<bpmndi:BPMNShape id="UserTask_0ecab9j_di" bpmnElement="EnterPersonnel">
|
||||
<dc:Bounds x="1370" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="UserTask_0l8vxty_di" bpmnElement="UserTask_CoreResource">
|
||||
<dc:Bounds x="790" y="330" width="100" height="80" />
|
||||
<dc:Bounds x="1030" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="EndEvent_09wp7av_di" bpmnElement="EndEvent_09wp7av">
|
||||
<dc:Bounds x="3622" y="289" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1mg5lp9_di" bpmnElement="Activity_AcknowledgePlanReview">
|
||||
<dc:Bounds x="1670" y="267" width="100" height="80" />
|
||||
<dc:Bounds x="2330" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1xgrlzr_di" bpmnElement="Activity_SharedSpaceInfo">
|
||||
<dc:Bounds x="790" y="200" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0tn2il3_di" bpmnElement="Gateway_0frfdnc">
|
||||
<dc:Bounds x="685" y="282" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1o1fcbg_di" bpmnElement="Gateway_1vj4zd3">
|
||||
<dc:Bounds x="945" y="282" width="50" height="50" />
|
||||
<dc:Bounds x="870" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1jefdme_di" bpmnElement="Activity_ExclusiveSpace">
|
||||
<dc:Bounds x="790" y="70" width="100" height="80" />
|
||||
<dc:Bounds x="700" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0ysw6zo_di" bpmnElement="Activity_nonUVASpaces">
|
||||
<dc:Bounds x="790" y="470" width="100" height="80" />
|
||||
<dc:Bounds x="1200" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1xag6qb_di" bpmnElement="Activity_DistanceReq">
|
||||
<dc:Bounds x="1300" y="80" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0yof76x_di" bpmnElement="Gateway_18jn18b">
|
||||
<dc:Bounds x="1205" y="282" width="50" height="50" />
|
||||
<dc:Bounds x="1550" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_166b0qq_di" bpmnElement="Activity_PWA">
|
||||
<dc:Bounds x="1300" y="200" width="100" height="80" />
|
||||
<dc:Bounds x="1720" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0byj9mp_di" bpmnElement="Activity_HSR">
|
||||
<dc:Bounds x="1300" y="340" width="100" height="80" />
|
||||
<dc:Bounds x="1890" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0j0p13i_di" bpmnElement="Activity_OtherReq">
|
||||
<dc:Bounds x="1300" y="470" width="100" height="80" />
|
||||
<dc:Bounds x="2050" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1h30fo8_di" bpmnElement="Activity_SubmitPlan">
|
||||
<dc:Bounds x="1930" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_03lxnzh_di" bpmnElement="Gateway_0sijkgx">
|
||||
<dc:Bounds x="1445" y="282" width="50" height="50" />
|
||||
<dc:Bounds x="2590" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_117owwi_di" bpmnElement="Activity_1tub2mc">
|
||||
<dc:Bounds x="1540" y="267" width="100" height="80" />
|
||||
<dc:Bounds x="2200" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0fxf44t_di" bpmnElement="Activity_RequestStatus">
|
||||
<dc:Bounds x="2230" y="267" width="100" height="80" />
|
||||
<dc:Bounds x="3160" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_080o38p_di" bpmnElement="Activity_ApprovalInfo">
|
||||
<dc:Bounds x="1800" y="267" width="100" height="80" />
|
||||
<dc:Bounds x="2460" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0wuukfn_di" bpmnElement="Activity_WhatNext">
|
||||
<dc:Bounds x="2520" y="267" width="100" height="80" />
|
||||
<dc:Bounds x="3450" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0js9ww9_di" bpmnElement="Activity_AreaMonitorNotification">
|
||||
<dc:Bounds x="2370" y="267" width="100" height="80" />
|
||||
<dc:Bounds x="3300" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0wnn9de_di" bpmnElement="Activity_0absozl">
|
||||
<dc:Bounds x="2080" y="267" width="100" height="80" />
|
||||
<dc:Bounds x="2740" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0f0ak6p_di" bpmnElement="Activity_1u58hox">
|
||||
<dc:Bounds x="530" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="EndEvent_09wp7av_di" bpmnElement="EndEvent_09wp7av">
|
||||
<dc:Bounds x="2682" y="289" width="36" height="36" />
|
||||
<bpmndi:BPMNShape id="Activity_0myotjc_di" bpmnElement="BusinessRuleTask_CheckExclusiveAreaMonitors">
|
||||
<dc:Bounds x="2890" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0xi9j42_di" bpmnElement="Activity_0yqqwtd">
|
||||
<dc:Bounds x="3020" y="267" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
26
crc/static/bpmn/research_rampup/rrt_top_level_workflow.bpmn
Normal file
26
crc/static/bpmn/research_rampup/rrt_top_level_workflow.bpmn
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1v1rp1q" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.3">
|
||||
<bpmn:process id="empty_workflow" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>SequenceFlow_0lvudp8</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="SequenceFlow_0lvudp8" sourceRef="StartEvent_1" targetRef="EndEvent_0q4qzl9" />
|
||||
<bpmn:endEvent id="EndEvent_0q4qzl9">
|
||||
<bpmn:incoming>SequenceFlow_0lvudp8</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="empty_workflow">
|
||||
<bpmndi:BPMNEdge id="SequenceFlow_0lvudp8_di" bpmnElement="SequenceFlow_0lvudp8">
|
||||
<di:waypoint x="238" y="117" />
|
||||
<di:waypoint x="432" y="117" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="EndEvent_0q4qzl9_di" bpmnElement="EndEvent_0q4qzl9">
|
||||
<dc:Bounds x="432" y="99" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="202" y="99" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
54
crc/static/bpmn/research_rampup/shared_area_monitors.dmn
Normal file
54
crc/static/bpmn/research_rampup/shared_area_monitors.dmn
Normal file
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" id="Definitions_06veek1" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.5.0">
|
||||
<decision id="Decision_SharedAMCheck" name="Shared AM Check">
|
||||
<decisionTable id="decisionTable_1">
|
||||
<input id="InputClause_1koybx6" label="How Many Shared Spaces">
|
||||
<inputExpression id="LiteralExpression_1mjo0y4" typeRef="integer" expressionLanguage="python">
|
||||
<text>len(shared)</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<input id="input_1" label="Number Without Area Monitor">
|
||||
<inputExpression id="inputExpression_1" typeRef="integer" expressionLanguage="python">
|
||||
<text>sum([1 for x in exclusive if x.get('SharedSpaceAMComputingID',None) == None])</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="output_1" label="All Possible Shared Area Monitors Entered" name="isAllSharedAreaMonitors" typeRef="boolean" />
|
||||
<rule id="DecisionRule_07162mr">
|
||||
<description>No shared spaces without Area Monitor</description>
|
||||
<inputEntry id="UnaryTests_1p4ab2l">
|
||||
<text>>0</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_1jqxc3u">
|
||||
<text>0</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_16l50ps">
|
||||
<text>true</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_0ifa4wu">
|
||||
<description>One or more shared space without an Area Monitor</description>
|
||||
<inputEntry id="UnaryTests_06bujee">
|
||||
<text>>0</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_0szbwxc">
|
||||
<text>> 0</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0td8sa6">
|
||||
<text>false</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1uh85sk">
|
||||
<description>No shared spaces entered</description>
|
||||
<inputEntry id="UnaryTests_15grk62">
|
||||
<text>0</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_1gaiomm">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1iep8ai">
|
||||
<text>true</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
</decisionTable>
|
||||
</decision>
|
||||
</definitions>
|
Loading…
x
Reference in New Issue
Block a user