Versioning Processes
In previous versions of Rulex you could either duplicate your process every time you wanted to fix a version, or export the process with its date and time as a suffix. In collaborative working these exported PRCX files were shared. To avoid the human errors inherent in manual activities and to minimize memory occupation processes can now be versioned directly from the Rulex interface.
Rulex versioning allows you to save, update, merge and retrieve specific versions of a process, and is based on the Git version control system.
For a quick overview on versioning, watch the video
Prerequisites
Before versioning processes, you must enter repository details in the Versioning Preferences dialog box (File > Versioning Preferences).
The following details are required:
Preferences | Details |
---|---|
Repo URL | Enter the URL of your Git repository |
Repo username | Enter the username required to access to Git repository |
Repo password | Enter the password paired to the username required to access to Git repository |
Username | Enter the username that will be associated to repository commit activities |
Enter the email address of the user associated to repository commit activities. This option is not mandatory. |
Changing repository details
If you need to change these details for a specific process, right-click the specific process the Processes pane, and select Version control > Change repo.
Versioning operations
Versioning can be accessed from two different points in Rulex:
By right-clicking a process in the Processes list and selecting Version Control. This access mode allows you to perform versioning operations on all the process you can work on.
Directly from the versioning icons in the toolbar. This access mode is quicker, but allows you to perform operations only on the process you are currently working on:
Name | Description |
---|---|
Add | Adds the process to version control. When you want to version your process, click on the Add icon in the toolbar. A green tick sign will be added to the versioned process in the processes list on the left. When you make and commit changes to the process this icon will turn yellow, indicating that the current and versioned processes are no longer aligned, at which point you need to push your changes to align the local and server versions. |
Clone | Clones a process which has already been versioned. To clone an existing process click the Clone icon, then enter the hash name of the process and a new name for the copied process. |
Pull | Retrieves the latest version of a process from the version control system. In case of conflicts a warning message is displayed, allowing you to decide how to continue. |
Push | Aligns your local files with those on the server. Click the Push icon to align the server files with those of the current process with the latest modifications, adding a description of the changes made. |
Info | Retrieves the hash name of the process. Click the Info icon, and then click on the copy to clipboard button to make it easier to save the hash name or pass it on to a co-worker, who wants to clone the process. |
Log | Retrieves a list of all the commit operations performed on the current process, together with any corresponding tags. |
Revert | Reverts to a previous version of the process. Click the Revert icon, and select the process you want to return to. |
Tag | Adds a specified tag to your process, to make it consequently easier to identify. Click the Tag icon, and enter a name and description for the tag. |
Merge | Merges two different processes. The merge process is as follows:
|