Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Data; using SourceCode.Workflow.Client; using SourceCode.Workflow.Common; using SourceCode.Workflow.Runtime; namespace MyCommon { /// <summary> /// K2Helper Class /// </summary> public class K2Helper: IDisposable { private string serverName =...
Read More...
-
-
Just some small tips here to help boost the performance of the Host Server. In the following config files in C:\Program Files\K2 blackpearl\Host Server\Bin DependancyService.config SourceCode.Categories.Runtime.config SourceCode.EventBus.ClientRecorder.dll.config SourceCode.Workflow.Runtime.Management.config SourceCode.Workspace.Runtime.config Look for a ConnectionString...
Read More...
-
-
It's important to backup K2's databases before you deploy any new workflows. At the moment there isn't a tool to remove K2 BlackPearl Workflow Process definitions deployed to a server. I get this script from http://www.davehunter.co.uk/Blog/Lists/Categories/Category.aspx?Name=K2%20BlackPearl . Here this script to backup database k2 blackpearl : BACKUP...
Read More...
-
-
you can click on this link, it is a good article to create a simple workflow with k2 blackpearl. http://geekangle.wordpress.com/2008/02/20/blackpearl-web-forms-workflow/ Share this post: | | | |
Read More...