Description
Displays a message box with a given text with the button options.
Attributes
Output
- Result - The chosen button from the selection.
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
Button - You can choose what button/s to display together with the message in the message box. The options are OK, OK Cancel, Yes No Cancel, and Yes No.
Content - Text to be displayed.
DisplayName - Renames the activity.
Title - The title of the message.
Example
- Add a Message Box activity in the Workflow area.
- In the Message Box Content field, write "This is a sample message.".
The use case should look like the following screenshot:
Upon execution, this should be the output: