Methods / Process Definition Methods |
Web Services
Retrieves the ID for the first version of the process definition, called the base process definition. All subsequent process definition versions have the same base process definition ID. This call retrieves the base process definition ID with the specified process definition name.
public virtual string GetBaseProcDefID(string procDefName)
Name | Description |
---|---|
procDefName |
|
string that contains the base process definition ID.
IWFWorkflowService svc = GetWorkflowService(); string procDefName = "CreateRequest"; string baseProcessDefinitionID= svc.GetBaseProcDefID(procDefName);
3.2.0.4 and higher