Sadiroveski S wrote:
Which one is responsible to display the forms(task forms) in the console? and who send/receive data to/from the TaskForms.
in console there is a form plugin that is responsible for gathering forms from a repository (guvnor or classpath) and provide it to console UI for rendering - iframe.
Sadiroveski S wrote:
Also in what language the .ftl forms is written since they read input using ${Name}
It is a freemarker templating, take a look at their web page form more details.
HTH