I want to design a process where a user at some activity of a process, can make requests for info from many external clients as well pass some info to internal users. He has to wait for the reponse from all the external clients but for internal clients he just needs to send the request. So what i need is that the user stays at that activity if he has made any request to external clients. For internal clients, a worklist item should get added to their worklist. When all his requests from external clients are returned, he can complete the activity and the process moves to next step and when all the requests to interanl users are finished, the process completes.
So the problem I am facing is to make the user stay at the request activity untill all his external requets are completed and at the same time he can make requests to internal users, which should be added to the worklist of internal users.
Any help will be highly appreciated.
Parallel processing in a k2 process
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.