GetProcesses

Description:

Retrieves information about active process instances. If arguments are specified, information for process instances that match the specified arguments is returned.

Method Arguments:

The following table describes the arguments of this microagent method:

Argument Name

Description

Id

ID for the process instance.

Name

Name of the process definition used by the process instance.

EarliestStartTime

Earliest time (in milliseconds) at which the process instance started. All process instances started after the specified time will be retrieved.

MinimumDuration

Minimum time (in milliseconds) in elapsed clock time since the process instance started. All process instances that have elapsed times greater than the specified minimum duration will be retrieved.

MainProcessName

Name of the main process definition.

Output:

The following table describes the output of this microagent method:

Column Name

Description

Id

ID for the process instance.

Name

Name of the process definition used by the process instance.

TrackingId

Tracking ID for the process instance.

CustomId

Custom ID for the process instance.

Status

Status of the process.

StartTime

Time when the process instance started.

Duration

Elapsed clock time (in milliseconds) since the process instance started.

MainProcessName

Name of the main process definition.

CurrentActivityName

Name of the currently executing activity in the process instance.

StarterName

Name of the process starter that started this process instance.

SubProcessName

Name of the process definition for the sub-process.