GetProcessDefinitions

Description:

Retrieves information about process definitions.

Method Arguments:

None

Output:

The following table describes the output of this microagent method:

Column Name

Description

Name

Name of the process definition.

Starter

Name of the process starter for the process.

Created

Number of process instances created for this process definition.

Suspended

Number of times process instances have been suspended.

Swapped

Number of times process instances have been swapped to disk.

Queued

Number of times process instances have been queued for execution.

Aborted

Number of times process instances have been aborted.

Completed

Number of process instances that have been successfully completed.

Checkpointed

Number of times process instances have executed a checkpoint.

TotalExecution

Total execution time (in milliseconds) for all successfully completed process instances.

AverageExecution

Average execution time (in milliseconds) for all successfully completed process instances.

TotalElapsed

Total elapsed time (in milliseconds) for all successfully completed process instances.

AverageElapsed

Average elapsed clock time (in milliseconds) for all successfully completed process instances.

MinElapsed

Elapsed clock time (in milliseconds) of the process instance that has completed in the shortest amount of elapsed time.

MaxElapsed

Elapsed clock time (in milliseconds) of the process instance that has completed in the longest amount of elapsed time.

MinExecution

Execution time (in milliseconds) of the process instance that has completed in the shortest amount of execution time.

MaxExecution

Execution time (in milliseconds) of the process instance that has completed in the longest amount of execution time.

MostRecentExecutionTime

Execution time (in milliseconds) of the most recently completed process instance.

MostRecentElapsedTime

Elapsed clock time (in milliseconds) of the most recently completed process instance.

TimeSinceLastUpdate

Time (in milliseconds) since the statistics have been updated.

CountSinceReset

Number of process instances that have completed since the last reset of the statistics.