Hi,
In AEM touch ui, we can trigger multiple workflows on same page/payload. How can I restrict it to only one workflow.
I have tried with on click event on the create workflow button and try to find the payload in all available workflows in a servlet using the workflowsession.getAllWorkflows(), but the result of this method returns workflows triggered by the current user only.
So if any other user has triggered a workflow on the page it is not visible for the current user session from code.
Is there any way to find the workflow status for a page in sites.html window.
AEM version 6.5.6-1
Thanks.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @tarunrajg ,
On click of create workflow , you can call js which check the workflow status.
Please follow below article hope it will be helpful.
Regards,
Santosh
Hi @tarunrajg ,
On click of create workflow , you can call js which check the workflow status.
Please follow below article hope it will be helpful.
Regards,
Santosh
Please check https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/restricting-a-page-to-be-s...
Please check this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/restricting-a-page-to-be-s...
"You cannot restrict to one workflow in Touch UI you need to use classic UI. if you still want to use Touch UI you need to write a custom script."
Views
Likes
Replies
Views
Likes
Replies