Need to clear processes

  • 3 August 2007
  • 3 replies
  • 0 views

Badge +1

I need to clear multiple sub-process (IPC) worklist items from the main process.


3 replies

Userlevel 1
Badge +8

Hi Mark,


Can you give me some more details on what you are trying to accomplish?


thanks.


 Scott

Badge +1

I have two parrallel sub-processes.  When one sub-process is complete and has a specific status I need to clear the worklist item out of the sub-process that has not completed.

Userlevel 1
Badge +8

Hi Mark,


You could tackle this situation a couple of ways assuming you are using K2.NET 2003. One you could start your subprocesses in sync and check the status as they come back and write code to kill the other process that hasn't completed. Or, you could save your process ids out to a database and have another activity that checks the processes id and kills the appropriate subprocess based on whatever your status criteria is. In either case, some custom coding is going to be involved.


 Hope this helps.


 Scott

Reply