03-20-2017 04:36 AM
Hi all,
If I attached more files to workflow "Review and Approve" first click on button "Start workflow" creates task, but screen does not disappear. Second click on button creates second task and workflow screen is closed.
Have you encountered the same problem ?
Thanks
03-20-2017 08:54 AM
See MNT-13527 - there should be guards in place to avoid that issue, but better just to get used to not using double-click (typically not used in a web application for interactions).
03-20-2017 09:42 AM
It seems that issue is not fixed for alfresco 5.2.e / share 5.2.d.
User click once on button start workflow - nothing happen (no browser loading).
After few seconds click again and screen disappear - two workflows started..
03-24-2017 11:06 AM
Hi,
My workaround for this issue: I attached event on form submit:
if (form is valid) -> disable "start workflow" button and navigate user to last page. So task is created as expected just once.
Explore our Alfresco products with the links below. Use labels to filter content by product module.