Skip to main content

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 this change. We are mapping the datafields of Parent and Child processes in the direction of INOUT. Acording to K2, this should pass the datafield from child to parent and also vice versa. But its not happening in our WorkFlow. (Out)The datafield values from the Parent Process is coming to the child process. (IN) Where as the the datafields from the child process is not going to the Parent Process.


   We need this datafield in the Parent Process to be updated automatically when the same datafield(mapped) in the child Process is updated. Please help us in knowing what we are missing and why out of IN/OUT direction OUT is working and IN is not working. Thanks in advance.


 


Regards,


Manju


 

Hi there,


Is your IPC perhaps set to be called Async? If so then you will not get return values back.


 


Reply