Tasks

Tasks are modular descriptions of computations. A job consists of batches of elements that undergo a sequence of tasks. These are the currently available task types:

Task Type
REQUEST_PARSEDefine target systems along with http method, fixed parameters, contextPath, which fields to parse, on which criteria to tag and which keys are used for storage of successful results and failures.
_METRIC_CALCULATION _Based on parsed results (such as provided by the REQUEST_PARSE task), define which metrics to calculate.
MAP_COMPARISONAllows comparison of two distinct results. At the moment only option: JACCARD_SIMILARITY.
MERGE_METRIC_ROWSIn case more than one result was generated in the task sequence, we can here merge distinct results.

COMPLETION COMING SOON