I am able to use process variable for the URL in RestConnector (Camunda 8 RestConnector).
My requirement is to decide the environment(QA,DEV,PROD) specific URL for the RestConnector at runtime. Is it possible to populate the URL for the RestConnector by calling java code? (This java code will help in deciding RestConnector URL by using Spring Profiles )
Hi @sitesh_pati, welcome to the forums! Secrets are probably what you are looking for; you would use the same secrets name with a different value for each environment.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.