Embedded forms using Spring Boot

I am using Spring Boot Camunda and I am using RuntimeServcie to Start a process.
But I am not able to load Embedded Forms in my service task.
How do I do that.
I am getting the following execption.
The form with the resource name ‘incidentDetails.html’ cannot be found in deployment.

Hey @Mass_Shake,

does the solution @jangalinski mentiones here help you out?

Best,
Tobias

Hey @tmetzke,
I did try this but it doesn’t work.
Also I start my process using org.camunda.bpm.engine.RuntimeService of Spring Boot
@Niall,Can you help me on this?

image

I think you just need to remove deployment from the form key and assuming the form is in the correct directory it should be fine.
Without knowing your directory structure i guess
embedded:/forms/incidentDetails.html
Might work.

@Niall I did try this,but unfortunately no luck.

@Niall @Mass_Shake I have the same problem after migrating to Spring Boot 2.1 (before it worked fine).
Did you find a solution in the meantime?

Hi,

I am almost certain that this ticket is related to your issues:
https://jira.camunda.com/browse/CAM-10187

It is fixed in our Camunda Spring Boot Starters 3.2.8, 3.3.6 and 3.4.0.
Let me know if that helps you!

Best,
Tobias

1 Like

I am almost certain that this ticket is related to your issues:
[https://jira.camunda.com/browse/CAM-10187
It is fixed in our Camunda Spring Boot Starters 3.2.8 , 3.3.6 and 3.4.0 .

YES, thank you so much, Tobias
Chris