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"]
}
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @kchaura
I am sure you have config files in order, but just to be sure, how does your osgiconfig folder looks like ?
Views
Replies
Total Likes
@Tethich Thanks for the response. Yes it is the exact same order that you shared it is under osgiconfig/config. I do not see any issues with other configurations except workflow purge. seems it is taking precedence from /apps/system/config instead osgiconfig/config path from higher environments.
Views
Replies
Total Likes
Hi @kchaura
In that case, you have to remove the config from /apps/system/config in order to pick environment specific configuration
Thanks
Views
Replies
Total Likes
@PRATHYUSHA_VP I have already done that but still no luck. Thanks
Views
Replies
Total Likes
You need to clear apps in order to avoid configs overlapping. Keep only one config for the workflow purge, the one from your codebase.
Views
Replies
Total Likes
I did not get exactly. Could you please explain ? I deleted all the config from dev environment created from system console and only deployed the config from the code . I see my config under apps/config but the same is not being reflected in system console., thanks
Views
Replies
Total Likes
I meant exactly what you did.
Views
Replies
Total Likes
Hi @Tethich Yes other configs are getting deployed there are no any issues apart from workflow purge config. I checked filter.xml and other too config and looks good to me. Thanks
Views
Replies
Total Likes
Views
Likes
Replies