cancel
Showing results for 
Search instead for 
Did you mean: 

intermediateCatchEvent implementation

7joeblack8
Champ in-the-making
Champ in-the-making
Hi,


i've tried to implement an intermediateCatchEvent berween 2 UserTasks.

it works well, looks like this:


   <intermediateCatchEvent id="messageintermediatecatchevent1" name="TimerCatchEvent">
      <timerEventDefinition>
        <timeDuration>PT60S</timeDuration>
       </timerEventDefinition>
    </intermediateCatchEvent>


I need to implement a logic inside the timer to loop again or proceed task if a certain document wiould arrive in a folder.
I could check children of a path through javascript API but i can't figure out how to implement the messageEventDefinition (and call it as well…).

Help is appreciated.

Thanks!
1 REPLY 1

7joeblack8
Champ in-the-making
Champ in-the-making
i arranged with a timing chained to a service task…