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.
Solved! Go to Solution.
Views
Replies
Total Likes
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:
For the full documentation click here: https://experienceleague.adobe.com/docs/experience-manager-64/developing/extending-aem/extending-wor...
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
Views
Replies
Total Likes
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:
For the full documentation click here: https://experienceleague.adobe.com/docs/experience-manager-64/developing/extending-aem/extending-wor...
Views
Likes
Replies