Disable

The Disable Task is used to make a specific element inactive, preventing user interaction with it. This task ensures that the element remains visible but is not editable or clickable, maintaining control over the application’s functionality and workflow.

To make the control or element inactive, you need to select the page, layout, row, and column that contain the element.

Common Uses:

  1. Disabling Unavailable Options:
    • Disabling options like “Edit Details” once a loan application is submitted to avoid unauthorized changes.
  2. Restricting Actions:
    • Temporarily disabling buttons like “Transfer Funds” until all required fields are completed, ensuring proper data input.

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 PropertiesDescription
Task TypeThe 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 NameThe 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.
NameThe name defined here will be displayed to the end user.
DescriptionThe 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 – RuleThis 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 disabled. 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 inactive or disabled.
  • Form Name: Select the form, header, or footer that contains the element you want to disable.
  • Element Name: Select the elements you want to disabled or make inactive. 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