IPC Event processes are completing but the activities in the calling process are not

  • 1 September 2017
  • 1 reply
  • 3 views

Badge +3

I have the same problem described in this article from 2009 https://help.k2.com/kb000541 (Hotfix: IPC Event processes are completing but the activities in the calling process are not).

The error resolution was:

This Hotfix is contained within the latest K2 blackpoint 0902 Update. Install the update package to resolve the error.

 

This was a very old fix (from 2009), but I am experiencing the same issue now.


Workflow1 has an IPC call to Workflow2. It is a "Synchronous (wait for the child process to complete)" call.

Workflow2 has an IPC call to Workflow3. It is a "Synchronous (wait for the child process to complete)" call.

Workflow3 has an IPC call to Workflow4. It is a "Synchronous (wait for the child process to complete)" call.

 

During execution, Workflow4 and Workflow3 were completed successfully without any errors (the status of both workflows are Completed), but in Workflow2, it shows that Workflow3 is still Active.

 

How can I fix this issue ?

 

Thank you.

 


1 reply

Badge +6

Hi Faujong,


 


The 902 fix is very old and I am not aware of any issues in IPC that would cause this behavior. If you have access to the K2 Support Ticket System, log a ticket.


 


You can also enable debug logging and see if you are able to follow the execution of the workflows.  There might be an error.


 


HTH!

Reply