Hi
As a part of Order distribution, we are storing the User to whom the Workflow is to be assigned in a process level data field.
My problem is, Update of the processInstance is taking a lot of time.This in turn, sometime times out or does not assign the user to the Workflow :(
Code
SourceCode.K2ROM.ProcessInstance p = c.OpenProcessInstance((int)parms[0]);
foreach(string key in t.Keys)
{
p.DataFields[key].Value = t[key];
}
p.Update();
Am looking for any resolution
update process taking a lot of time
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.