REST CONNECTOR

Task waiting on external service to complete

Hi everyone,

This is my scenario: I have a task using the REST Connector to send data to an external service, which then processes the data and return some output. My issue is that the external service might take some times (up to 5 minutes) to produce such output.

What I would like to know is: is there a way to freeze the process in Bonita or to define a task that go on with the execution only when the external service returns the output? If so, what would be the best approach to define such a task? Can I somehow define a task waiting on some sort of external input?

Bonita REST Connector PUT errors

Hi guys,

I'm trying to use the REST connector (Bonita 7.4.1) to call a PUT method.

I created a mock with SoapUI that just returns a Code200 response.

Connector config :
PUT URL : http://localhost:9080/ClientRequest/123
Type : application/json
Charset : UTF-8
Payload : {"status" : "TO_VALIDATE", "tadkId" : "123"}

Notifications