Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.6.0
-
None
-
Unknown
Description
This one does not work in custom processor:
Object val1 = exchange.getVariable("global:testVar");
This one works fine:
Object val2 = exchange.getContext().getVariable("testVar");