Visible
The Visible Task is used to make a specific element visible to the end user. By applying this task, the application displays the element, ensuring it is accessible for interaction or view. You can configure this task by selecting the page, layout, row, and column where the element resides.
Common Uses:
- Dynamic Display of Options:
- Showing additional options, like “Nominee Details,” only when a user selects “Add Nominee” in account setup.
- Conditional Element Visibility:
- Making “OTP Entry Field” visible only after triggering “Send OTP” during online transactions.
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. |
Properties
Layout:
- Page Name: In this field, select the page’s name that contains the component where you want to configure the element as visible. You can see the name of the page in the configuration details of the row and column components.
- Row Index: In this field, select the index of the row that contains the component.
- Column Index: In this field, select the index of the column that contains the component.
Element
- Entity Type: Select the entity type that contains the element you want to configure as visible.
- Form Name: Select the form, header, or footer that contains the element you want to make visible.
- Element Name: Select the elements you want to make visible. You can select multiple elements here.
Note: You can add more control paths by clicking on ‘+ Add Control Path‘< > to apply the same task to the other elements on other components or pages.
Then Save the task.
Was this article helpful?
YesNo