Accept or Reject workflow task in case of sequential performers

Options
EktaVegad
edited May 28, 2017 in Documentum #1

Dear Developers,

I am trying to accept or reject the workflow's manual activities by dfc code . If the activity's performers are Single user from a group or all user from a group, is working fine using DFC code which includes:

workitem.setOutputByActivities(NextActivities);

workitem.complete().;

How to set outputbyactivities if incase activity's performer is "Multiple Sequencial users" ?

In this case if there are more than one performer, they will get only one choice means next performer of same activity will receive the task.

Only last performer will get all the next forward & reject activity's name & there we need to set where the user want to send the forwarded task.

Thanks in advance,

Ekta

Tagged: