Skip to main content
Nintex Community Menu Bar

Using code to advance process from one activity to the next?

  • February 23, 2006
  • 1 reply
  • 7 views

Forum|alt.badge.img
Does anyone know if it is possible to advance a process from one Activity to the next using code?

Our issue is we need to create a SharePoint Site in which a web part will allow a user to fill in some values and click a button to advance to process from one Activity to the next, or to a "Finished" state.

1 reply

Forum|alt.badge.img+11
  • Nintex Employee
  • March 8, 2006
You can use the K2ROM or K2Mng object models. Each will of course have it's own security issues to overcome.

In the case of K2ROM, have a look at the help file at K2ROM.WorklistItem.GotoActivity.
The user you log in with, will have to be a Destination user for this worklist item.

In the case of K2Mng, have a look at the help file at K2MNG.K2Manager.GotoActivity.
The user you log in with, will need K2Server Administrative rights.

Hope this helps,
Ockert