OSGI Config values are not getting updated
Hello,
We are encountering an issue when trying to update the out-of-the-box (OOTB) OSGI config for the workflow. The configuration values are not being updated even though we have kept them under the config node. The values are not updated when accessing /system/console/ConfigMgr.
AEM: 6.5.21.0
PID:
com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl
Name of the config file:
/apps/project/osgiconfig/config/com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl.cfg.json
Entries in the config:
{
"cq.wcm.workflow.terminate.on.activate":"false",
"maxThreadPoolSize": "100",
"minThreadPoolSize": "5",
"cq.wcm.worklfow.terminate.exclusion.list": [],
"event.filter":"(!(event.application\=*))"
}
Also, please note that we are not allowed to update/delete any OOTB config directly in /system/console/ConfigMgr. We only need to update via package deployment.
Can someone please help me identify the issue with this configuration?

