Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Component | Application Version | Process Version |
---|---|---|
Process | Yes | Yes |
Form | Yes |
Datalist | Yes |
Userview | Yes |
App Properties | Yes |
Info | ||
---|---|---|
| ||
Each app version may hold more than one process version but one can only start a process instance of the current latest process version the app version is holding. |
...
Info | ||
---|---|---|
| ||
|
...
These are the instances when process version will change.
Creation of new version from existing app version.
The current app version selected will be cloned (process, form, datalist, userview and properties including default plugin properties, message bundles, and environment variables ) over to the next available version number.
...
Inside an app version, it contains process design but process design has its own set of versioning called process version.
Info | ||
---|---|---|
| ||
Each process version belongs to only one app version. |
...
Under each process in processes tab, click on "Show Additional Info" link to reveal the Process Definition ID. You can find the process version in between the 2 hashes.
Component | Application Version | Process Version |
---|---|---|
Process | Yes | Yes |
Form | Yes |
Datalist | Yes |
Userview | Yes |
App Properties | Yes |
These are the instances when process version will change.
...
When one of the above takes place, Joget Workflow will find the next available process version and assign to it.
App Version | Process Version | Action Taken |
---|---|---|
1 | 1 |
1 | 1 -> 2 | Process design update |
For example, in the table above, upon process design update via process builder, the process version will now turn to 2 from 1.
In some cases, one may perform a process design update on older app version even though there's a newer app version in place as illustrated in the table below.
App Version | Process Version | Action Taken |
---|---|---|
1 | 1 |
1 | 1 -> 3 | Process design update |
2 | 2 |
In this case, app version 1 will now hold process version 3 and not 2.
...
In the Monitor Apps section, one can navigate to the process instance view and click on the Process Name link to lead to the designer console of the app version. From the screenshot below, this particular instance is of process version 6 1 and it belongs to app version 3.
...
Warning | ||
---|---|---|
| ||
Published Version of App does not affect access of forms by process instance. Do not remove an app version in a production server if there's still process instances running out from it. |
...
For example, in the table and screenshot below, 123_hr_expenseexpenseclaim_process1 will show forms mapped according to its activity mappings under app version 1 regardless of whether app version 1 or 2 is published or not.
On the other hand, 124_hr_expenseexpenseclaim_process1 will show forms from app version 2.
App Version | Process Version | Action Taken |
---|---|---|
1 | 1 | Started a process instance 123_ |
expenseclaim_process1 | ||
2 | 2 | Started a process instance 124_ |
expenseclaim_process1 |
By accessing the form record created by a process instance of different app version, you may not be seeing the exact form used during the process instance flow process. As such, you can clone the form from the originating app version into the current app version that you are working on so that you can then gain access to the very form used during the process flow.
For example, in the screenshot below, we are seeing a form with 3 fields in a process instance assignment. Remember that the form that is being used for this process instance originates from the app version the process instance started in.
For the same record row, when viewed in a CRUD userview menu, there's an extra field given that in the current published version, a field has been added to the form.
In order to resolve the possible confusion and displaying the correct form intended for the record row, the following actions can be taken:-
...
Info | |||||
---|---|---|---|---|---|
| |||||
The following code can be used in Bean Shell in:-
|
...