7 Replies Latest reply on Jun 4, 2014 9:20 AM by swiderski.maciej

    Usage of Timer as Subprocess Boundary Event

    marcj

      Hey guys,

      I modelled this sample case (not important if it males logic sense):

       

      PT_TXD.png

      As part of a greater business process, an embedded subprocess has been defined. This subprocess encompasses 4 validation activities, implemented by 2 service calls and 2 script tasks. A timer has been attached to the boundary of the subprocess, which should be triggered anytime the subporcess has not been finished within 5 seconds. Therefore, the timer duration has been set to the value "PT5S", which I assume should be correct, right? In order to simulate that, a pause has been implemented with Thread.sleep(10 * 1000); in the Validate Payer BIC activity.

       

      Yet, the timer does not get triggered at all...

       

      Any ideas?