Hi everyone!
I have a subprocess (possesses the multi-instance property) within my parent-process. I pass a list of assignees when starting the parent-process, so with the multi-instance property for every assignee in the list a subprocess instance is created. This works well so far.
I was now wondering if it is possible to manually start another subprocess instance for another assignee not in the list and bind it to the parent-process which is now already running?
Thanks in advance for your help.