| Methods / Process Definition Methods | |
Web Services
Retrieves the names and IDs of all released process definitions.
public virtual KeyValue[] GetReleasedProcDefs()
| Name | Description |
|---|---|
| None | Not Applicable |
KeyValue array for pairs of process definition IDs and process definition names.
KeyValue[] defs = svc.GetReleasedProcDefs();
for (int i = 0; i < defs.Length; i++)
{
Console.WriteLine("Key=" + defs[i].Key.Tostring() + "************"+"Value=" + defs[i].Value.Tostring());
}
3.2.0.4 and higher