Retrieves the released process definition ID by a specified process definition name.
The ID for the released process definition.
//GetReleasedPID IWFWorkflowService svc= GetWorkflowService(); string processDefinitionName = "Budget Request Approval Process"; string processDefinitionID = svc.GetReleasedPID(processDefinitionName); Console.WriteLine("Process definition ID=" + processDefinitionID);
3.2.0.4 and higher