Hi,
I need to achieve the following scenario:
The originator starts a process. And then the originator assigns X users (destination users) to contribute (add files) to this process. When the X users contribute to this process, the originator still has the ability to assign more users (destination users) to contribute to this process. And this assignment can proceed until the originator thinks it is done. When all assigned contributor complete their contribution, the process moves to the next step - Approval.
The big problem is that I don't want to wait that all the users (contributor) are assigned at one time. Since the user assignment may take a while to complete. So when ever there is an assignment, it sends out to the destination user to contribute.
I then thinked about an IPC event. But I would like to launch the IPC event as many times as I can based on the how many times of assigning users event.
How can I achieve that?
Thanks
Jean
