A work flow causes status change of another work flow, how to?

  • 15 July 2008
  • 1 reply
  • 1 view

Badge +1

Dear all,

Here is the situation. I have two different work flows, NWF(Normal Work Flow) and AWF(Ad hoc Work Flow). The logic is that when an AWF instance enters a specific situation, like one of its activities is performed, we put an instance of NWF on hold, until the AWF finishes. So it is like I need two start points in one work flow? How can I implement this logic in K2 BlackPearl, since I can't put two start points in one kprx file. Please help. Thanks very much.

Regards,

-Kel
 


1 reply

Badge +8

Kel,

      do go through my post http://www.k2underground.com/forums/thread/23635.aspx. I believe you can use this approach to control the flow of existing process instance, in your case NWF.

Use the serial number saved in smart object and use goto to go to "wait Activity" in your NWF process from your AWF process.

Make Sense? 

let me know if you have any questions
 

Reply