cancel
Showing results for 
Search instead for 
Did you mean: 

Adding an Confirm message box upon 'Submit' button in workflow form

vinodkumarnelib
Champ in-the-making
Champ in-the-making
Hi All,

I'm new to JBPMN workflow model and I have requirement where I shall be getting a confirm message box asking for YES(to continue) or NO(to stay in the same form) in the workflow form upon clicking the "Submit" button.So kindly anyone suggest me the way how to give that extra functionality to "Submit" button in workflow form.

Thanks in Advance!!!
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
Which interface you are using Alfresco Share or explorer? This is something which you need to do on client side. For alfresco explorer changes in manage-task dialog related jsp and in alfresco share change workflow task related ftl and javascript file which intercept the submit event and show popup on click of ok final request will be submitted and normal flow continue.

nguyenducquang
Champ in-the-making
Champ in-the-making
I'm using Alfresco Share and have the same issue.
Could you tell me the files *ftl and javascript which I should modify.