We have lot of rules in ip.json but all have one common property (correlationId)
"properties" : [{
"name" : "correlationId",
"evaluator" : {
"type" : "xpath",
"expression" : ".//*[local-name(.)= 'correlationId']"
}
}
],
Is there any possibility how to generalize this property and not write it to every rule? ...in the ip.json or in java code, just somehow?
Hi Pavel
Sorry it is not currently possible to do what you want.
Feel free to create a feature request and make some suggestions on how this may work. Any contributions are also welcome
Regards
Gary