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
Hi Devarneni Shiva Prasad Rao may i know more context on what process model is doing
{ "mobileNumbers": ["1234567890","0987654321"], "operator": "Joi", "planName":"Data", "planDays":"60"}
this is the body of web API.
In the processmodel the requested data is wrting to data base using write to data store entity and returining the ID
I think it's related to timeout either it's taking more time to execute webapi or process model so it's suggesting to increase the timeout seconds.
no null data, the process model is executing scuuessfully, but not getting data back to integration
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