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.
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.