Skip to main content
Version: Latest (4.60.0)

Generic Resolver

The Generic Resolver component will resolve the configured fields from the incoming data to the corresponding configured Response value based on the document found by the configured query. The default resolve value is set to migration.id but it could be set to any key within the document using dot-notation.

Configuration

The Concept of Resolving

Inputs | Outputs


Generic Resolver
Input
Output
Error
00 0 (ilysu4s4)

Input: the input that receives the actual data messages.

Example:

{
"source": {
"properties": {
"mainDep": "156"
}
}
}