Hi,
Embedded form is not opening in camunda spring boot app and no error is getting logged in the console.
I am using following dependencies:
dependencyManagement {
** imports {**
** mavenBom ‘org.camunda.bpm:camunda-bom:7.10.0’**
** }**
}
compile(‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp:2.3.0’)
I am starting process using following: runtimeService.startProcessInstanceByKey(“Process_1”)
BPMN file attached.accountTest.bpmn (3.6 KB)
Html file is located under: resouces/static/forms folder
Please do needful and thanks in advance.