Skip to main content

Hi everyone,

In need your help about a strange behavior in K2.

I try to configure by code my activity destination rules.
I do :
K2.Destinations.Add(new Destination(DestinationType.User,"haja"));
K2.Destinations.Add(new Destination(DestinationType.User,"haja"));

In the destination rules advanced mode wizard , i've choose "plan per destination > All at once". And in destination rules Option , I choose :"create a slot for each destination". Normally with this configuration, all users will receive their worklistItem simultaneosly.
When I launch the process, the user "haja" receive only one and unique worklistItem instead of 2 differents worklists as expected.

Is there something wrong or something that I've missed in my code ?

Thanks in advance.
Haja

Be the first to reply!

Reply