Hi,
I created a Workflow Model in my local AEM instance and I would like to know if I can pull it with IntelliVault inside the code and store it in order to later do a deployment on AEM aa Cloud.
Is that possible or do I need to re-create the model in the cloud instance?
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
@anas-ensemble yes you need to add to filter
@anas-ensemble yes you should be able to pull from the local instance to code by updating filters and once it's part of the code you can deploy it using the pipeline to CS. I have attached WF best practices too
https://jackrabbit.apache.org/filevault/filter.html
Hi both,
Thank you for your quick replies!
I did change the filters to include this path:
/conf/global/settings/workflow/models/my-custom-workflow
And used IntelliVault to pull it under ui.content which was successful.
But the Workflow Model doesn't appear in CS after a successful deployment. I believe I also need to add this path to the filters and code
/var/workflow/models/my-custom-workflow
but I am not sure where in the project structure this var folder should be.
Can you let me know what I am missing?
Thank you in advance!
@anas-ensemble yes you need to add to filter