Hi,
I have created a custom workflow to publish a page under /conf directory. I need to use this workflow in manage publication. Is it correct to add custom workflow which is in /conf folder? bcz I was getting this error in console when I added my workflow
"Cannot create workflow model from node: /conf/global/settings/workflow/models/awsevents/content-approval-workflow".
Please let me know if there's any other ways to add workflow in manage publication.
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @keerthana_hn,
If I good understand, you would like to run your own workflow from Manage Publication option. If so you will need to overlay bellow path
/libs/cq/gui/content/common/managepublicationwizard/body/items/form/granite:data
and change requestActivationWorkflow property value to point to your custom workflow model from /var.
Here are some links where you will find description step by step what needs to be done:
Hi,
you need to add same model at /var/ as well e.g. /var/workflow/models/awsevents/content-approval-workflow
Yes this model is already in /var folder tried adding this path still it'll pick the default publish workflow
Could you please refer following article: https://bimmisoi.blogspot.com/2020/07/aem-trigger-customized-workflow-on.html
Hi @keerthana_hn,
If I good understand, you would like to run your own workflow from Manage Publication option. If so you will need to overlay bellow path
/libs/cq/gui/content/common/managepublicationwizard/body/items/form/granite:data
and change requestActivationWorkflow property value to point to your custom workflow model from /var.
Here are some links where you will find description step by step what needs to be done: