Skip to main content
sasia0001
December 22, 2024
Solved

Requirement - Appian application has to fetch data from the external system and it has to be real time (If there is a change in the external system it should reflect immediately in Appian). How to handle this scenario?

  • December 22, 2024
  • 2 replies
  • 0 views

Requirement - Appian application has to fetch data from the external system and it has to be real time (If there is a change in the external system it should reflect immediately in Appian). How to handle this scenario? Do I need to schedule process model every 5 seconds or is there a way to monitor the changes in external system?

Best answer by stefanhelzle0001

There is no real way to somehow monitor the other system for changes. But Appian support creating an API called from the other system when something has changed.

2 replies

stefanhelzle0001
December 22, 2024

There is no real way to somehow monitor the other system for changes. But Appian support creating an API called from the other system when something has changed.

mathieud0001
December 22, 2024

You pretty much have 2 choices:

- Implement a Web API that the external system can call as Stefan has mentioned.

- Implement a process that polls the external system at an interval. This is not really real time though.