Hi Jangalinski,
I have integrated JSF with Camunda Spring Boot using joinfaces example (https://github.com/joinfaces/joinfaces-example). It has worked perfectly. JSF is working fine and external forms also working when used in camunda bpm workflow.
But have one issue, I am not able use camundaTaskForm because of CDI integration is not working with spring boot. Do you have any alternate option to use camundaTaskForm in spring boot like spring integration instead of using CDI Integration?
Thanks,
JP