Welcome to K2 Underground Sign In | Join | Help

August 2008 - Posts

Using the Archiving functionality throught API

The archiving functionality is available in the Workspace but that is a manual that can automated using the API. Here is a sample c# console application code that does that : using System; using System.Collections.Generic; using System.Text; using System.IO;
Posted by chalama | 0 Comments
Filed under:

Looping through an Activity for each SmartObject List item

Today I discovered a feature within K2 [blackpearl], the ability to loop through a list of items and execute a set of Events for each item – without having to write a line of code! A simple Order Processing example would illustrate my business case. For
Posted by russforster | 2 Comments
Filed under: , ,

Writing K2 Wizard Projects in VS2008

Recently I have found a requirement to build a new Wizard for a client, in order to allow business analysts to build processes whilst also meeting the specific technical requirements of the project. One of the drawbacks of building a custom wizard is
Posted by Mike_H | 0 Comments