cancel
Showing results for 
Search instead for 
Did you mean: 

Custom user task with predefined form properties

vmuravlev
Champ in-the-making
Champ in-the-making
Hello, everybody!

I want to extend Activiti Designer with set of user task with predefined form properties, e.g. task "Phone call" with required form fields "Call result" and "Time estimated". AFAIK, one can add only services tasks via API. I've tried to make service task with Java delegate extended from UserTaskActivityBehavior and setup it with my custom FormHandler. It does the trick, but partially: user task is created, but no form properties rendered in Activiti Explorer. I suppose, because of form rendering is supported for User tasks only.

Could you give me some hints how to solve this issue?
1 REPLY 1

kajan
Champ in-the-making
Champ in-the-making