Hi Folks,
How can we make appian act as middleware where frontend is built in another tech and all the business logics should be performed by appian.
Thank you for suggestions!
Discussion posts and replies are publicly visible
Hi Rahul009 ,
When Appian wants to act as middleware, Appian needs to integrate with external system and Appian can perform business logics through APi's, and the frontend which is built with another technology can interact with these Api's and can retrieve the data or to perform any operations
You need to expose your processes as web APIs and the frontend will invoke them when needed. It's a headless approach.