You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.7 KiB
50 lines
2.7 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_0001" targetNamespace="http://bpmn.io/schema/bpmn">
|
|
<bpmn:process id="test_form" name="测试流程带表单" isExecutable="true" camunda:historyTimeToLive="30">
|
|
<bpmn:startEvent id="Event_0qg2uvh">
|
|
<bpmn:outgoing>Flow_0j4azlb</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:userTask id="Task_1" name="用户任务" camunda:candidateUsers="user1,user2" camunda:formKey="testForm1">
|
|
</bpmn:userTask>
|
|
|
|
<bpmn:sequenceFlow id="Flow_0j4azlb" sourceRef="Event_0qg2uvh" targetRef="Task_1" />
|
|
<bpmn:userTask id="Task_2" name="用户组任务" camunda:candidateGroups="group1,group2" camunda:formKey="testForm2">
|
|
</bpmn:userTask>
|
|
|
|
<bpmn:sequenceFlow id="Flow_12flmok" sourceRef="Task_1" targetRef="Task_2" />
|
|
<bpmn:endEvent id="Event_0ap0ojz">
|
|
<bpmn:incoming>Flow_1hcelfi</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1hcelfi" sourceRef="Task_2" targetRef="Event_0ap0ojz" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1705995903054">
|
|
<bpmndi:BPMNShape id="Event_0qg2uvh_di" bpmnElement="Event_0qg2uvh">
|
|
<dc:Bounds x="322" y="182" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Task_1_di" bpmnElement="Task_1">
|
|
<dc:Bounds x="458" y="140" width="120" height="120" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Task_2_di" bpmnElement="Task_2">
|
|
<dc:Bounds x="678" y="140" width="120" height="120" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0ap0ojz_di" bpmnElement="Event_0ap0ojz">
|
|
<dc:Bounds x="898" y="182" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0j4azlb_di" bpmnElement="Flow_0j4azlb">
|
|
<di:waypoint x="358" y="200" />
|
|
<di:waypoint x="458" y="200" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_12flmok_di" bpmnElement="Flow_12flmok">
|
|
<di:waypoint x="578" y="200" />
|
|
<di:waypoint x="678" y="200" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1hcelfi_di" bpmnElement="Flow_1hcelfi">
|
|
<di:waypoint x="798" y="200" />
|
|
<di:waypoint x="898" y="200" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|
|
|