[jboss-user] [jBPM] - Re: signal event designed in eclipse does not show up in guvnor oryx designer

Prasanth Manchambhatla do-not-reply at jboss.com
Thu Jan 19 19:27:33 EST 2012


Prasanth Manchambhatla [https://community.jboss.org/people/pmancham] created the discussion

"Re: signal event designed in eclipse does not show up in guvnor oryx designer"

To view the discussion, visit: https://community.jboss.org/message/647735#647735

--------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?> 
<definitions id="Definition"
             targetNamespace=" http://www.jboss.org/drools http://www.jboss.org/drools"
             typeLanguage=" http://www.java.com/javaTypes http://www.java.com/javaTypes"
             expressionLanguage=" http://www.mvel.org/2.0 http://www.mvel.org/2.0"
             xmlns=" http://www.omg.org/spec/BPMN/20100524/MODEL http://www.omg.org/spec/BPMN/20100524/MODEL"
             xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation=" http://www.omg.org/spec/BPMN/20100524/MODEL http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"
             xmlns:g=" http://www.jboss.org/drools/flow/gpd http://www.jboss.org/drools/flow/gpd"
             xmlns:bpmndi=" http://www.omg.org/spec/BPMN/20100524/DI http://www.omg.org/spec/BPMN/20100524/DI"
             xmlns:dc=" http://www.omg.org/spec/DD/20100524/DC http://www.omg.org/spec/DD/20100524/DC"
             xmlns:di=" http://www.omg.org/spec/DD/20100524/DI http://www.omg.org/spec/DD/20100524/DI"
             xmlns:tns=" http://www.jboss.org/drools http://www.jboss.org/drools">


  <process processType="Private" isExecutable="true" id="com.sample.bpmn.signalEventTest" name="Signal Event Test" tns:packageName="defaultPackage" >


    <!-- nodes -->
    <startEvent id="_1" name="StartProcess" />
    <intermediateCatchEvent id="_2" name="Signal" >
      <dataOutput id="_2_Output" name="event" />
      <dataOutputAssociation>
      <sourceRef>_2_Output</sourceRef>
      <targetRef>First_Event_Response</targetRef>
      </dataOutputAssociation>
      <outputSet>
        <dataOutputRefs>_2_Output</dataOutputRefs>
      </outputSet>
      <signalEventDefinition signalRef="VsResponse"/>
    </intermediateCatchEvent>
    <endEvent id="_3" name="End" >
        <terminateEventDefinition/>
    </endEvent>


    <!-- connections -->
    <sequenceFlow id="_1-_2" sourceRef="_1" targetRef="_2" />
    <sequenceFlow id="_2-_3" sourceRef="_2" targetRef="_3" />


  </process>


  <bpmndi:BPMNDiagram>
    <bpmndi:BPMNPlane bpmnElement="com.sample.bpmn.signalEventTest" >
      <bpmndi:BPMNShape bpmnElement="_1" >
        <dc:Bounds x="45" y="45" width="48" height="48" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="_2" >
        <dc:Bounds x="176" y="74" width="48" height="48" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="_3" >
        <dc:Bounds x="315" y="62" width="48" height="48" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="_1-_2" >
        <di:waypoint x="69" y="69" />
        <di:waypoint x="200" y="98" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="_2-_3" >
        <di:waypoint x="200" y="98" />
        <di:waypoint x="339" y="86" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>


</definitions>
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/647735#647735]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120119/c4f99768/attachment.html 


More information about the jboss-user mailing list