cancel
Showing results for 
Search instead for 
Did you mean: 

User task Pend

shiva_arunachal
Champ in-the-making
Champ in-the-making
Hi
I want to pend a user task for some time. i.e. i want the task to be removed from my queue for some time and after that specified time, it should reappear in my queue.
how can i achieve this.
is there any query which does this automatically or i have to code the logic myself.
Any help is appreciated.
4 REPLIES 4

yvoswillens
Champ in-the-making
Champ in-the-making
Hi Shiva,

could you elaborate on what you're trying to do? (Implement this in your process design or externally)
There are several ways to accomplish this.

Regards,

Yvo

shiva_arunachal
Champ in-the-making
Champ in-the-making
As of now i am thinking of doing this programatically using Activiti API if any. But i am also open to implementing this in process design (BPMN) if possible(though i can't think of a way).
Thanks,
Shiva.

jbarrez
Star Contributor
Star Contributor
Use an intermediate timer catch event in the process definition to add a wait.

Thanks. That solved my issue cleanly.