0 Replies Latest reply on Jan 27, 2014 5:19 PM by jay.guidos-bidstrading.com

    Can't get boundary event to work

    jay.guidos-bidstrading.com

      Hi All,

       

      I am trying to drop a signal boundary event on a task.  The generated BPMN shows the node:

       

             <bpmn2:boundaryEvent id="_33BFC790-DEA3-4701-AFD9-9E389891075E" drools:bgcolor="#f5deb3" drools:selectable="true" drools:bordercolor="#FF6600" drools:boundaryca="false" name="" attachedToRef="_177FF253-CB79-4045-B180-2F89F8FE5E74">
                  <bpmn2:outgoing>_27223AE2-2DEF-4A8D-937F-3160E40A3526</bpmn2:outgoing>
                  <bpmn2:errorEventDefinition id="_2PWhkIeVEeORYa0lOGcp0g" drools:erefname="JobControlFailed" errorRef="JobControlFailed"/>
              </bpmn2:boundaryEvent>
      

       

      But when I try to build and deploy I get an error:

       

      14:41:35,415 INFO  [org.guvnor.common.services.builder.ResourceChangeIncrementalBuilder] (pool-37-thread-1) Batch incremental build request being processed.
      14:56:01,205 ERROR [org.drools.compiler.kie.builder.impl.AbstractKieModule] (http-localhost-127.0.0.1-8080-8) Unable to build KieBaseModel:defaultKieBase
      [-1,-1]: Process 'TestJobControl' [BidsDay.TestJobControl]: Event node '' [8] should specify an event type
      

       

      I can't find anywhere on the editor to specify an event type. How do I do that?

       

      Jay