I am creating a BPT workflow wherein I have assigned an activity to a specific user. I want to change the assigned activity from User A to User B. The activity entity is not exposed. How can i achieve this ?
Thanks!
Hy Priya,
You can also use the BPT_API module's function HumanActivity_AssignToUser to assign your Activity to another user. You just need to Manage Dependencies and add this function dependency.
Best Regards
Fabio Fantato
Fábio Fantato wrote:
Hi Fábio Fantato,
Thank you. i will check