cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Form

nishant23
Champ in-the-making
Champ in-the-making
Hi,

I am new to Activiti and facing some problems in it.
I want to add a file to the form key of a user task. I added the file to the form key but when I deploy my bpmn to activiti-explorer I don't see any form there. I had attached the forms to my zip file along with my bpmn file which I deployed to activiti-explorer.
My query regarding this are:
- Do I need to manually create fields of name/amount etc.
-If not then the form which I have written which has Name and amount as input type, why aren't they coming on the deployed screen.

Can you help me with it?
15 REPLIES 15

elintegro
Champ in-the-making
Champ in-the-making
It would be real nice to use activiti-explorer as a base application to test processes and use custom forms. I don't see why this feature has been taken down… ??? In fact I find it quite outrageous that such an amazing feature gets deprecated for no reason…

So now to my question if I wanted to diagrammatically change activiti-explorer so that it once again supports custom forms would I have to develop that feature myself by becoming a developer on github? Is there a way to quickly restore this feature?

jbarrez
Star Contributor
Star Contributor
@elintegro: what do you mean? Custom forms are still available in explorer.

rogerruiz
Champ in-the-making
Champ in-the-making
HI Im new in Activiti and i think is great but i experience the same problem a can't add a custom form to the start event I don't Know what I'm doiing wrong but but in the diagram i use :
<startEvent id="startevent1" name="Start" activiti:initiator="kermit" activiti:formKey="inicio.form"></startEvent>
and the form is :
<h1>Book Order</h1>
<table>
<tr>
<td>
<label>Book title:

</label>
</td>
</tr>
</table>
but when I uploat the zip fila with the xml and the .form fila nothing Happend.
I'll aprecite your help thanks.

jbarrez
Star Contributor
Star Contributor
Forms in Activiti are not done using html anymore, but using the form properties approach: http://activiti.org/userguide/index.html#forms

aalaa
Champ in-the-making
Champ in-the-making
I can't find any reference showing the structure of the form, if we are not using html anymore so what is the alternative ? what is the structure of the external form now ??

jbarrez
Star Contributor
Star Contributor
That's because it's completely up to you. Activiti does not have a 'form renderer' when it comes to external forms, that's something you'll have to add yourself