Hi,
I have the following situation where I want Thinkwise to act as kind of a proxy. The intent is that an external consumer makes an API call to our Thinkwise application and the application does an additional call to an external resource where the result should be returned to the consumer.
A possible (partly) solution would be to start a proces which has a HTTP-connector task, but how can we give the result back to the calling consumer?
I can imagine this can only be done using a system flow. I also read something about a process flow with a custom protocol. Although there is no need for custom protocols, the concept might do the trick.
Any ideas how to approach this?
(I played around a bit with the custom protocol option, but cannot seem to get a request working (error that the resource cannot be found or is temporary unavailable). When I try to call through indicium it finds the process and states that it should be called using the /open in stead of /indicium, but when changing this to /open it can no longer find the endpoint (Postman) and returns the mentioned error)