cancel
Showing results for 
Search instead for 
Did you mean: 

Custom form property TYPE in User Task

mahajanankur
Champ in-the-making
Champ in-the-making
Hi,

Can I define a custom "form property" type currently user task give 5 default types such as string, integer, long, ENUM and date.
Can I add a "java.util.Map" as a type of form property?

Any help would be highly appreciated.
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
You would need to override the default UserTaskActivityBehavior for this. You can plug in your own ActivityBehaviorFactory into the ProcessEngineConfiguration that returns the custom class.

mahajanankur
Champ in-the-making
Champ in-the-making
@jbarrez, Thanks for helping me out. I'll try it.