Message Box

You can select this activity to display a message box with the specified text and options.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Input Input Text String The text to be displayed in the message box.
(Optional) Message Box Title String The title for the message box. This field is optional.
Message Box Type N/A The options to be displayed in the message box. Possible values: OK OKCancel YesNoCancel YesNo
Output Button Selection String A String variable that specifies the buttons to be displayed in the message box. e. The options are: OK, Yes, No, or Cancel.
Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses
  • 500 to 599: Indicates server error responses.