How to report the duration time from each Step within Stages?
Hello everybody,
I'm in need to create an report that capture and shows the time spent on each STEP for a given STAGE, but I'm not aware of any in-box report solution already avaliable into PEGA, nor which function, class or property can be used in this case.
Does it can be done by calling directly a function, activity or property, or do I need to calculate it somehow?
Thanks in advance
Las
Hi all,
What I've found so far was:
Searching by the field mentioned ".pxAssignmentElapsedTime", found the report (also mentioned previously) below
Report Definition: "Task Duration Drill Down"
(CL)History-Work-
(ID)pyTaskDurationDrillDown
(FIELD)Work-.pyID ==> ID do case
(FIELD).pyPerformer ==> who performed the action
(FIELD).pxTaskElapsedTime ==> total time duration of the STEP
(FIELD).pxTimeCreated ==> the start date/time of the STEP
Fields added for test purposes:
(FIELD).pxAssignmentElapsedTime ==> total time of the step in seconds
(FIELD).pyTaskName ==> Give a task name **
(FIELD).pyPerformActionTime ==> looks like a time in seconds (and the same value of "pyPerformTaskTime" and "pyPerformAssignmentTime"), but didn't understand what this time represents
(FIELD).pyPerformTaskTime ==> looks like a time in seconds (and the same value of "pyPerformActionTime" and "pyPerformAssignmentTime"), but didn't understand what this time represents
(FIELD).pyPerformAssignmentTime ==> looks like a time in seconds (and the same value of "pyPerformTaskTime" and "pyPerformActionTime"), but didn't understand what this time represents
Hi all,
What I've found so far was:
Searching by the field mentioned ".pxAssignmentElapsedTime", found the report (also mentioned previously) below
Report Definition: "Task Duration Drill Down"
(CL)History-Work-
(ID)pyTaskDurationDrillDown
(FIELD)Work-.pyID ==> ID do case
(FIELD).pyPerformer ==> who performed the action
(FIELD).pxTaskElapsedTime ==> total time duration of the STEP
(FIELD).pxTimeCreated ==> the start date/time of the STEP
Fields added for test purposes:
(FIELD).pxAssignmentElapsedTime ==> total time of the step in seconds
(FIELD).pyTaskName ==> Give a task name **
(FIELD).pyPerformActionTime ==> looks like a time in seconds (and the same value of "pyPerformTaskTime" and "pyPerformAssignmentTime"), but didn't understand what this time represents
(FIELD).pyPerformTaskTime ==> looks like a time in seconds (and the same value of "pyPerformActionTime" and "pyPerformAssignmentTime"), but didn't understand what this time represents
(FIELD).pyPerformAssignmentTime ==> looks like a time in seconds (and the same value of "pyPerformTaskTime" and "pyPerformActionTime"), but didn't understand what this time represents
With those info, and work on OOTB report, but if possible would like to understando these fields above (pyPerformAssignmentTime , pyPerformTaskTime and pyPerformActionTime).
Also, to see some of the reports ready-to-use from PEGA, we can go to the :
Now I have enough to proper starts a solution as asked by the customer.
Please feel free to add any info regards this subject and conclusion as well.
PS.: I'm using PEGA 7.2.1 - Personal Edition
Thanks in advance
Las