Call external REST service

Hi guys,
I am new in flowable. I need only send emails ( send task ) and call with POST to external API Rest and get variables from json response.
I search all about how I can invoke call external rest. Nothing.
I think that this facility is essential to develop process integrated with the universe of cloud services.

Can you help me?

Hi,

This PR is exactly that https://github.com/flowable/flowable-engine/pull/373.
When the PR is complete it will be merged to master and released as part of 6.1.0.
The way you could do it now is to implement a Java service task and do the REST call with Apache HttpClient or a similar Java framework.

Best regards,

Tijs

1 Like