Skip to main content
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.
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

Reply