Open User Interactive Confirmation Dialog
Overview
Display a confirmation dialog, and continue executing subsequent automation steps after the user clicks the Confirm or Cancel button
Parameter Configuration
| Parameter | Description |
|---|---|
| Dialog Title | Display the title of the dialog. You can use expressions to obtain context variables to specify dynamic content |
| Dialog Distance from Top | Display the distance of the dialog from the top. You can use expressions to obtain context variables to specify dynamic content |
| Dialog Width | Display the width of the dialog. You can use expressions to obtain context variables to specify dynamic content |
| Dialog Height | Display the height of the dialog. You can use expressions to obtain context variables to specify dynamic content |
| Prompt Text | Prompt text, you can use expressions to obtain context variables to specify dynamic content |
| Text Horizontal Alignment | Horizontal alignment of prompt text. Optional Left, Center, Right, Justified, default is Center |
| Text Vertical Alignment | Vertical alignment of prompt text. Optional Top, Center, Bottom, default is Center |
| Confirm Button Text | Confirm button text, you can use expressions to obtain context variables to specify dynamic content |
| Cancel Button Text | Cancel button text, you can use expressions to obtain context variables to specify dynamic content |
Return Value
| Return Value | Type | Description |
|---|---|---|
| Is Confirmed | Boolean | Return value after user clicks confirm or cancel |
Usage Scenarios
- Some sensitive operations in business (such as deleting data, updating data) that require user confirmation before proceeding

