> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/getting-started/rpa-studio/editor-windows/configure-task-data-window.md).

# Configure Task Data Window

Configures the data input for Human Task.

This Window allows the user to configure the input data for a Human Task to be created. The type of data input depends on the type of Human Task Created. Two types Human Tasks can be created using Configure Task Data Window.

* `DocumentValidation`
* `Form`

## Document Validation

The DocumentValidation option allows the user to create a Human Task that validates the result of a Document Extraction. The Human Task is created only when the confidence of the ExtractionResult is between the Min. Confidence and Max. Confidence input values.

![Configure Task Data Window with DocumentValidation selected](https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2Fgit-blob-b6514c7988f1e9f42e7ceb1f47a2585a84212e53%2Fimage.png?alt=media)

### Inputs

* **Extracted Data** : [`Object Argument`](/getting-started/rpa-studio/arguments.md) <mark style="color:red;">`Required`</mark>\
  The `ExtractionResult` variable from a Run Extractor activity to create a single dependency Task or a List of `ExtractionResult` objects to create a multi-dependency Task.

{% hint style="info" %}
Use [`Create List`](/rpa-studio/data/list/create-list.md) and [`Add To List`](/rpa-studio/data/list/add-to-list.md) activities to create the list of `ExtractionResult`
{% endhint %}

* **Min. Confidence** : [`String Argument`](/getting-started/rpa-studio/arguments.md) <mark style="color:red;">`Required`</mark>\
  The minimum confidence required in the Extracted Data input to trigger the creation of the `Human Task`.
* **Max. Confidence** : [`String Argument`](/getting-started/rpa-studio/arguments.md) <mark style="color:red;">`Required`</mark>\
  The maximum confidence required in the Extracted Data input to trigger the creation of the `Human Task`.

{% hint style="info" %}
If the confidence of `ExtractionResult` is null or not in the range of `Min. Confidence` and `Max. Confidence`, then the `Human Task` will not be created.

The value of the confidence should be a floating-point number between `0` and `1`.              `Eg :` `0.4`
{% endhint %}
