Views
Opening Views
No other views can be opened in the BPMN Designer perspective, all relevant views are open by default.
Select the desired view from the View menu in the menu bar.
| Projects | The Projects view displays a tree structure of the connected repository with various elements such as projects, folders, and files. The context menu can be opened by right-clicking on an element in the Projects view. The available options change depending on where in the tree structure the context menu is called. The Filter text field above the project tree can be used to search for files within the connected repository. Placeholders like The following actions can be performed using various buttons:
|
---|---|---|
| Apps | The Apps view displays all X4 Apps that are used to bundle projects. |
| Properties | In the Properties view, the properties of selected process modules and of opened processes can be displayed and edited:
![]() The most common properties are displayed by default, however, additional settings can be made using the Properties view toolbar:
|
| Run/Debug Console | If a process is checked for errors or simulated, debug information is displayed in the Run/Debug Console view for each executed process step. Error messages are highlighted in red, successful status messages are green. When a process step outputs an intermediate result, it is stored in a temporary file during debugging, which you can view using the corresponding reference (e.g., file://1376054979039/). |
| Output |
In the Output view, you can see the results of each debug step. ![]() If the output is larger than 1 MB, a warning is displayed. You can download the data using the Load button. You can also perform the following actions from the toolbar:
Note: Binary data is displayed as hexadecimal data in the Output view. Images and text-based contents are shown as image or text. The output of binary data as hexadecimal data does not affect the performance of the X4 Designer. |
| Server Log1175px650 | The Server Log view allows you to track the server status and especially errors in the Server Log view from within the X4 Designer. ![]() |
| Process Call Hierarchy | The Process Call Hierarchy view allows you to display all repository elements using a certain process or process component in the repository. ![]() Right-click on the desired element in the Projects view to bring up a context menu. Process Call Hierarchy then displays a list of all repository items that contain at least one reference to the selected item. |
| Error Log | The Error Log view allows you to view errors that occurred in the X4 Designer. ![]() The following additional actions can be performed via the toolbar:
|
| Problems | In the Problems view, all errors and warnings are listed. The filter can be used to customize the displayed list. |
| Debug Sessions | The Debug Sessions view lists all active debug sessions. Double-click the desired process in the view to switch to the debug session. Active debug sessions are marked in gray. New debug sessions connected to the server are highlighted in orange. |
| Breakpoints | In the Breakpoints view, all set breakpoints are listed. In the view, breakpoints can be activated, deactivated and deleted. Additionally, all breakpoints can be skipped without deleting the breakpoints. |
| Quick Watch | In the Quick Watch view, variables, parameters, and dynamic parameters can be viewed separately with their values during debugging. To do so, choose the corresponding entry from the drop-down list: ![]() Selected variables are updated after each debug step. When you select the Parameters entry, you can use the Project, Global and System checkboxes to specify which type of parameters you would like to display: ![]() If the result of the debug step contains content greater than 1 MB, a warning is displayed and the result can be downloaded via a button.
|
| Outline | In the Outline view, the complete process diagram is displayed as an image. By clicking on the individual areas of the illustration, it is easy to navigate through the process, even if it is larger than the size of the Designer window. |
| Base64 | Base64 encode or decode strings |
| Digest | Generate hash value for strings |
| Regex | Apply regular expression (Regex) to a string to test the expression or to directly replace the string according to a pattern |
| URLCodec | URL encode or decode strings |