In this option, the following functions are available:
▪Started instances: Returns the quantity of started instances.
Syntax:
|
STARTEDINSTANCES(<Process>;<User>)
|
▪Finished instances: Returns the quantity of finished instances.
Syntax:
|
FINISHEDINSTANCES(<Process>;<User>;<Status>;<Priority>;<Value>)
|
▪Cancelled instances: Returns the quantity of cancelled instances.
Syntax:
|
CANCELLEDINSTANCES(<Process>;<User>;<Status>;<Priority>;<Value>)
|
▪Average elapsed time of instances: Returns the average elapsed time in minutes between the start and end of the instances.
Syntax:
|
AVERAGEELAPSEDTIMEINSTANCES(<Process>;<User>;<Status>;<Priority>;<Value>)
|
▪Average time of instances in working hours: Returns the average time elapsed in minutes based on working hours between the start and end of the instances
Syntax:
|
AVERAGETIMEINSTANCESWORKINGHOURS(<Process>;<User>;<Status>;<Priority>;<Value>)
|
▪Executed activities: Returns the quantity of executed activities.
Syntax:
|
ACTIVITIESPERFORMED(<Process>;<Activity>;<User>;<Status>)
|
▪Average elapsed time of activities: Returns the average elapsed time in minutes of an activity execution.
Syntax:
|
AVERAGEELAPSEDTIMEOFACTIVITIES(<Process>;<Activity>;<User>;<Status>)
|
▪Average working time of activities: Returns the average elapsed time in minutes of an activity execution.
Syntax:
|
AVERAGEWORKINGTIMEOFACTIVITIES(<Process>;<Activity>;<User>;<Status>)
|
|