Hi,
Referring to my previous query - https://community.oracle.com/thread/4032805
I have tried both suspend and response methods under taskService and it is working fine.
Further..as per my requirement, I have to suspend the task for certain period of time (lets say for 2 days) and after 2 days the task should resume. There might be possibilities that the user who is working on the task, has put the task on hold for 2 days and waiting for more information from customer. But, the user got the required information from customer on 1st day itself. So, he has to work from that time onward i.e the task will resume from that time.
Here, in the suspendTask & resumeTask methods, apart from user/pwd & taskId, I am not getting which parameters have to pass to achieve the above requirement. Could you please suggest the possible way to implement this.