Hi,
I designed a main process that is linked with one business object. The business object is a batch that contains many folders.
The first task of my process match with the batch business object (1 task for 1 batch).
But for the second task i would like to create many task instances : 1 task for each folder contained in the batch object.
I guess the better way to do that is to design a subprocess that could be instancied for each folder.
Is this the good way to do that ? is there a best design pratice for that ?
thank u
r3dge