Skip to main content

Hi All,

 

 

I have a Parent Process in which we are calling another (child) through IPC call.

Now , if any get request assigned to the same person for parent and child process , then it will execute both the parent child process and execute the event respectively.

 

I have checked that process id is different for both parent and child process.

 

So , i m not getting what will be the root cause for this .

 

 

 

Any help will be very needful.

 

 

 

Regards,

Ruchi

 

Hi Ruchi


 


Can you clarify the situation that you are experiencing? Is it that there is another instance of Parent workflow starting whenever the Child workflow starts? Or is it that the Parent workflow isn't waiting until the Child workflow finishes to continue?


 


Ian


Hi Ian,

 

 

Actually , scenario is like . Parent workflow waits until child workflow does,nt finishes.

But , once the request is served for either of them both will get executed .

 

Regards,

Ruchi


Reply