How do i find out the workflow name from the workflow ID .I found the Id in a logfile.Is there any CLT for that?
You can get the name / description of the workflow by using the workflow object.Use TeamSite::WFworkflow and its method GetName or GetDescription
I am new to workflows .Could you be a little more explicit.Please explain how and where I should use this.
I dont know the workflow names ,I want to find out the name of the work flow whose ID i found in a log file.