dynamic assignment

Hi all,

I’m so new in webMethods and I have some problems while implementing a process. I want to add users(assignees) dynamically to approve or reject the task in the process. For example in one step, the assignee of that step add some additional users to the process. So these users he/she adds will be the assignees of next step(task)…How can I do that? I will be very happy if you help me:happy:

Thanks…

Hi,

For implementing this, u need to use mws library functions to create user and role in the required step. Then using assignment rule u can assign task at next step.

U can use following classes:-
IDirServiceBizPolicy
IDirPrincipal
RoleModel
UserModel
IThingID

Thanks,
Pushkar