Is it possible to extend the User Task class and create my custom class and use instead of User Task

Hi guys,

Is it possible to extend the User Task class in engine and create my custom class(Eg;- Apply Leave Request Task) and use instead of User Task? You can consider this task like a business specific user task but I want to call it as a Leave request Task. Also I want to include this particular Task in my Flowable Modeler and modeler should be able to use this in model definitions like a User Task. Is this possible in Flowable?

Hi Joyal,
The simple answer is yes.UserTaskActivityBehavior can be replaced by any behavior you want to. You can also add it to the palette (there are sources on the web and on the forum).

Regards
Martin