Skip to main content
Nintex Community Menu Bar

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

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