Methods / Process Definition Methods |
Web Services
Retrieves the released process definition ID by a specified process definition name.
public virtual string GetReleasedPID(string procDefName)
Name | Description |
---|---|
procDefName |
|
The ID for the released process definition.
//GetReleasedPID IWFWorkflowService svc= GetWorkflowService(); string procDefName = "Budget Request Approval Process"; string processDefinitionID = svc.GetReleasedPID(procDefName); Console.WriteLine("Process definition ID=" + processDefinitionID);
3.2.0.4 and higher