Browse by Tags

All Tags » IPC   (RSS)
Showing page 1 of 2 (11 total posts)
  • IPCSend error does not set the process status to 'Error'

    I have a problem identifying the error status of processes where the IPCSend error occurs. The process stays in status of 'Active' but there is a record in error log with Source = IPCSend, Type=20.  Why the process is not in error status? Thanks for help.
    Posted to K2.net 2003 Server (Forum) by mpos74 on September 22, 2008
  • 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 demonstration purposes I will assume an Order has multiple Order Items. A K2 Process (Process ...
    Posted to Pitchblack (Weblog) by russforster on August 26, 2008
  • IPC error: 28025 Failed to Start IPC

    Hello,   I've got a problem when trying to make a process call another, using IPC event. Sometimes it succeeds, sometimes not, with the error message ''1 28025 Failed to Start IPC''. I can't see how fix this problem. In my current current case, the first workflow is triggered by a sharepoint event (using sharepoint workflow integration). ...
    Posted to General (Forum) by JohnDoe on August 13, 2008
  • Passing Unique Values to a Child Process

    I am new to K2! I am trying to create a unique folio name for an IPC event. I have modified the Destination Rule to do this by using the GetVendorID function I created. This sets the slotInstanceData[] variable to be something like ''VendorID:001185''. I want to use this value as the Folio name. I need to pass the VendorID value into the ...
    Posted to General (Forum) by bpapproth on July 30, 2008
  • Problem in IPC Server Event IN/OUT direction

    Hi,     We are developing a workflow which has a Main(Parent) Process and 2 Child Processes. The Parent Process calls these Child Processes and we are using IPC Server event for acheiving this. We will be updating few datafields in the child process and the datafields in the parent process also should get updated with ...
    Posted to K2.net 2003 Studio (Forum) by Ramesh_Paladi on July 12, 2008
  • IPC with InfoPath Integration (Browser)

    Hello, ich had a very large process which overfilled the designer page so K2 Support told me that I should use smaller parts and IPC. So good so far. I split my process - every part will use the same InfoPath Form and in every part I say use in WebBrowser. After deployment the form isn't browser enable. Has someone a idea to this? Additional ...
    Posted to General (Forum) by man_anja on June 25, 2008
  • Re: IPC Parent process not waiting for all child processes to finish

    StevoCJ is on the right track in using suceeding rules.  Here's an approach I use in blackpearl without writing any custom code. First, I create a process-level variable in the sub-process to contain the result.  Let's call it something like ''SubProcessResult''.  When the sub process is done, I'll put a value in this field, say ...
    Posted to General (Forum) by DavidL on April 22, 2008
  • Re: IPC - Datafield not found?

    I have never seen that particular error.  However, I do have a tip for speeding up your deployment time.  When you have a large project with several processes and smartobjects, you can right-click in the solution explorer on the items you are not currently working on and click ''Exclude from build''.  Just remember to go back ...
    Posted to General (Forum) by DavidL on February 21, 2008
  • Re: Passing unique data to IPC Event child processes

    Using no destinations and simply recursively going to the same activity by tracking my data to be passed into each child process and a counter, as described in this post http://k2underground.com/forums/ShowThread.aspx?PostID=8157 almost works perfectly.  The only problem is it always stops after two recursive cycles.  I have a ...
    Posted to K2.net 2003 Studio (Forum) by bdoc7k2 on August 2, 2007
  • Passing unique data to IPC Event child processes

    I have a scenario in which I want to create n number of child processes that run in parallel.  I would like to use an IPC event to handle this.  I have custom destination rule code that creates the destinations for the activity that has the IPC event.  This will successfully create on child process for each destination I ...
    Posted to K2.net 2003 Studio (Forum) by bdoc7k2 on August 2, 2007
1 2 Next >