cr-connect-workflow/crc/static/bpmn/enrollment_date/enrollment_date.bpmn

44 lines
2.4 KiB
XML

<?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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_380b1cb" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_f6c78dd" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0eew51c</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0eew51c" sourceRef="StartEvent_1" targetRef="Activity_EnrollmentDate" />
<bpmn:endEvent id="Event_0sbvtzq">
<bpmn:incoming>Flow_17olkaa</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_17olkaa" sourceRef="Activity_EnrollmentDate" targetRef="Event_0sbvtzq" />
<bpmn:userTask id="Activity_EnrollmentDate" name="Enter Enrollment Date" camunda:formKey="Enter First Date of Participant Enrollment">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="EnrollmentDate" label="Enrollment Date" type="date" />
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0eew51c</bpmn:incoming>
<bpmn:outgoing>Flow_17olkaa</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_f6c78dd">
<bpmndi:BPMNEdge id="Flow_0eew51c_di" bpmnElement="Flow_0eew51c">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_17olkaa_di" bpmnElement="Flow_17olkaa">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
<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_0sbvtzq_di" bpmnElement="Event_0sbvtzq">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0inr3ph_di" bpmnElement="Activity_EnrollmentDate">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>