Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
In this example, we have 2 processes, with the first process "Workflow Process 1" containing a Subflow calling the second process "Workflow Process 2".
Figure 1: Workflow Process 1 with Subflow to Workflow Process 2
Workflow Process 1 has one declared workflow variable named "firstStatus".
Figure 2: Workflow Process 2
Workflow Process 2 has one declared workflow variable named "secondStatus".
Subflow Properties
Title |
Description |
---|---|
Id |
Process to be called |
Execution |
Synchronous: calls and creates the subflow instance and waits for the subflow process to finish before continuing to the next node in the workflow process |
Subflow Parameters / Actual Parameters |
Workflow variables in the subflow process to be mapped with the existing workflow variables in the current workflow process. The number of entries in Subflow Parameters and Actual Parameters should be identical.
|
Example:
In the screenshot above, the subflow process will be executed synchronously. Parameter is set to "In and Out".
Let's walk through the entire process flow chronologically: