Make a Rest call from service task

Hi,
I have a microservice which contains the camunda workflow, this should be able to connect my service task with another microservice to insert the data completed in the first task, using a java class.
How can I invoke a second microservice from a javaClass - service task?
How can I handle the response?

Hi @sftr,

Below post might be of help to you

is Delete method supported using Http-Connectors?

Hi @sftr,

There are examples for get and post requests. I believe delete method should be supported too. You can try it by setting method parameter to DELETE