Skip to main content
I have created easy process in K2.net Studio from Default template. How I can run this process? Can I run process manualy?
If I created process from SharePiont template I can set start process on SharePoint event (Document upload, checkin, checkout, ...). But in default template process I can't do it.
How I can run default template process.
Thanks for answers.
Depends on how you want to start the process.

The process can be started through code or from a SmartForm.

If you want to start the process from a SmartForm (assumes SP 1):

* Create a new ASP.NET Web Application
* Add a K2 Smartform to the Project
* Set the Form Type to "PlanPage"
* Map the SmartForm to the Solution, Project and Process
* Drop a K2Button onto the form
* Set the button type to "PlanButton"
* Enter the name of your K2 Server into the applications web.config file in the "PlanServer" attribute

Ensure that each user has appropriate permissions (at least "Start") in the Service Manager

Ensure that Anonymous Access is disabled for the web applications virtual directory

Once the application and the process have been compiled, you should be able to start the process by accessing the smartform and clicking the button.

Hope this helps.

Reply