12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
- <process id="zdwxyhx-city" name="zdwxyhx-city" isExecutable="true">
- <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
- <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="xssc"></sequenceFlow>
- <userTask id="xssc" name="wf.hx" activiti:candidateGroups="${role_xssc}"></userTask>
- <sequenceFlow id="flow3" sourceRef="xssc" targetRef="endevent1"></sequenceFlow>
- <endEvent id="endevent1" name="End"></endEvent>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_zdwxyhx-city">
- <bpmndi:BPMNPlane bpmnElement="zdwxyhx-city" id="BPMNPlane_zdwxyhx-city">
- <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="228.0" y="210.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="478.0" y="210.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="xssc" id="BPMNShape_xssc">
- <omgdc:Bounds height="55.0" width="105.0" x="320.0" y="200.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
- <omgdi:waypoint x="263.0" y="227.0"></omgdi:waypoint>
- <omgdi:waypoint x="320.0" y="227.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
- <omgdi:waypoint x="425.0" y="227.0"></omgdi:waypoint>
- <omgdi:waypoint x="478.0" y="227.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|