Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. <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:flowable="http://flowable.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">
  2. <process id="baseline_check_elastic" name="baseline_check_elastic" isExecutable="true">
  3. <documentation>baseline_check_elastic</documentation>
  4. <startEvent id="Start" name="Start">
  5. <documentation></documentation>
  6. </startEvent>
  7. <serviceTask id="sid-44573f0e-cc4b-4c41-8391-827f25c58a84" name="baseline_check_elastic" documentation="Checks the recent events for processes differing from the baseline.&#10;&#10;Update the configuration variables as necessary."/>
  8. <serviceTask id="sid-97acc53d-b007-49fc-8888-2e988f3460a5" name="baseline_check_elastic_with_nozomi" documentation="Checks the recent events for processes differing from the baseline.&#10;&#10;Update the configuration variables as necessary."/>
  9. <serviceTask id="sid-850c6c38-ec6d-4ac1-863a-866f60723aba" name="closeInvestigation" documentation="Close the current incident"/>
  10. <sequenceFlow id="sid-b8dd5f96-d8c8-11e9-be0a-8c8590371484" sourceRef="Start" targetRef="sid-97acc53d-b007-49fc-8888-2e988f3460a5"/>
  11. <sequenceFlow id="sid-b8dd6194-d8c8-11e9-be0a-8c8590371484" sourceRef="sid-97acc53d-b007-49fc-8888-2e988f3460a5" targetRef="sid-850c6c38-ec6d-4ac1-863a-866f60723aba"/>
  12. </process>
  13. <bpmndi:BPMNDiagram>
  14. <bpmndi:BPMNPlane bpmnElement="baseline_check_elastic" id="BPMNPlane_baseline_check_elastic">
  15. <bpmndi:BPMNShape bpmnElement="Start" id="BPMNShape_Start">
  16. <omgdc:Bounds x="450.0" y="50.0" width="350.0" height="80.0"/>
  17. </bpmndi:BPMNShape>
  18. <bpmndi:BPMNShape bpmnElement="sid-44573f0e-cc4b-4c41-8391-827f25c58a84" id="BPMNShape_sid-44573f0e-cc4b-4c41-8391-827f25c58a84">
  19. <omgdc:Bounds x="850.0" y="210.0" width="350.0" height="80.0"/>
  20. </bpmndi:BPMNShape>
  21. <bpmndi:BPMNShape bpmnElement="sid-97acc53d-b007-49fc-8888-2e988f3460a5" id="BPMNShape_sid-97acc53d-b007-49fc-8888-2e988f3460a5">
  22. <omgdc:Bounds x="450.0" y="210.0" width="350.0" height="80.0"/>
  23. </bpmndi:BPMNShape>
  24. <bpmndi:BPMNShape bpmnElement="sid-850c6c38-ec6d-4ac1-863a-866f60723aba" id="BPMNShape_sid-850c6c38-ec6d-4ac1-863a-866f60723aba">
  25. <omgdc:Bounds x="450.0" y="390.0" width="350.0" height="80.0"/>
  26. </bpmndi:BPMNShape>
  27. <bpmndi:BPMNEdge bpmnElement="sid-b8dd5f96-d8c8-11e9-be0a-8c8590371484" id="BPMNEdge_sid-b8dd5f96-d8c8-11e9-be0a-8c8590371484">
  28. <omgdi:waypoint x="625.0" y="130.0"/>
  29. <omgdi:waypoint x="625.0" y="210.0"/>
  30. </bpmndi:BPMNEdge>
  31. <bpmndi:BPMNEdge bpmnElement="sid-b8dd6194-d8c8-11e9-be0a-8c8590371484" id="BPMNEdge_sid-b8dd6194-d8c8-11e9-be0a-8c8590371484">
  32. <omgdi:waypoint x="625.0" y="290.0"/>
  33. <omgdi:waypoint x="625.0" y="390.0"/>
  34. </bpmndi:BPMNEdge>
  35. </bpmndi:BPMNPlane>
  36. </bpmndi:BPMNDiagram>
  37. </definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement