Guys,
In the past I used the following in a user defined
function to determine if the code is running on
Development or Production system:
receiver = (String) map.get(StreamTransformationConstants.RECEIVER_SERVICE);
This is no good however within ccBPM.
So how can I get, say, the system ID from a UDF?
Your help would be much appreciated.
Thanks a lot,
Vitkor
Add a comment