Page 1 of 1

Download document from workflow form button

PostPosted:Fri Apr 02, 2021 10:49 am
by MohamadAli
Hi, first of all, congrats on this fantastic app!

I have a workflow in which:
  1. user enters some metadata values
  • a document name is generated from these values
  • user downloads the document with the auto-generated name (we copy a template document and rename it).
The issue is that to download the document, user will receive a task, download the document via download form element, and then click on proceed ( see figure below ->
Capture.PNG
Capture.PNG (14.75 KiB) Viewed 1612 times
).

My question is, is there a way to
1- either add the document download link to the button,
2- add a clickhandler on the link so that when user downloads document workflow proceeds to next node,
3- or some other solution which doesnt require user to click twice to download document then move to next task?

Bonus question: is there a way to remove the tabs task, process instance, process definition, etc. from workflow form without changing source code?


Thank you in advance :D

Re: Download document from workflow form button

PostPosted:Wed Apr 07, 2021 6:04 pm
by jllort
For this behaviour must change the source code. We can guide about what sections of the application should be modified or extended.