I am trying to instaniate a new process through the API and I cannot get the only process I have created to load.
//Create New Process Instance
oNewProcessInstance = oK2Connection.CreateProcessInstance("SystemAccessFormAdd");
Has anyone else run into this issue previously?
Mike Trouard
Page 1 / 1
You'll need to use the fully qualified Process Name which is "Project NameProcess Name".
For example (in C#):
oNewProcessInstance = oK2Connection.CreateProcessInstance("My K2 ProjectExpense Process");
For example (in C#):
oNewProcessInstance = oK2Connection.CreateProcessInstance("My K2 ProjectExpense Process");
Bob,
It worked great! Thanks.
Mike
It worked great! Thanks.
Mike
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.