この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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:
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: