Hi All, I am facing an intermittent issue. A CDT is passed by-referen

Hi All,

I am facing an intermittent issue. A CDT is passed by-reference from main process to child sub-process. I am changing a member(let us say CDT.status) of the CDT in the child process. The child process is deleted immediately after it completes. The changed value of the CDT member gets reflected in the parent process. But it does not get reflected on the parent process dashboard. I have mapped CDT.status on the parent process dashboard. This happens sometimes. (about 3 instances out of 10) What can be the reason? I suspect that I should not delete the child process immediately. Will not deleting it immediately be a way to prevent this issue?

OriginalPostID-139744

OriginalPostID-139744

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data