Renzo Tomaselli [
http://community.jboss.org/people/Tomarenz] created the discussion
"Re: drools-guvnor: build package failures"
To view the discussion, visit:
http://community.jboss.org/message/619944#619944
--------------------------------------------------------------
Here it is:
| 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="d5f9e478-8058-4d4e-8504-be7296369193"
xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"
name="boh"
targetNamespace="http://www.omg.org/bpmn20"> |
| 3. | | | <bpmn2:itemDefinition id="_actionItem"/> |
| 4. | | | <bpmn2:process id="id1"
drools:packageName="defaultPackage" name="boh"
isExecutable="true"> |
| 5. | | | <bpmn2:startEvent id="_42604FA3-D4F2-4959-9AC5-3F4A3B4EFA9A"
name="start"> |
| 6. | | |
<bpmn2:outgoing>_D4C91BAA-FCBD-4438-8133-B832A5AE0A67</bpmn2:outgoing> |
| 7. | | | </bpmn2:startEvent> |
| 8. | | | <bpmn2:task id="_D243EE5C-3426-4B2C-9A84-288439CDCFA8"
name="a"> |
| 9. | | |
<bpmn2:incoming>_D4C91BAA-FCBD-4438-8133-B832A5AE0A67</bpmn2:incoming> |
| 10. | | |
<bpmn2:outgoing>_661C4E9B-EC0C-4C97-A526-D46DDEAF4CF1</bpmn2:outgoing> |
| 11. | | | </bpmn2:task> |
| 12. | | | <bpmn2:sequenceFlow id="_D4C91BAA-FCBD-4438-8133-B832A5AE0A67"
sourceRef="_42604FA3-D4F2-4959-9AC5-3F4A3B4EFA9A"
targetRef="_D243EE5C-3426-4B2C-9A84-288439CDCFA8"/> |
| 13. | | | <bpmn2:exclusiveGateway
id="_462B98D3-70C9-4C20-A5BA-E0DD5DCF7847" name=""
gatewayDirection="Diverging"> |
| 14. | | |
<bpmn2:incoming>_661C4E9B-EC0C-4C97-A526-D46DDEAF4CF1</bpmn2:incoming> |
| 15. | | |
<bpmn2:outgoing>_63A633EF-A173-4EC2-8B0A-9F604FD8CE0E</bpmn2:outgoing> |
| 16. | | |
<bpmn2:outgoing>_C462E146-5CB0-4E7B-865F-B5E10501CCFD</bpmn2:outgoing> |
| 17. | | | </bpmn2:exclusiveGateway> |
| 18. | | | <bpmn2:sequenceFlow id="_661C4E9B-EC0C-4C97-A526-D46DDEAF4CF1"
sourceRef="_D243EE5C-3426-4B2C-9A84-288439CDCFA8"
targetRef="_462B98D3-70C9-4C20-A5BA-E0DD5DCF7847"/> |
| 19. | | | <bpmn2:serviceTask id="_A40CA790-6E65-4558-9B27-6EF5A117FF36"
name="b1"> |
| 20. | | |
<bpmn2:incoming>_63A633EF-A173-4EC2-8B0A-9F604FD8CE0E</bpmn2:incoming> |
| 21. | | |
<bpmn2:outgoing>_B054E847-DD47-4AAC-9FDB-B974E68C62D1</bpmn2:outgoing> |
| 22. | | | </bpmn2:serviceTask> |
| 23. | | | <bpmn2:sequenceFlow id="_63A633EF-A173-4EC2-8B0A-9F604FD8CE0E"
name="isB1" sourceRef="_462B98D3-70C9-4C20-A5BA-E0DD5DCF7847"
targetRef="_A40CA790-6E65-4558-9B27-6EF5A117FF36"> |
| 24. | | | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"
id="_F5IhUMHhEeCvq_lrZ2FTdA"
language="http://www.jboss.org/drools/rule">return
action.equals("b1");</bpmn2:conditionExpression> |
| 25. | | | </bpmn2:sequenceFlow> |
| 26. | | | <bpmn2:serviceTask id="_CC9E566C-A6BB-4CCA-B3EF-BDF663031602"
name="b2"> |
| 27. | | |
<bpmn2:incoming>_C462E146-5CB0-4E7B-865F-B5E10501CCFD</bpmn2:incoming> |
| 28. | | |
<bpmn2:outgoing>_34FF5548-A7BF-431F-8767-1BF5131945FC</bpmn2:outgoing> |
| 29. | | | </bpmn2:serviceTask> |
| 30. | | | <bpmn2:sequenceFlow id="_C462E146-5CB0-4E7B-865F-B5E10501CCFD"
name="isB2" sourceRef="_462B98D3-70C9-4C20-A5BA-E0DD5DCF7847"
targetRef="_CC9E566C-A6BB-4CCA-B3EF-BDF663031602"> |
| 31. | | | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"
id="_F5IhUcHhEeCvq_lrZ2FTdA"
language="http://www.jboss.org/drools/rule">return
action.equals("b2");</bpmn2:conditionExpression> |
| 32. | | | </bpmn2:sequenceFlow> |
| 33. | | | <bpmn2:exclusiveGateway
id="_9206C9B4-0BF4-474B-BF4C-62FB22620F82" name=""
gatewayDirection="Converging"> |
| 34. | | |
<bpmn2:incoming>_34FF5548-A7BF-431F-8767-1BF5131945FC</bpmn2:incoming> |
| 35. | | |
<bpmn2:incoming>_B054E847-DD47-4AAC-9FDB-B974E68C62D1</bpmn2:incoming> |
| 36. | | |
<bpmn2:outgoing>_F6C0D4D2-8E5F-40CF-ABE3-F3396EC82929</bpmn2:outgoing> |
| 37. | | | </bpmn2:exclusiveGateway> |
| 38. | | | <bpmn2:sequenceFlow id="_B054E847-DD47-4AAC-9FDB-B974E68C62D1"
sourceRef="_A40CA790-6E65-4558-9B27-6EF5A117FF36"
targetRef="_9206C9B4-0BF4-474B-BF4C-62FB22620F82"/> |
| 39. | | | <bpmn2:sequenceFlow id="_34FF5548-A7BF-431F-8767-1BF5131945FC"
sourceRef="_CC9E566C-A6BB-4CCA-B3EF-BDF663031602"
targetRef="_9206C9B4-0BF4-474B-BF4C-62FB22620F82"/> |
| 40. | | | <bpmn2:task id="_4BFD9A64-46AE-496D-B016-5FB488D189EA"
name="c"> |
| 41. | | |
<bpmn2:incoming>_F6C0D4D2-8E5F-40CF-ABE3-F3396EC82929</bpmn2:incoming> |
| 42. | | |
<bpmn2:outgoing>_1FF5125C-F465-468F-99FE-CDA8385E6BB7</bpmn2:outgoing> |
| 43. | | | </bpmn2:task> |
| 44. | | | <bpmn2:sequenceFlow id="_F6C0D4D2-8E5F-40CF-ABE3-F3396EC82929"
sourceRef="_9206C9B4-0BF4-474B-BF4C-62FB22620F82"
targetRef="_4BFD9A64-46AE-496D-B016-5FB488D189EA"/> |
| 45. | | | <bpmn2:endEvent id="_2EAFE64F-213A-4B50-81CA-241843125A91"
name="end"> |
| 46. | | |
<bpmn2:incoming>_1FF5125C-F465-468F-99FE-CDA8385E6BB7</bpmn2:incoming> |
| 47. | | | </bpmn2:endEvent> |
| 48. | | | <bpmn2:sequenceFlow id="_1FF5125C-F465-468F-99FE-CDA8385E6BB7"
sourceRef="_4BFD9A64-46AE-496D-B016-5FB488D189EA"
targetRef="_2EAFE64F-213A-4B50-81CA-241843125A91"/> |
| 49. | | | <bpmn2:property id="action"
itemSubjectRef="_actionItem"/> |
| 50. | | | </bpmn2:process> |
| 51. | | | <bpmndi:BPMNDiagram id="_F5IhUsHhEeCvq_lrZ2FTdA"> |
| 52. | | | <bpmndi:BPMNPlane id="_F5IhU8HhEeCvq_lrZ2FTdA"
bpmnElement="id1"> |
| 53. | | | <bpmndi:BPMNShape id="_F5IhVMHhEeCvq_lrZ2FTdA"
bpmnElement="_42604FA3-D4F2-4959-9AC5-3F4A3B4EFA9A"> |
| 54. | | | <dc:Bounds height="30.0" width="30.0"
x="66.0" y="226.0"/> |
| 55. | | | </bpmndi:BPMNShape> |
| 56. | | | <bpmndi:BPMNShape id="_F5IhVcHhEeCvq_lrZ2FTdA"
bpmnElement="_D243EE5C-3426-4B2C-9A84-288439CDCFA8"> |
| 57. | | | <dc:Bounds height="80.0" width="100.0"
x="141.0" y="201.0"/> |
| 58. | | | </bpmndi:BPMNShape> |
| 59. | | | <bpmndi:BPMNEdge id="_F5IhVsHhEeCvq_lrZ2FTdA"
bpmnElement="_D4C91BAA-FCBD-4438-8133-B832A5AE0A67"> |
| 60. | | | <di:waypoint xsi:type="dc:Point" x="81.0"
y="241.0"/> |
| 61. | | | <di:waypoint xsi:type="dc:Point" x="191.0"
y="241.0"/> |
| 62. | | | </bpmndi:BPMNEdge> |
| 63. | | | <bpmndi:BPMNShape id="_F5IhV8HhEeCvq_lrZ2FTdA"
bpmnElement="_462B98D3-70C9-4C20-A5BA-E0DD5DCF7847"> |
| 64. | | | <dc:Bounds height="40.0" width="40.0"
x="286.0" y="221.0"/> |
| 65. | | | </bpmndi:BPMNShape> |
| 66. | | | <bpmndi:BPMNEdge id="_F5JIYMHhEeCvq_lrZ2FTdA"
bpmnElement="_661C4E9B-EC0C-4C97-A526-D46DDEAF4CF1"> |
| 67. | | | <di:waypoint xsi:type="dc:Point" x="191.0"
y="241.0"/> |
| 68. | | | <di:waypoint xsi:type="dc:Point" x="306.0"
y="241.0"/> |
| 69. | | | </bpmndi:BPMNEdge> |
| 70. | | | <bpmndi:BPMNShape id="_F5JIYcHhEeCvq_lrZ2FTdA"
bpmnElement="_A40CA790-6E65-4558-9B27-6EF5A117FF36"> |
| 71. | | | <dc:Bounds height="80.0" width="100.0"
x="360.0" y="135.0"/> |
| 72. | | | </bpmndi:BPMNShape> |
| 73. | | | <bpmndi:BPMNEdge id="_F5JIYsHhEeCvq_lrZ2FTdA"
bpmnElement="_63A633EF-A173-4EC2-8B0A-9F604FD8CE0E"> |
| 74. | | | <di:waypoint xsi:type="dc:Point" x="306.0"
y="241.0"/> |
| 75. | | | <di:waypoint xsi:type="dc:Point" x="307.0"
y="175.0"/> |
| 76. | | | <di:waypoint xsi:type="dc:Point" x="410.0"
y="175.0"/> |
| 77. | | | </bpmndi:BPMNEdge> |
| 78. | | | <bpmndi:BPMNShape id="_F5JIY8HhEeCvq_lrZ2FTdA"
bpmnElement="_CC9E566C-A6BB-4CCA-B3EF-BDF663031602"> |
| 79. | | | <dc:Bounds height="80.0" width="100.0"
x="360.0" y="255.0"/> |
| 80. | | | </bpmndi:BPMNShape> |
| 81. | | | <bpmndi:BPMNEdge id="_F5JIZMHhEeCvq_lrZ2FTdA"
bpmnElement="_C462E146-5CB0-4E7B-865F-B5E10501CCFD"> |
| 82. | | | <di:waypoint xsi:type="dc:Point" x="306.0"
y="241.0"/> |
| 83. | | | <di:waypoint xsi:type="dc:Point" x="306.0"
y="295.0"/> |
| 84. | | | <di:waypoint xsi:type="dc:Point" x="410.0"
y="295.0"/> |
| 85. | | | </bpmndi:BPMNEdge> |
| 86. | | | <bpmndi:BPMNShape id="_F5JIZcHhEeCvq_lrZ2FTdA"
bpmnElement="_9206C9B4-0BF4-474B-BF4C-62FB22620F82"> |
| 87. | | | <dc:Bounds height="40.0" width="40.0"
x="525.0" y="225.0"/> |
| 88. | | | </bpmndi:BPMNShape> |
| 89. | | | <bpmndi:BPMNEdge id="_F5JIZsHhEeCvq_lrZ2FTdA"
bpmnElement="_B054E847-DD47-4AAC-9FDB-B974E68C62D1"> |
| 90. | | | <di:waypoint xsi:type="dc:Point" x="410.0"
y="175.0"/> |
| 91. | | | <di:waypoint xsi:type="dc:Point" x="545.0"
y="175.0"/> |
| 92. | | | <di:waypoint xsi:type="dc:Point" x="545.0"
y="245.0"/> |
| 93. | | | </bpmndi:BPMNEdge> |
| 94. | | | <bpmndi:BPMNEdge id="_F5JIZ8HhEeCvq_lrZ2FTdA"
bpmnElement="_34FF5548-A7BF-431F-8767-1BF5131945FC"> |
| 95. | | | <di:waypoint xsi:type="dc:Point" x="410.0"
y="295.0"/> |
| 96. | | | <di:waypoint xsi:type="dc:Point" x="545.0"
y="295.0"/> |
| 97. | | | <di:waypoint xsi:type="dc:Point" x="545.0"
y="245.0"/> |
| 98. | | | </bpmndi:BPMNEdge> |
| 99. | | | <bpmndi:BPMNShape id="_F5JIaMHhEeCvq_lrZ2FTdA"
bpmnElement="_4BFD9A64-46AE-496D-B016-5FB488D189EA"> |
| 100. | | | <dc:Bounds height="80.0" width="100.0"
x="610.0" y="205.0"/> |
| 101. | | | </bpmndi:BPMNShape> |
| 102. | | | <bpmndi:BPMNEdge id="_F5JIacHhEeCvq_lrZ2FTdA"
bpmnElement="_F6C0D4D2-8E5F-40CF-ABE3-F3396EC82929"> |
| 103. | | | <di:waypoint xsi:type="dc:Point" x="545.0"
y="245.0"/> |
| 104. | | | <di:waypoint xsi:type="dc:Point" x="660.0"
y="245.0"/> |
| 105. | | | </bpmndi:BPMNEdge> |
| 106. | | | <bpmndi:BPMNShape id="_F5JIasHhEeCvq_lrZ2FTdA"
bpmnElement="_2EAFE64F-213A-4B50-81CA-241843125A91"> |
| 107. | | | <dc:Bounds height="28.0" width="28.0"
x="745.0" y="228.0"/> |
| 108. | | | </bpmndi:BPMNShape> |
| 109. | | | <bpmndi:BPMNEdge id="_F5JIa8HhEeCvq_lrZ2FTdA"
bpmnElement="_1FF5125C-F465-468F-99FE-CDA8385E6BB7"> |
| 110. | | | <di:waypoint xsi:type="dc:Point" x="660.0"
y="245.0"/> |
| 111. | | | <di:waypoint xsi:type="dc:Point" x="759.0"
y="242.0"/> |
| 112. | | | </bpmndi:BPMNEdge> |
| 113. | | | </bpmndi:BPMNPlane> |
| 114. | | | </bpmndi:BPMNDiagram> |
| 115. | | | </bpmn2:definitions> |
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/619944#619944]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]