Skip to main content
arunp0009
January 18, 2022
Question

Query regarding - when a user accepts the task

  • January 18, 2022
  • 10 replies
  • 0 views

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.

    10 replies

    stefanhelzle0001
    January 18, 2022

    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?

    arunp0009
    arunp0009Author
    January 18, 2022

    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.

    stefanhelzle0001
    January 18, 2022

    While there are options, I would not recommend any of them.

    May I ask why that instant update is so important?