cancel
Showing results for 
Search instead for 
Did you mean: 

About: Get Task Form

jcosano
Champ in-the-making
Champ in-the-making
Invoking url:

http://localhost:8080/activiti-rest/service/task/506/form

I obtain render of the form:

[img]http://img94.imageshack.us/img94/6442/renderform.jpg[/img]

But, "ok" and "cancel" button doesn't exists (and style is lost too) then…

My idea is send an email to user with this link.  User click, fill information, and "ok" to complete the task.

How can I do it?
2 REPLIES 2

davidcognite
Star Contributor
Star Contributor
The Get Task Form service is intended to be used as part of a UI, rather than instead of one, and thus doesn't provide all the necessary UI components (such as the Ok, cancel & submission handling logic).

The recommended approach is to use Activiti Explorer. In the latest release (beta 2) I added the ability to directly load a task form into the Explorer UI, providing a direct URL to the task form with all the UI components that you would expect from Explorer.

The URL format is: http://localhost:8080/activiti-explorer/start?taskId=135

David.

jcosano
Champ in-the-making
Champ in-the-making
Great!!!

It's just all I need!!!!

thank you!!!!