Hi,
Let me explain first what I am having.
1) I am having an angularjs application running in same tomcat server in which activiti is running.
2) I am having a form in this angularjs application which basically takes the input through query string and generate the controls dynamically in the form.
3) I am having a process (bpmn) which is having a user task.
Now let me explain what I am trying to do.
1) I want to call above form(through url) in user task while Process started through activiti so that once assigned user login in the activiti, he should be able to see that form in the assigned task.
Is it possible. If not how can we achieve this?