Skip to main content
devarnenis2638
March 30, 2024
Question

Appian Web API with in Appian Integration

  • March 30, 2024
  • 29 replies
  • 1 view

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

29 replies

karumurua531442
March 30, 2024

Hi [mention:54dbd0c9e16846aba7aa0ad377e6fba0:e9ed411860ed4f2ba0265705b8793d05]  may i know more context on what process model is doing

devarnenis2638
March 30, 2024

{
"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

karumurua531442
March 30, 2024

hi [mention:54dbd0c9e16846aba7aa0ad377e6fba0:e9ed411860ed4f2ba0265705b8793d05]  You need to check the connectivity between the calling system and the called system.