Skip to main content
Nintex Community Menu Bar

Using Windows Application with K2

  • November 6, 2007
  • 1 reply
  • 7 views

Forum|alt.badge.img

Hi There,

I have been using K2 2003 thus far with ASP.NET applications. My question is if it is possible to use it with a Windows application. If so can anybody give me a link to a tutorial of some sort or possible just where I can find the steps to doing it in a windows application. I have attempted to do it the same way that I have been doing it in a web application but it doesn't seem to work.

Any help will be much appreciated. 

1 reply

Forum|alt.badge.img+13
  • Rookie
  • November 7, 2007

We use Windows forms in two ways:

1. Windows form calls custom web service to interact with workflow.  The web service uses K2 API.

2. Windows form calls K2ROM API directly (this should have been the same as you'd do it from ASPX) - this requires distribution of K2 DLL to client.