Access application.yml property in modeler

Hi guys,

I’m using the Camunda Spring Boot Starter. Is there a way to access a property from the application.yml file directly in Camunda Modeler?
I have the following scenario: I defined a property called URL and within the modeler I would like to use the property as the value of the URL when configuring the HTTP-CONNECTOR.

Thanks!

Unfortunately, you can only edit diagrams in the Camunda Modeler.

@Alexandru_Boerescu the expression resolver should allow you to create a bean that defines your properties and you can use something like ${myBean.someProp()}