I am working on Alfresco Activiti v1.3.
My requirement is that the human tasks in BPM Modeler should not reference Alfresco Activiti based Forms (the one made out of Angular JS & created using Form Modeler) but should be able to call External JSP Pages which when completed would lead to completion of the Alfresco Activiti human task in the background and proceed towards next task.
Is this Possible? If yes, can you please guide me how this can be achieved?
Note: We need to leverage JSP pages because they had already been developed previously and we wish to reuse them.