Display Msgbox
Description
Display Msgbox shows a pop-up message box during process execution in the Process Studio graphical interface. Use this process entry during development and debugging to verify the current point of execution, display variable values, or pause the process for manual review. The message box shows OK and Cancel buttons — clicking OK follows the success hop, while Cancel follows the failure hop, allowing you to interactively control the process flow during testing.
- Clicking on "Cancel" exits on the red hop
- When running this entry from a non-Graphical User Interface, the entry always exits on the green hop.
Configurations
| Field Name | Description |
|---|---|
| Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
| Message title | The title of the message |
| Message body | The message to display |