Hi,
We have a requirement to send work list item to multiple users, but any one of the user can take the action to complete the work flow.
We are able to get this part done, by Adding Multiple Destination users and selecting 'Create a Slot for each Destination'.
But a Work lists item is created for each user and all these items are being displayed in our Task pad out of which only one work list is assigned to the opened user, others are assigned to remaining users.
Is there a way to limit the number of work lists being created, still able to send it to multiple users?
OpenWorkList() method of k2 client API is returning all thest worklist items even though the connection is opend with a particular user.
If we want to show the worklist of a particular user, is there a way to achieve these results?
Thank you,