intermediateCatchEvent implementation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2013 10:42 AM
Hi,
i've tried to implement an intermediateCatchEvent berween 2 UserTasks.
it works well, looks like this:
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!
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!
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2013 12:05 PM
i arranged with a timing chained to a service task…
