Dear Activiti Developers,
Can we have a window popup which will render a page and allow user to input some additional value upon user click submit?
For eg:
User A finish UserTask1. It click submit. In the workflow definition, we did configure execution listener. The execution listener might need additional input from user and therefore will open a window popup and user will need to key in the additional information before it was actually complete the task.
Any suggestion on how to hook in activiti engine in order it will render the popup window before proceed to next task?
Thanks for any advise.