Hi Team,
I am working on migrating one of our application to use the Nintex K2 Automation and sunset the K2 blackpearl.
SourceCode.Workflow.Management.WorkflowManagementServer managementServer = (WorkflowManagementServer)getK2ConnectionObject(K2ConnectionType.WorkflowManagementServer, null);
if (managementServer.RedirectWorklistItem(formattedFromUserNTLogin, formattedToUserNTLogin, wi.ProcInstID, wi.ActInstDestID, wi.ID))
{
itemsRedirected++;
}
I want to use the SmartObject API to redirect Work List Item instead of the dlls. How i can achieve that any help would be appreciated.
Question
How we can Redirect WorkList Item using the SmartObject API
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


