Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

 

View solution in original post

2 Replies

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

Correct answer by
Community Advisor

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