Show Yes/No Box
As a result of this activity an additional window with text from Question textbox and yes/no buttons are displayed on the screen, waiting on user's decision. The scenario is suspended until user presses one of the buttons. Declare a Boolean variable and put it in Answer textbox in Output part of properties window. This variable will store the user's answer (True for yes button, False for no button).
Acquired Text | String | Output | text input by user |
---|---|---|---|
Alternative Scenario If Failed | Boolean | Input | checkbox; default is "on" |
Display Name | Literal | Input | changes display name of the activity |
Exclude from Transaction Check | Boolean | Input | checkbox; default is "off" |
Question | String | Input | question, the answer to which is expected to be yes/no |
Answer | Boolean | Output | True/False value returned by activity |
Result | Boolean | Output | returns a Boolean value. True if no error in activity, otherwise will return False |
Result Code | Int32 | Output | Result Code will return 0 if there is no error in activity, otherwise in most cases will return 1. See the table of Extended Result Codes for more info |