You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In Camunda-7, we had provisions where we can call the Java code to set the dynamic URLs, headers for the HTTP connector from the same task using expression. But as of now in Camunda-8, process can only read URL values from process variables, so we need to get the URLs, headers before calling the REST connector.
Describe the solution you'd like
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 )
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In Camunda-7, we had provisions where we can call the Java code to set the dynamic URLs, headers for the HTTP connector from the same task using expression. But as of now in Camunda-8, process can only read URL values from process variables, so we need to get the URLs, headers before calling the REST connector.
Describe the solution you'd like
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 )
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: