Close Popup
The Close Popup Task is used to automatically close any currently opened dialog box or popup screen within the application. It ensures that the popup is closed programmatically without requiring the user to manually dismiss it.
Common Uses:
- Transaction Confirmation Popups:
- After confirming a fund transfer or bill payment, the application can use this task to close the confirmation popup automatically, improving user experience.
- Authentication Dialogs:
- If a user successfully logs in or authenticates via OTP, the task can close the login or OTP dialog box and redirect them to the next page.
This task is essential for maintaining a seamless user flow by handling popups dynamically.
Configuration
When you create a task, its configuration page opens in which you define its basic and advanced properties. These are as follows:
Basic
Basic Properties | Description |
Task Type | The Task Type indicates what kind of task you are creating. This is a read-only field since you select the type when you create the task and cannot change it during the configuration stage. |
Reference Name | The Reference Name acts as a unique internal identifier for the task. This is visible to vFlow users for ease of reference but is hidden from end users. This allows users of the platform to manage and differentiate between tasks conveniently. |
Name | The name defined here will be displayed to the end user. |
Description | The Description field is intended for use by application designers or administrators (vFlow users) to provide additional context or details about the task group. This description is not visible to end-users and is used solely for internal reference to assist with task management. |
Loader Properties – Title | |
Loader Properties – Description | |
Business Rule – Rule | This drop-down allows you to specify a Business Rule that governs when and how this task executes, offering more fine-grained control over task execution. If the specified condition is met, the task will execute; otherwise, it will not. |
Was this article helpful?
YesNo