Question
How to get sub process value in main process.
Hi All,
I have main process and calls sup process. Suppose sub process will iterate 10 time and each iteration it will generate new id. I want all new generated id by sub process in main process.
I have implemented output option in sub process but it return only last generated id by sub process.
It is possible to get all the id generated by sub process in main process.
Regards,
Umesh
