You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Recently we shipped several improvements for JSON, Jager, Tasks as WUM updates in EI 6.6.0.
For those new functionalities to work we need to add the following changes to the tooling.
Property mediator trace scope
New property called "invokeHandlers" in tasks
New "remove" action for enrich mediator
New "aggregateElementType" property for Aggregate mediator
New "JSON" data type for property mediator
Property Mediator
Currently, in EI Jager tracing, we can only see the property name. We should improve the code to add the property value also.
Here if the property mediator scope is given as trace
The Trace scope should be added to Property mediator
"JSON" data type is introduced to the property mediator
Sample <property name="Greeting" expression="json-eval($.)" type="JSON"/>
Tasks
In scheduled Tasks, we are introducing a new additional property called "invokeHandlers"
This property can have either "true" | "false"
This property is applicable only if injectTo == "seq" | "main" (not for proxy)
Description:
Recently we shipped several improvements for JSON, Jager, Tasks as WUM updates in EI 6.6.0.
For those new functionalities to work we need to add the following changes to the tooling.
Currently, in EI Jager tracing, we can only see the property name. We should improve the code to add the property value also.
Here if the property mediator scope is given as trace
The Trace scope should be added to Property mediator
"JSON" data type is introduced to the property mediator
Sample
<property name="Greeting" expression="json-eval($.)" type="JSON"/>
Tasks
In scheduled Tasks, we are introducing a new additional property called "invokeHandlers"
This property can have either "true" | "false"
This property is applicable only if injectTo == "seq" | "main" (not for proxy)
Enrich mediator
Example
UI validation: When target action = "remove" source type should be custom only.
Add aggregateElementType to onComplete section
This property can have only 2 values "root" | "child"
Suggested Labels:
improvement
Affected Product Version:
EI 6.6.0
Related Issues:
wso2/product-ei#5218
wso2/product-ei#5199
wso2/product-ei#5226
wso2/product-ei#5266
The text was updated successfully, but these errors were encountered: