Adding multiple operators to workparties at a time

I have a requirement to add multiple operators to a workparty at a time using the pagelist records. how can i achieve this?

@AjaySrinivasKumarY

Define the party role as list in case type work part rule, for which role you need to initialize multiple work party member’s.

After the work-party rule configuration completed, have your logic in activity to initialize multiple work-party member’s for a same role. Iterate the page-list and initialize the needed input parameters and then call pega OOTB activity (addWorkObjectParty) to initialize work-part for each page-list index values.

Attached screen-shot for reference.