Custom HtmlFormEngine

Hi all,
I’m working on spring boot project with camunda engine embedded.
I want to override the HtmlFormEngine so when user request start process or complete a task, the application may return custom generated html to be loaded in the tasklist webapp.

Any hint or suggestions would be greatly appreciated.

Solved by implementing “FormEngine” class, and configure the process engine to use the “CustomFormEngine” in its form engine list.