Get Released Process Definitions

API Type

Web Services

Description

Retrieves the names and IDs of all released process definitions.

Syntax

public virtual KeyValue[] GetReleasedProcDefs()

Parameters

Name Description
None Not Applicable

Output

KeyValue array for pairs of process definition IDs and process definition names.

Example

KeyValue[] defs = svc.GetReleasedProcDefs();
for (int i = 0; i < defs.Length; i++)
    {
    Console.WriteLine("Key=" + defs[i].Key.Tostring() + "************"+"Value=" + defs[i].Value.Tostring());
    }

Supported Versions

3.2.0.4 and higher