We have requirement to design custom workflows to perform activation & deactivation of the selected content having some specific custom steps and these workflows should be triggered using OOTB Manage Publication Wizard. The challenge I have is Manage Publication Wizard is pointing to workflow models (/etc/workflow/models/xxxxxxxxxxx/jcr:content/model) which I am not able to find in Adobe as Cloud Services. The Custom workflows what we have created are located under (/conf & /var).
So we are confused with what workflow model path we should provide in case of overlaid manage publication wizard.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @S_K_Agarwal,
Please use workflow from /var location in overlay. It's because under /var location executable/runtime versions of workflows are stored.
So your code in overlay will look like that:
scheduleActivationWorkflow="/var/workflow/models/xxxxxxxxxxx"
Hi @S_K_Agarwal,
Please use workflow from /var location in overlay. It's because under /var location executable/runtime versions of workflows are stored.
So your code in overlay will look like that:
scheduleActivationWorkflow="/var/workflow/models/xxxxxxxxxxx"
Hi
check this and consider @lukasz-m points
https://bimmisoi.blogspot.com/2020/07/aem-trigger-customized-workflow-on.html
Views
Likes
Replies
Views
Likes
Replies