Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello all,
I want to remove some responsible participant from a Workflow Activity.
I can get the responsible participant from the activity by StandardWfEngineService now, but how could I remove one or more responsible participant from a activity?
It seems that the responsible participant of the activity doesn't reside in WfActivity, but WfProcess...
Do you genius know how to do this by some simple API?
Thank you in advance.
Best Regards,
Kuo, Yen-ting
Let me know if you need further help…
David DeMay
Thanks, David!
I've found the way to do what I want.
Best regards,
Kuo, Yen-ting
I know this is an old post, but I am trying to use three role varialbles in a task. In the start transition i use an IBA to help make a decision on how to fill the roll variable. That works great until I only want to fill 1 or2 of the roles. I have tried to set the other to null, but a task still goes out to default users under an Assigned role Is the similar to what your issue was and how did you get around it? I am trying to figure out if I can use my logic to remove the un-needed role variables.
Were you able to resolve this ? I am also exploring a way to resolve . My issue is same as yours
You may want to try using the following method
wt.team.TeamHelper.service.augmentRoles([LifeCycleManaged], [TeamReference]);
If I remember correctly then this method should remove or add any assigned tasks from a running workflow on a life cycle managed object.