Embedded form is not opening in camunda spring boot app

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.

Use starter 3.2.0 for 7.10

Hi @jangalinski thank you for the reply. Changed starter-webapp to 3.2.0, still html is not getting open :frowning: