cancel
Showing results for 
Search instead for 
Did you mean: 

Can I render external forms inside activiti

visingh
Champ on-the-rise
Champ on-the-rise
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?
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
I'm assuming that you want to display it in Explorer/the new V6 UI? If so, no, that's not possible out of the box.
You would need to write a custom form widget that calls your service and processes the reponse to display it.

zeeshansabir
Champ in-the-making
Champ in-the-making
I want the same thing as mentioned in above question.I want to display my form placed at some url on starting process in activity.Kindly guide me how can i go to that url.I'm prefering any codeless solution if exists.If not then guide me that where to write the code to achieve it.
Wainting for your worthy response.

zeeshansabir
Champ in-the-making
Champ in-the-making
I have mentioned my whole scenario here :
https://forums.activiti.org/content/pass-data-external-form-and-then-receive-data-external-form

I want to to display my own form at activiti's user task and also want to pass data to that form.But couldn't find any straight forward solution for it.