Showing related tags and posts across the entire site.
-
Hi Tim, I'm able to start the IPC process synchronously using K2 APIs and it works fine. Within the IPC event, I've declared a field and tried with both the Data Direction options like "Send data to child process and receive data upon completion" and "receive data from child process"...
-
Hi, How to assign process rights to NT Aurthority\Network Service, NT Authority\System in K2 workspace. When I search for the above accounts, it doesn't return any results. Any comments.
-
Hi, I've a K2 process using IPC events that calls a child process. Process1 is the parent process and Proc1 is the child process. From a client application the following code is called. con = new SourceCode.Workflow.Client.Connection(); con.Open("K2Server"); SourceCode.Workflow.Client.ProcessInstance...
-
We are in the process of migrating our existing K2.net 2003 application to K2 BlackPearl, in our existing environment we have different K2 processes and each K2 Process has its own String Table. In K2 string tables there two columns one is "Name" and other is "Replace with", in all...