Hello,
I’m new to camunda, i want to call external REST API from my local project that i’m working on. I found that Http-connector is my answer but the URL that i want to GET response is something like this:
http://localhost:8090/employee/{employeeId}
with employeeId is a parameters that is dynamic, and every employee has it own employeeId.
how can i achieve the result?
Thank you