User: alex@sartography.com deleted process model playground/alex-herron/irb-prototype/core-information/personnel
This commit is contained in:
parent
ccaa141489
commit
7f7f9669fb
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
"piName": "sc_1",
|
||||
"org_personnel_enum_list": [
|
||||
{
|
||||
"label": "Principal Investigator, I",
|
||||
"value": "pi_1"
|
||||
},
|
||||
{
|
||||
"label": "Principal Investigator, II",
|
||||
"value": "pi_2"
|
||||
},
|
||||
{
|
||||
"label": "Department Chair, I",
|
||||
"value": "dc_1"
|
||||
},
|
||||
{
|
||||
"label": "Department Chair, II",
|
||||
"value": "dc_2"
|
||||
},
|
||||
{
|
||||
"label": "Study Coordinator, I",
|
||||
"value": "sc_1"
|
||||
},
|
||||
{
|
||||
"label": "Study Coordinator, II",
|
||||
"value": "sc_2"
|
||||
},
|
||||
{
|
||||
"label": "Sub Investigator, I",
|
||||
"value": "si_1"
|
||||
},
|
||||
{
|
||||
"label": "Sub Investigator, II",
|
||||
"value": "si_2"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"definitions": {
|
||||
"org_personnelEnum": {
|
||||
"title": "Principal Investigator",
|
||||
"type": "string",
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:org_personnel_enum_list"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": "Principal Investigator Info",
|
||||
"description": "Select Study's Principal Investigator and prvi",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"piName"
|
||||
],
|
||||
"properties": {
|
||||
"piName": {
|
||||
"$ref": "#/definitions/org_personnelEnum",
|
||||
"title": "PI Name"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"firstName": {
|
||||
"ui:autofocus": true,
|
||||
"ui:emptyValue": "",
|
||||
"ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required",
|
||||
"ui:autocomplete": "family-name",
|
||||
"ui:enableMarkdownInDescription": true,
|
||||
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
|
||||
}
|
||||
}
|
|
@ -1,75 +0,0 @@
|
|||
<?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" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:dataStore id="org_personnel_data_store" name="KKVDataStore" />
|
||||
<bpmn:process id="Process_wzh9b0s" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1m8bd3r</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1m8bd3r" sourceRef="StartEvent_1" targetRef="Activity_16reu83" />
|
||||
<bpmn:endEvent id="Event_0vrflk5">
|
||||
<bpmn:incoming>Flow_0x81j6g</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0oforc1" sourceRef="Activity_16reu83" targetRef="Activity_0w81xxd" />
|
||||
<bpmn:scriptTask id="Activity_16reu83" name="Get Personnel Enum List">
|
||||
<bpmn:incoming>Flow_1m8bd3r</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0oforc1</bpmn:outgoing>
|
||||
<bpmn:property id="Property_0j1nshc" name="__targetRef_placeholder" />
|
||||
<bpmn:dataInputAssociation id="DataInputAssociation_0szigo7">
|
||||
<bpmn:sourceRef>DataStoreReference_Read</bpmn:sourceRef>
|
||||
<bpmn:targetRef>Property_0j1nshc</bpmn:targetRef>
|
||||
</bpmn:dataInputAssociation>
|
||||
<bpmn:script># Build Org Personnel Enum List
|
||||
org_personnel_enum_list = org_personnel_data_store("org_personnel", "org_personnel_enum_list")</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:dataStoreReference id="DataStoreReference_Read" name="Read Personnel Enum Data Store" dataStoreRef="org_personnel_data_store" />
|
||||
<bpmn:sequenceFlow id="Flow_0x81j6g" sourceRef="Activity_0w81xxd" targetRef="Event_0vrflk5" />
|
||||
<bpmn:userTask id="Activity_0w81xxd" name="Set PI Info">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="Principal_Investigator-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="Principal_Investigator-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0oforc1</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0x81j6g</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_wzh9b0s">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0vrflk5_di" bpmnElement="Event_0vrflk5">
|
||||
<dc:Bounds x="632" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_14a7t3o_di" bpmnElement="Activity_16reu83">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataStoreReference_0jivvwi_di" bpmnElement="DataStoreReference_Read">
|
||||
<dc:Bounds x="295" y="295" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="279" y="352" width="85" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0cip66g_di" bpmnElement="Activity_0w81xxd">
|
||||
<dc:Bounds x="450" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1m8bd3r_di" bpmnElement="Flow_1m8bd3r">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0oforc1_di" bpmnElement="Flow_0oforc1">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="450" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_0szigo7_di" bpmnElement="DataInputAssociation_0szigo7">
|
||||
<di:waypoint x="320" y="295" />
|
||||
<di:waypoint x="320" y="217" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0x81j6g_di" bpmnElement="Flow_0x81j6g">
|
||||
<di:waypoint x="550" y="177" />
|
||||
<di:waypoint x="632" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"description": "",
|
||||
"display_name": "Personnel",
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "personnel.bpmn",
|
||||
"primary_process_id": "Process_wzh9b0s"
|
||||
}
|
Loading…
Reference in New Issue