Multiple Workflow instances for same payload | Community
Skip to main content
Level 2
October 6, 2018
Solved

Multiple Workflow instances for same payload

  • October 6, 2018
  • 3 replies
  • 2763 views

Hi,

In AEM 6.2 author instance, we are able to initiate multiple Workflow instances for the same page/node from Touch UI.

Whereas, in Classic UI, it is working and can't able to initiate the second workflow for the same page. It says "Page is already subjected to workflow".

But in Touch UI, it allows initiating multiple workflow instances for the same page.

I would like to restrict this behaviour and allow AEM author to initiate only one workflow instance for a payload. Is this feasible on AEM 6.2?

Regards,

Vishnu

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by raj_mandalapu

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. please check below thread

Restricting a page to be subjected to workflow only once at a time in AEM 6.3

I feel we should have control to restrict in Touch UI also.

3 replies

raj_mandalapu
raj_mandalapuAccepted solution
Level 7
October 6, 2018

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. please check below thread

Restricting a page to be subjected to workflow only once at a time in AEM 6.3

I feel we should have control to restrict in Touch UI also.

VeenaVikraman
Community Advisor
Community Advisor
October 6, 2018

I have tried some script in browser and has added it here Re: Restricting a page to be subjected to workflow only once at a time in AEM 6.3 . Whoever is good with jquery can modify/beautify and share it back I tested this in browser and I could prevent another workflow initiation.

Level 2
October 6, 2018

Thank you. This helps much!!