Skip to main content
Each process exported to K2 Server increments the version number of the Process. Is there a way to prevent this?

No, each export to K2 Server will increment the version number. You can, however, change the default version to start when a process is planned. By default, K2 Server will always take the latest version.

There is an optional version number parameter in the K2ROM object model. When you call myConnection.Plan(), you can optionally specify which version number. Realistically, this is something that is rarely used.
Alternatively you can specify the default version number in the K2.net 2003 Managment Console, in the Process Version Manager (double click the Versions icon). Just select the version you want to set as default and click the "Set to Default Process" button.

Reply