We have a huge J2EE application using JSP pages and JBPM for the document review workflow.
I am evaluating Camunda workflow engine to replace existing JBPM workflow. The workflow is to review the document which can be run in sequence or parallel among 1 or more users. The workflow has different stages and JSP pages are used for this. Please may I know if the following is possible:
Keep the same look and feel of the application (JSP Pages) and replace workflow with Camunda engine? I guess we must embed Camunda into our application and use Camunda Java API rather than using Camunda as standalone (or Spring Boot) application.
@Ingo_Richtsmeier All the examples I can see for the external forms are related to JSF or HTML forms, do we have any reference for JSP pages as well. As mentioned earlier, we have existing workflow as JSP pages. Can we refer JSP page as the form key (similar to JSF and HTML forms)? Or do we have to change our JSP pages to HTML?