This is a simple Task for a WorkFlow that use Timer:
<state name='catch crooks'>
<timer name='reminder'
duedate='3 business hours'
repeat='10 business minutes'
transition='time-out-transition' >
<action class='the-remainder-action-class-name' />
</timer>
</state>
On 3 Ago, 11:10, Alexey Kakunin <
akaku...@emdev.ru> wrote:
> Hi!
> Good question.
> I do not know exactly - since never used timer functionality in jBPM, but, I
> hope it quite easy to implement it (jBPM itself supports timers)
>
> If you will provide example workflow need to support in EmForge - it will be
> simpler for us to implement such support
>
> 2009/8/3 Matteo <
matteo.per...@gmail.com>