Hi,
I'm new to Activiti and I'm trying my hands on for the first time.
I have designed a simple BPM and also have placed a .form file which is used for a user task for kermit user with contents as below.
I was expecting the below form under MyTasks for Kermit but that was never the case. When I ran the BPM, all I could see under Kermit was just a button "CompleteTask". Was I executing it incorrectly or did I miss anything ?
<table border="1">
<tr>
<td>Sport</td>
<td>
<select id="type" name="my_game">
<option value="1">Cricket</option>
<option value="2">Football</option>
<option value="3">Baseball</option>
</select>
</td>
</tr>
<tr>
<td>Fav Team</td>
<td><input type="text" id="time" name="fav_tm" /></td>
</tr>
<tr>
<td>Reason</td>
<td>
<textarea id="reason" name="reason"></textarea>
</td>
</tr>
</table>
Thanks,
Hari.