Hi all,
I’m camunda newbie, here is my question.
Because our company has diffrent enviroment like SIT, UAT, PROD.
Each enviroment has own url. (diffrent ip)
How could use the same BPMN to replace http-connector URL then deploy to diffrent enviroment.
Maybe via variable or properties?
Thanks in advance!
<camunda:connector>
<camunda:inputOutput>
<camunda:inputParameter name="url">
http://172.24.41.16:51080/bpm/decisionAutomation
</camunda:inputParameter>
<camunda:inputParameter name="method">POST</camunda:inputParameter>
<camunda:inputParameter name="headers" />
<camunda:inputParameter name="payload"></camunda:inputParameter>
<camunda:outputParameter name="response1">
<camunda:script scriptFormat="JavaScript">print(response);</camunda:script>
</camunda:outputParameter>
</camunda:inputOutput>
<camunda:connectorId>http-connector</camunda:connectorId>
</camunda:connector>