cancel
Showing results for 
Search instead for 
Did you mean: 

Attach Custom Form with user task

ankur461
Champ in-the-making
Champ in-the-making
Hi,
I have created  a custom HTML form with few fields. Now I have to attach this form with a user task and want to render this when this task is created and submit form fields value.

Can anybody help me in guiding how we can achieve this.

Thanks in advance.

-Ankur
1 REPLY 1

hari
Star Contributor
Star Contributor
Ankur,

I was in an assumption earlier that I create a form and use the form key to somehow render the form in activiti-explorer. If you are trying to do the same, then just forget it. You are thinking in a wrong direction.

You will have to build the UI on your own. When I say UI, the complete UI, right from task inbox, task claim and complete functionalities etc.  When you open the task from the inbox, you can get the form variables and read the form key. So at runtime when you read the form key, you can decide on which form to render.

You will get them all if you are using the enterprise version of activiti.