Advertisement
Guest User

Untitled

a guest
Dec 6th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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/processdef">
  3. <process id="WFWithVariables" name="WFWithVariables" isExecutable="true">
  4. <startEvent id="sid-F3BF9364-C2A3-4D34-AD17-108CC0BD5E7D"></startEvent>
  5. <userTask id="sid-ED9DBDE6-A10D-47D2-BF18-CB4A49AD8E62" activiti:assignee="kermit">
  6. <extensionElements>
  7. <activiti:formProperty id="SomeID" name="Some ID" type="string" required="true"></activiti:formProperty>
  8. <activiti:formProperty id="SomeName" name="Some Name" type="string" required="true"></activiti:formProperty>
  9. </extensionElements>
  10. </userTask>
  11. <endEvent id="sid-09DCAA60-459E-4775-AA27-6841224A23A2"></endEvent>
  12. <sequenceFlow id="sid-0C27C9DA-CDB1-4A49-941C-F4E00B31D48D" sourceRef="sid-F3BF9364-C2A3-4D34-AD17-108CC0BD5E7D" targetRef="sid-ED9DBDE6-A10D-47D2-BF18-CB4A49AD8E62"></sequenceFlow>
  13. <sequenceFlow id="sid-2BB49F95-BD3F-41F5-B92A-33FC51680FD8" sourceRef="sid-ED9DBDE6-A10D-47D2-BF18-CB4A49AD8E62" targetRef="sid-09DCAA60-459E-4775-AA27-6841224A23A2"></sequenceFlow>
  14. </process>
  15. <bpmndi:BPMNDiagram id="BPMNDiagram_WFWithVariables">
  16. <bpmndi:BPMNPlane bpmnElement="WFWithVariables" id="BPMNPlane_WFWithVariables">
  17. <bpmndi:BPMNShape bpmnElement="sid-F3BF9364-C2A3-4D34-AD17-108CC0BD5E7D" id="BPMNShape_sid-F3BF9364-C2A3-4D34-AD17-108CC0BD5E7D">
  18. <omgdc:Bounds height="30.0" width="30.0" x="250.5" y="133.0"></omgdc:Bounds>
  19. </bpmndi:BPMNShape>
  20. <bpmndi:BPMNShape bpmnElement="sid-ED9DBDE6-A10D-47D2-BF18-CB4A49AD8E62" id="BPMNShape_sid-ED9DBDE6-A10D-47D2-BF18-CB4A49AD8E62">
  21. <omgdc:Bounds height="80.0" width="100.0" x="413.5" y="98.0"></omgdc:Bounds>
  22. </bpmndi:BPMNShape>
  23. <bpmndi:BPMNShape bpmnElement="sid-09DCAA60-459E-4775-AA27-6841224A23A2" id="BPMNShape_sid-09DCAA60-459E-4775-AA27-6841224A23A2">
  24. <omgdc:Bounds height="28.0" width="28.0" x="743.5" y="120.0"></omgdc:Bounds>
  25. </bpmndi:BPMNShape>
  26. <bpmndi:BPMNEdge bpmnElement="sid-0C27C9DA-CDB1-4A49-941C-F4E00B31D48D" id="BPMNEdge_sid-0C27C9DA-CDB1-4A49-941C-F4E00B31D48D">
  27. <omgdi:waypoint x="280.4809058198015" y="147.24338859495953"></omgdi:waypoint>
  28. <omgdi:waypoint x="413.5" y="140.52525252525254"></omgdi:waypoint>
  29. </bpmndi:BPMNEdge>
  30. <bpmndi:BPMNEdge bpmnElement="sid-2BB49F95-BD3F-41F5-B92A-33FC51680FD8" id="BPMNEdge_sid-2BB49F95-BD3F-41F5-B92A-33FC51680FD8">
  31. <omgdi:waypoint x="513.5" y="137.31972789115645"></omgdi:waypoint>
  32. <omgdi:waypoint x="743.5012955765343" y="134.19045856358457"></omgdi:waypoint>
  33. </bpmndi:BPMNEdge>
  34. </bpmndi:BPMNPlane>
  35. </bpmndi:BPMNDiagram>
  36. </definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement