cancel
Showing results for 
Search instead for 
Did you mean: 

External UI Integration for Alfresco Activiti Human Task

akashdhruvc
Champ in-the-making
Champ in-the-making
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.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
You would have to use the 'formKey' attribute then … but resolving it is completely up to you. It would mean the whole UI would need to work with those JSP's, which is a lot of work. Unless you are using a dedicated UI and not the BPM Suite UI?