GetProcessStarters

Description:

Retrieves information about either active or inactive process starters. The information is cumulative. A single process starter name represents all executions of that process starter.

Method Arguments:

The following table describes the arguments of this microagent method:

Argument Name

Description

ActiveOrInactive

Specify Active to retrieve information about process starters with the ACTIVE or READY status. Specify Inactive to retrieve information about process starters with the INACTIVE status.

Output:

The following table describes the output of this microagent method:

Column Name

Description

ProcessDef

Name of the process definition.

Name

Name of the process starter.

Status

Status of the process starter. The status can be INACTIVE, ACTIVE, or READY.

Created

Number of process instances created by this process starter.

CreationRate

Number of process instances per hour created by this process starter.

Running

Number of process instances currently executing.

Completed

Number of process instances that have completed.

StartTime

Time (in milliseconds) at which the process starter was started.

Duration

Elapsed clock time since the process starter was started.

CheckpointedStart

True if the process was restarted from a checkpoint.

Tracing

True if tracing is enabled for this process starter, false if tracing is disabled.