External Java class

Hello !
in a recent topic i asked how to connect a box from modeler, to a form (for example).
In java, in particoular, which are the steps to follow to create an external link ?
is the concept of javadelegate to override or is a integrate part of the process ??

Hi @Gae919,

If you are referring to user task form then below docs would be the one you are looking for
https://docs.camunda.org/manual/latest/user-guide/task-forms/#external-task-forms

And below docs show how you can use JSF forms in specific
https://docs.camunda.org/manual/latest/user-guide/task-forms/jsf-task-forms/

thank you very musch @hassang !!!

i’ll give a look !