Process compatibility version
- Updated: 2026/05/05
Process compatibility version ensures internal version control for process compilation, consistent runtime behavior, and effective management of package-specific compatibility, maintaining backward compatibility during breaking changes (when you make changes in one part of the code that can cause potential issues in other areas).
The Settings page provides a centralized location for viewing and managing compatibility version information. You can access configuration options and maintain consistent process behavior from the Process editor settings page.
Available compatibility versions
Depending on your requirements, choose one of the following versions:
| Version | Description |
|---|---|
| 1 | Provides support of Split & Merge and document extraction. |
| 2 | Provides package manager and Cloud triggers support. |
Set the process compatibility version
As a developer, you can set the process compatibility version in the private workspace.
- Log in to the Control Room.
- In the private workspace, select the process for which you want to set the
version.
The process opens in edit mode.
- From the actions menu (vertical ellipsis), select Settings.
- If the Process compatibility version is set to
1, we recommend that you set it to
2 (default version) to enhance the process
performance.Note: Each version includes new features in addition to those provided by the previous versions. By selecting the latest version 2, you will get the advantages of all the cumulative features of previous versions.
- Save and click Return to the editor to return.