...
1) Create a new type that extends AbstractFormType and implement it as you want
2) Obtain theprocess engine configuration .and tweak it as described in step 3
3) Do processEngineConfiguration.getFormTypes().add(new MyCustomFormType())
...
...
1) Create a new type that extends AbstractFormType and implement it as you want
2) Obtain theprocess engine configuration .and tweak it as described in step 3
3) Do processEngineConfiguration.getFormTypes().add(new MyCustomFormType())
...