Configure Task Data Window
Configures the data input for Human Task.
Last updated
Configures the data input for Human Task.
Last updated
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
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.
Extracted Data : Object Argument
Required
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.
Use Create List
and Add To List
activities to create the list of ExtractionResult
Min. Confidence : String Argument
Required
The minimum confidence required in the Extracted Data input to trigger the creation of the Human Task
.
Max. Confidence : String Argument
Required
The maximum confidence required in the Extracted Data input to trigger the creation of the Human Task
.
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