Hi,
i have a question related to GetWorkflowHistory method of Nintex workflows web service.
I need to update some fields of list item and before that i need to query for workflow history tasks. When i call (programmatically from c# Windows Forms Project) GetWorkflowHistory method of the nintex webservice, the call never finishes and goes in time out.
WorkflowLog[] myWFLog = svc.GetWorkflowHistory(pFileURL, UpdateListItems.NintexWorkflowsWS.SPWorkflowState.All, "");