Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

I need to modularize the workflow and looking for option to create folder within /conf/global/settings/workflow/models.

Avatar

Level 1

 Is there option available through GUI to create sub-folder within the path /conf/global/settings/workflow/models  ?

 

 

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi @Satish_Jadhav ,

 

As per my knowledge it is not possible to create sub-folder within the  /conf/global/settings/workflow/models using GUI. But we can do using crx/de.

 

Please follow link to achieve this.

https://stackoverflow.com/questions/62549558/aem-6-5-how-to-change-workflow-location-to-model-subfol... 

 

Thanks,

Sandeep.

View solution in original post

5 Replies

Avatar

Correct answer by
Level 5

Hi @Satish_Jadhav ,

 

As per my knowledge it is not possible to create sub-folder within the  /conf/global/settings/workflow/models using GUI. But we can do using crx/de.

 

Please follow link to achieve this.

https://stackoverflow.com/questions/62549558/aem-6-5-how-to-change-workflow-location-to-model-subfol... 

 

Thanks,

Sandeep.

Avatar

Community Advisor

I think you can create models inside subfolder(sling:Folder) using code not sure why are you trying to create custom workflow directly inside AEM using GUI

e.g.

/conf/global/settings/workflow/models/level1/level2



Arun Patidar

Avatar

Level 1
Thanks Arun. I can create the folder from CRX but looking for option if its available throuh GUI. Sub-folders are required to modularize