Expand my Community achievements bar.

Workflow Purge Config Not getting created on Higher Environments(dev server)

Avatar

Level 3

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

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 7

Hi @kchaura 

I am sure you have config files in order, but just to be sure, how does your osgiconfig folder looks like ?

 

Tethich_0-1733348486637.png

 

Avatar

Level 3

@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.