Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Prevent Multiple workflow on same payload AEM 6.4

Avatar

Level 6

I tried a solution from below forum, but it worked only for AEM 6.3. Is there any solution for AEM 6.4?

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I agree with you, it may not be working with all the workflow launch/views or options to create workflow. But same can be implemented to handle other possibilities. I created above just for PoC to show hoe to handle above problem.

Arun Patidar

AEM LinksLinkedIn

View solution in original post

6 Replies

Avatar

Community Advisor

It works in 6.4 as well, I just checked. Can you see any error in browser console? or which category are you using for this js.

Screenshot 2018-12-11 at 5.10.18 PM.png

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 2

Hi @arunpatidar ,

 

Could you specify which category did you use for the custom clientlib and how did you restrict the further processing after clicking on the create workflow.

I have been trying with multiple categories for the custom script. The script is executing but i am unable to stop further processing to go on launch workflow screen.

I have tried with event.preventDefault(),event.stopPropagation(),event.stopImmediatePropagation() but no luck.

AEM - 6.5 

 

Avatar

Community Advisor

Avatar

Level 2
Hi @Deleted Account, This is the solution i was looking for. Thank you so much.

Avatar

Level 6

It started working after I added class cq-common-admin-timeline-toolbar-actions-workflow in column view. Now it is not working in list view. I guess we need to handle different views

Avatar

Correct answer by
Community Advisor

I agree with you, it may not be working with all the workflow launch/views or options to create workflow. But same can be implemented to handle other possibilities. I created above just for PoC to show hoe to handle above problem.

Arun Patidar

AEM LinksLinkedIn