- Documentation
- Activities
- User Interaction
- Wait For User
Pause until the user chooses to continue or cancel, or a timeout resumes it
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Title title | string | Optional | Action Required | — |
Message message | text | Required | Please review, then choose how to continue. | — |
Continue Button continueButtonText | string | Optional | Continue | — |
Cancel Button cancelButtonText | string | Optional | Cancel | — |
Timeout (seconds, 0 = wait forever) timeoutSeconds | number | Optional | 0 | — |
On Timeout onTimeout | enum | Optional | continue | —continuecancel |
Reminder Interval (seconds, 0 = none) reminderSeconds | number | Optional | 0 | — |
Output Variable outputVariable | variable | Optional | UserResponse | — |
Output
$outputVariableStringThe label of the button the user clicked
Compatibility
WindowsDesktopAttended
Related activities
Ask Question
Ask the user a question and get their answer: free text, or a pick from a dropdown or a set of radio buttons
Select File
Show a file picker dialog for the user to select a file
Select Folder
Show a folder picker dialog for the user to select a folder
Show Message
Display a pop-up message to the user