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.

Inputs
Extracted Data :
Object Argument
Required
TheExtractionResult
variable from a Run Extractor activity to create a single dependency Task or a List ofExtractionResult
objects to create a multi-dependency Task.
Min. Confidence :
String Argument
Required
The minimum confidence required in the Extracted Data input to trigger the creation of theHuman Task
.Max. Confidence :
String Argument
Required
The maximum confidence required in the Extracted Data input to trigger the creation of theHuman Task
.
Last updated