wondering if NextGen Connect had plans to allow the configuration map values to be updated in code (within Mirth) as a place to store a static value, and read and update that value as the state changes??
something like:
Code:
configurationMap.put("key", value) and/or configurationMap.update("key", value)