K2 integrate with local Windows applications

  • 4 September 2021
  • 1 reply
  • 2 views

How to do parameter passing to local Windows applications by pressing a button in K2 and getting the return from that local applications?


1 reply

Userlevel 5
Badge +13

My recommendation would be to build a web service that accepts the parameters you have in K2, does the work you want on the local application and then returns the result to K2. You would have a SmartObject tied to this web service to facilitate the data transfer. A Stored Procedure would work instead of a web service as well, it depends on what this local application needs to do with the data you are passing from K2.

Reply