Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

Need to Store new workflow models in my custom project folder which i created ?

Avatar

Level 3

I have requirement like when new workfow model create it should store in custom project folder which i created and it has to show in workflow model console.

1 Solução aceita

Avatar

Resposta correta de
Community Advisor and Adobe Champion

@keshav_goud 

If creating models programmatically (using a crx package) you can also create a sub-folder within:

 

 

/var/workflow/models
For example, /var/workflow/models/prototypes

 

This folder can then be used for managing access to the models in that folder.

 

Initially, the model, and its properties, is presented in read-only mode as:

  • Default workflows are located in /libs
  • Legacy workflows are located in /etc

For the full documentation click here: https://experienceleague.adobe.com/docs/experience-manager-64/developing/extending-aem/extending-wor...

 

Ver solução na publicação original

2 Respostas

Avatar

Community Advisor

whenever you create a workflow model in AEM, it gets stored in /var/workflow/models path so only thing you need to do is create a var folder of type sling:folder in ui-apps module of your project and then with the help of AEM developer tools for eclipse you can import that model in your project.

 

thats it.

Hope this will help.

Umesh Thakur

Avatar

Resposta correta de
Community Advisor and Adobe Champion

@keshav_goud 

If creating models programmatically (using a crx package) you can also create a sub-folder within:

 

 

/var/workflow/models
For example, /var/workflow/models/prototypes

 

This folder can then be used for managing access to the models in that folder.

 

Initially, the model, and its properties, is presented in read-only mode as:

  • Default workflows are located in /libs
  • Legacy workflows are located in /etc

For the full documentation click here: https://experienceleague.adobe.com/docs/experience-manager-64/developing/extending-aem/extending-wor...