Skip to main content
June 23, 2023
Question

How do we calculate node completion time

  • June 23, 2023
  • 5 replies
  • 0 views

Hi All, 

How do we calculate node completion time. 

Thanks in Advance! 

Regards,

VK

    5 replies

    stefanhelzle0001
    Brainy
    June 23, 2023

    Which nodes do you mean? User input tasks? You can get this using process reports.

    June 23, 2023

    If you just want to know the completion time of each node and not using it anywhere then you can get this detail in Process details of an instance.

    vk7666Author
    June 23, 2023

    how do we calculate that node

    stefanhelzle0001
    Brainy
    June 23, 2023

    What do you mean with "how do we calculate that node"?

    mathieud0001
    Brainy
    June 25, 2023

    You can get this information from a task report.

    You can use the tp!starttime and fn!task_completion_time() function to get the start and completion times. From there you can calculate the duration by subtracting the start time from the completion time.