cancel
Showing results for 
Search instead for 
Did you mean: 

Executing a BPM

hari
Star Contributor
Star Contributor
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.
4 REPLIES 4

vasile_dirla
Star Contributor
Star Contributor
Could you provide a package with all you have (all the files involved in your scenario)
and will be nice to describe what are you trying to do. (step by step)

jbarrez
Star Contributor
Star Contributor
Not following here. Is this a custom application / Explorer?

Explorer does not use .form files.

hari
Star Contributor
Star Contributor
Thanks Barrez, I didnt knew that. I was looking in explorer for the form to load.
So when we are developing a custom application, we need to implement the my tasks (which we see in explorer) by ourselves right ?


trademak
Star Contributor
Star Contributor
When you are developing a custom application you need to implement your own task list page, yes.

Best regards,