Hi Everyone,
We are using AEM 6.5.21 service pack and I have set a environment specific configuration through my code base in osgi config folder using OOB workflow purge osgi service i.e Adobe Granite Workflow Purge Configuration, after deploying the code it gets created in local author and works fine but it is not getting created in higher environments(dev).This is only happening for Granite Workflow Purge Configuration and not for any other configs. Has anyone noticed this issue ? Thank you.
com.adobe.granite.workflow.purge.Scheduler-myproject-workflowPurgeTest.cfg.json
{
"scheduledpurge.modelIds":[],
"scheduledpurge.daysold": "90",
"scheduledpurge.name" : "workflowPurgeTest",
"scheduledpurge.workflowStatus": ["COMPLETED","FAILED"]
}