Process Excecution Statistics

Using process execution statistics, you can collect information for individual processes and activities of an application such as status, start time, elapsed time and so on.

You can use this information to identify time consuming activities and processes in an application.

Statistic Description
Status Status of the activity. For example, completed, faulted or cancelled.
Execution Time The execution time for an activity is the actual time (in milliseconds) required by the activity to complete.
Elapsed Time Elapsed time of an activity is the time difference (in millseconds) between start time and end time of the activity. Between the start and end time, control may get switched with other activities from other jobs. This is the time taken to execute an activity plus all the delays in acquiring resources like engine threads, JDBC connections, network, and so on. The elapsed time is eval time plus the time taken for evaluating all the forward transitions from that particular activity.