I created a Web api and tried to use it in Appian Integration of same environment but I am getting time out error, how can I resolve the issue.
The web api is of POST method with startprocess. The process model is triggering but I am getting below error in Integration
Discussion posts and replies are publicly visible
if its time out issue it is working fine in POSTMAN
Even thinking the same idea increasing time out lets see
Abhishek Karumuru , can you try once in your environment,
Create Web Api and try using it in the integration.
hi Devarneni Shiva Prasad Rao what is the format of your body
Devarneni Shiva Prasad Rao said: write to data store entity and returining the ID
There is an another template write records try using that it takes less time
The template I used is startprocess with in the processmodel I used write to datastore, If I uses write records templates how can I trigger a process model
I am suspecting the data is not in json format, could check the format please? looks like it is valid json
Your just trying to write data to back end there are two more templates write to datastore entity and write records which work way faster than running a process and getting data out of it. I have seen your screenshots they are taking way more time .In your first screenshot it's taking >200 secs and second one it showing >100 we said to increase the time but you are not doing that. You are saying it's not related to timeout because it's working fine in Postman we don't know your configuration in postman.
Appian doesn't throw a random error , "If it's related to timeout it throws error just like what we are seeing in your screenshots".Appian clearly suggesting you too increase the timeout.
Unknown said: >200 secs
its just 20 secs,
The processmodel is just taking 600ms i.e is less that 1 sec and i tried with 100 seconds, still same issue and you are saying it is time out issue, how it could be possible? let you give some seconds I will try