Camunda HTTP-Connector and Process Variables

There is a nice example for using HTTP-Connector here: https://github.com/camunda/camunda-bpm-examples/tree/master/servicetask/rest-service

I wonder, if we could pass the response as a process viriable to the next task? Is there a possibility without writing any scripting code?

Rgrds,
Iryna.

Hi,

What is going to be your next taskā€¦
Service Task, User Task, etc???

Regards,
Tushar

Hello Tushar,

the next Task would be again a Service Task with http GET request. The first Task delivers IDs which should be passed in as parameter onto the next REST call. We can of cause implement this behaviour with the common JavaDelegates. Nevertheless I would like to test, if it would be also possible by using only the http-connector.

Kind regards,
Iryna.