Skip to main content
romiev8957
November 9, 2023
Question

User Input Task

  • November 9, 2023
  • 10 replies
  • 0 views

Hi!

Does anybody knows how can I capture the time when  a user accepts a task? and who accept it? when a user input task is assigned to a group of people...

thanks!

    10 replies

    stefanhelzle0001
    Brainy
    November 9, 2023

    There is no way to react on that event. As the task is completed, you have that data available and can store it somewhere for reference.

    romiev8957
    November 9, 2023

    So only when a task is completed, I can get that info right? Do you know how to do that? because I saw some expression rules about it, but when I pass the ID Process or the ID Task as appropriate, I only get the time It was completed, not accepted...

    stefanhelzle0001
    Brainy
    November 9, 2023

    In a process report, you can use task metric functions to get that time. The lag() function is the time between assignment and acceptance. netLag() is the same, but working hours only.

    Is this what you are looking for?

    November 9, 2023

    HI, 

    If I understood your requirement correctly, we can get it through Process Report over the active instance of a process model.

    Here we can use

    tp!owner - to get "who accepts it"

    tp!starttime -to get "when a user input task is assigned to".

    I hope this will help you

    romiev8957
    November 9, 2023

    Yes! thats what I needed. And do you know how can I get the time when the task was Accepted?  Thank you!

    annap0005
    November 10, 2023

    you can add lag time in start time if its accepted