Retrieve days/time between tasks in a instance

Hi,

For example I have Begin->TaskA->TaskB->TaskC->TaskD->End

Is there a way to retrieve the following:

  1. Time/Days for each Task from start to complete.
  2. Time/Days from start to end of a wf instance.
  3. Time/Days between Task A and Task C in a wf instance?

My client need to get reports on how much time is taking to execute not only a specific task or a wf instance, but also a subgroup of task the wf.

Or maybe can be retrieved direct from the DB.

Thanks in advance,

Omar Zelaya

Hi,

I have done it accesing the wstaskinstance table.

Thanks.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.