We have a user input task assigned to a group and a user accepts the task, is there a way we can capture those task details to separate table in DB when that task is in accepted state before the task gets completed.
Discussion posts and replies are publicly visible
There is no direct way to do that. But all the task details are accessible via process reporting.
Do you have a specific use case in mind?
I'm currently using task report to get task details. I'm capturing task assigned and task completed date and time every time to db, but I need to capture when the user accepts the task as well. There is function gettaskacceptedtime() to get the date and time, but using this I can update the DB only after completing the task. My scenario is to update the DB instantly when user accepts the task. Thanks in Advance.
While there are options, I would not recommend any of them.
May I ask why that instant update is so important?