Prompt

Overview

  • The Prompt action displays a dialog box that requests input or confirmation from the user. This could be used for various purposes, such as asking for consent, confirming a decision, or collecting information that is necessary to proceed with the workflow.

  • The Prompt action ensures that the user is actively engaged in key decisions or inputs, making it ideal for cases where a response is needed before continuing with the next step of the process.

  • Let’s explore the screens that follow, after drag-n-drop of Prompt action on workflow canvas.

Config

image-20240819-114520.png
Config Tab

Config Field

Description

Config Field

Description

Header

It enables to input text which will be displayed on the header of the prompt.

Prompt Message

It enables to input confirmation message body which will be displayed on the prompt.

Confirmation Option Label

It enables to input label for button which will be used for confirmation of the prompt operation.

Cancel Option Label

It enables to input label for button which will be used for cancellation of the prompt operation.

Prompt Theme

  • It enables to choose the theme which will be used overall on prompt, emphasizing on header of the prompt.

  • It is advised to use the theme with respect to the operation output. Following are themes available:

  1. Default

  2. Error

  3. Info

  4. Shade

  5. Success

  6. Warning

  7. Offline

Hide Texture Theme

If checked, it will disable the texture theme of the prompt.

Action Details

image-20240819-115209.png
Action Details Tab