Don't like ads? PRO users don't see any ads ;-)

hello word

By: john249 on May 8th, 2012  |  syntax: mIRC  |  size: 3.34 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/bpmn20" xmlns:bpmn2="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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" id="_OlkCIJkKEeGKtblGq1Ad1A" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" targetNamespace="http://www.omg.org/bpmn20">
  3.   <bpmn2:process id="1234" drools:packageName="s" name="" isExecutable="true">
  4.     <bpmn2:startEvent id="_A49CD592-0A51-4ACD-8781-C82900A9741C" drools:bgcolor="#ffffff" name="">
  5.       <bpmn2:outgoing>_E91A2B20-FD8E-46F9-AA21-CDF53C00596A</bpmn2:outgoing>
  6.     </bpmn2:startEvent>
  7.     <bpmn2:scriptTask id="_C282A178-EBC1-4E83-956B-03E99108B705" drools:bgcolor="#b1c2d6" name="HELLO" scriptFormat="">
  8.       <bpmn2:incoming>_E91A2B20-FD8E-46F9-AA21-CDF53C00596A</bpmn2:incoming>
  9.       <bpmn2:outgoing>_2E1C84F6-56C6-4024-B81B-3CD7468C1A62</bpmn2:outgoing>
  10.       <bpmn2:script>System.out.println(&quot;Hello&quot;);</bpmn2:script>
  11.     </bpmn2:scriptTask>
  12.     <bpmn2:sequenceFlow id="_E91A2B20-FD8E-46F9-AA21-CDF53C00596A" sourceRef="_A49CD592-0A51-4ACD-8781-C82900A9741C" targetRef="_C282A178-EBC1-4E83-956B-03E99108B705"/>
  13.     <bpmn2:sequenceFlow id="_2E1C84F6-56C6-4024-B81B-3CD7468C1A62" sourceRef="_C282A178-EBC1-4E83-956B-03E99108B705" targetRef="_3B5FE313-12D9-4689-B8A5-773B277055BD"/>
  14.     <bpmn2:endEvent id="_3B5FE313-12D9-4689-B8A5-773B277055BD" drools:bgcolor="#ffffff" name="">
  15.       <bpmn2:incoming>_2E1C84F6-56C6-4024-B81B-3CD7468C1A62</bpmn2:incoming>
  16.       <bpmn2:terminateEventDefinition id="_OxygQJkKEeGKtblGq1Ad1A"/>
  17.     </bpmn2:endEvent>
  18.   </bpmn2:process>
  19.   <bpmndi:BPMNDiagram id="_OxzHUJkKEeGKtblGq1Ad1A">
  20.     <bpmndi:BPMNPlane id="_OxzHUZkKEeGKtblGq1Ad1A" bpmnElement="1234">
  21.       <bpmndi:BPMNShape id="_OxzHUpkKEeGKtblGq1Ad1A" bpmnElement="_A49CD592-0A51-4ACD-8781-C82900A9741C">
  22.         <dc:Bounds height="30.0" width="30.0" x="45.0" y="132.0"/>
  23.       </bpmndi:BPMNShape>
  24.       <bpmndi:BPMNShape id="_OxzuYJkKEeGKtblGq1Ad1A" bpmnElement="_C282A178-EBC1-4E83-956B-03E99108B705">
  25.         <dc:Bounds height="80.0" width="100.0" x="120.0" y="90.0"/>
  26.       </bpmndi:BPMNShape>
  27.       <bpmndi:BPMNEdge id="_OztL0JkKEeGKtblGq1Ad1A" bpmnElement="_E91A2B20-FD8E-46F9-AA21-CDF53C00596A">
  28.         <di:waypoint xsi:type="dc:Point" x="60.0" y="147.0"/>
  29.         <di:waypoint xsi:type="dc:Point" x="97.0" y="147.0"/>
  30.         <di:waypoint xsi:type="dc:Point" x="97.0" y="130.0"/>
  31.         <di:waypoint xsi:type="dc:Point" x="170.0" y="130.0"/>
  32.       </bpmndi:BPMNEdge>
  33.       <bpmndi:BPMNEdge id="_O2kSkJkKEeGKtblGq1Ad1A" bpmnElement="_2E1C84F6-56C6-4024-B81B-3CD7468C1A62">
  34.         <di:waypoint xsi:type="dc:Point" x="170.0" y="130.0"/>
  35.         <di:waypoint xsi:type="dc:Point" x="247.0" y="130.0"/>
  36.         <di:waypoint xsi:type="dc:Point" x="247.0" y="145.0"/>
  37.         <di:waypoint xsi:type="dc:Point" x="288.0" y="145.0"/>
  38.       </bpmndi:BPMNEdge>
  39.       <bpmndi:BPMNShape id="_O5bZUJkKEeGKtblGq1Ad1A" bpmnElement="_3B5FE313-12D9-4689-B8A5-773B277055BD">
  40.         <dc:Bounds height="28.0" width="28.0" x="274.0" y="131.0"/>
  41.       </bpmndi:BPMNShape>
  42.     </bpmndi:BPMNPlane>
  43.   </bpmndi:BPMNDiagram>
  44. </bpmn2:definitions>