Skip to main content
Nintex Community Menu Bar

InfoView to start K2 process

  • June 28, 2006
  • 2 replies
  • 18 views

Forum|alt.badge.img
I am using InfoView (Application that Converts InfoPath forms to an asp page), I need a way to start a K2 process by someone saving a filled out InfoView form (Saves the data as xml on the server).

Please help.

Thanks
arobinson

2 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • June 28, 2006
You would either have to use Biztalk or a custom Windows Service monitoring a specific file drop location. If/when a new file arrives, start a new K2.net process by making use of the K2ROM object model. Sample code in Help files.

Regards,
Ockert

Forum|alt.badge.img+6
  • June 28, 2006
Hi,

I see from the InfoView site that you are able to call a webservice. I do not know the inner workings of InfoView but you should be able to use the K2ROM to create a webservice to start the process for you.