Hi All,
I have to purge workflow on AEM CLOUD of more than 10 days older,
I have followed the below article.
Created config name - com.adobe.granite.workflow.purge.Scheduler.cfg.json
and the path of config is - > ui.config/src/main/content/jcr_root/apps/wknd/osgiconfig/config.author
{
"scheduledpurge.name":"Dam Purge",
"scheduledpurge.daysold:Integer":10,
"scheduledpurge.modelIds":[
" /conf/global/settings/workflow/models/dam/update_asset/jcr:content/model"
]
}
Please find the qn below :
1: is the config name correct?
2. is the config path (ui.config/src/main/content/jcr_root/apps/wknd/osgiconfig/config.author) correct?
3 is the scheduledpurge.modelIds path is correct?
I have given scheduledpurge.modelIds -- /conf/global/settings/workflow/models/dam/update_asset/jcr:content/model but there is no model present inside our conf folder. Bcz we are using out the box model . so what should be modelId for that?
should i have used this model id form libs - /libs/settings/workflow/models/dam/dynamic-media-reupload
because i want to purge this model dynamic-media-reupload work flow
Solved! Go to Solution.
Views
Replies
Total Likes
For adding the configuration to the repository, the node's name requires an identifier suffix.
e.g. com.adobe.granite.workflow.purge.Scheduler-<identifier>
Also, the ID is the path to the model node.
e.g.
/conf/global/settings/workflow/models/dam/update_asset
Hi @raushan123
Please checkout this - https://www.initialyze.com/insights/aem-as-cloud-services-maintenance
Regards,
Shiv
For adding the configuration to the repository, the node's name requires an identifier suffix.
e.g. com.adobe.granite.workflow.purge.Scheduler-<identifier>
Also, the ID is the path to the model node.
e.g.
/conf/global/settings/workflow/models/dam/update_asset
Views
Likes
Replies