My EVOLVE solution is a parent/child scenario. After the child processes have been started via Launch-Plugin, the parent process is finished and the child processes run separately in parallel.
Now I want to transfer certain field values during runtime from one child process to all other children of the same parent process. The name (ID) of the common original parent process is known to each child process by field value.
Question: How can I set up the value transfer from one child process to the other processes in the child solution?
Appreciate your ideas.
------------------------------
Norbert
------------------------------