Hi,
I call a REST API from BPM Engine. I get some trouble when calling from my local machine. I get an exception connect timed out. So I want to increase the connect-timeout.
I tried to put in flowable.properties file with values
flowable.http.socket-timeout=60000
flowable.http.connect-timeout=60000
flowable.http.connection-request-timeout=60000
But engine doesn’t consider my parameterization. Into FlowableHttpProperties class, this value is defined as Duration. Do I need to use a specific format to set them up ?