Hello,
I'm developping a little app to export processes (instead of using
K2 Studio)
Here is my code
[quote user= new XmlDocument();
doc.Load(fullPath);
Export expt = new Export();
expt.Xml = doc.OuterXml;
K2Manager k2m = new K2Manager();
k2m.Login(exportServer,5252);
k2m.Export(expt);
using K2Manager API. the xmldocument contains the export xml file.
The export seems to work a little since I can see a new process version but in fact, the process starts but does not reach the first activity (it is in state "Running" but not "Active")...
In help doc, I saw the method AddReference in the Export class but don't know how to use it. Maybe I need it to completely success in process export
Does anyone can help me?
Exporting process through API [Resolved]
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.