Skip to main content
Nintex Community Menu Bar

Namespace difference - Management and K2Mng

  • October 31, 2007
  • 2 replies
  • 23 views

Forum|alt.badge.img+1

Does anyone know what the difference(s) between SourceCode.Workflow.Management and SourceCode.K2Mng are? They look identical and we're trying to figure out which to use for deriving *all* open worklistitems [of SourceCode.Workflow.Client variety] for a process instance/workflow.


We are getting back a valid list of worklistitems using SourceCode.Workflow.Management.WorkflowManagementServer.GetWorklistItems() but discovered SourceCode.Workflow.Management.WorklistItems and SourceCode.Workflow.Client.WorklistItems are very different. We need SourceCode.Workflow.Client.WorklistItems!


We figured to use SourceCode.Workflow.Management.WorklistItem.ProcInstID to help us drive [round about] to proper SourceCode.Workflow.Client.WorklistItems via SourceCode.Workflow.Client.Connection.OpenProcessInstance() but are unsure of Connection.Impersonate() issues. Any ideas? TIA!


Curtis

2 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • November 1, 2007

I believe K2Mng is there mainly for backwards compatibility and the recommended approach would be to use SourceCode.Workflow.Management.


Regards,


Ockert


Forum|alt.badge.img+1
  • Author
  • November 1, 2007
Thank you Ockert for your reply and information.