[jboss-user] [jBPM] - Re: Timer BoundaryEvent and User Tasks

Maciej Swiderski do-not-reply at jboss.com
Fri Jun 22 12:12:59 EDT 2012


Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: Timer BoundaryEvent and User Tasks"

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

--------------------------------------------------------------
Yes, from 5.3 boundary events are supported on tasks. Looking at your process it seems like there is not timer definition given:

     <boundaryEvent id="boundaryEvent_1" name="Boundary event" attachedToRef="userTask_1"> 
      <outgoing>sequenceFlow_4</outgoing> 
      <timerEventDefinition id="timerEventDefinition_1"/> 
    </boundaryEvent>


and it should look like this:

    <boundaryEvent id="_4" name="TimerEvent" attachedToRef="_2" >
      <timerEventDefinition>
        <timeCycle xsi:type="tFormalExpression">500ms</timeCycle>
      </timerEventDefinition>
    </boundaryEvent>


once you'll fix the process definition you'll be able to execute boundary events on a task.

HTH
--------------------------------------------------------------

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

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/20120622/c20c4ba8/attachment.html 


More information about the jboss-user mailing list