Ok, I agree that "system creates as many tasks as can be find by adressing params". But addressing param is User (as a main addressing attribute for object Task) and in Configuration BusinessProcessPoint has addressing: Department and "Group" attribute checked. In this situation bussiness process point creates tasks for all users from Department but with User attribute NOT filled. This attribute is empty after creating all the tasks. I'll give you example below:
Addressing information register looks like that:
Department User
Management PB
Management KL
Object Task possesses attribute "User" (the same type as in information register). Bussiness process creates two tasks according to information register but does not fill User attribute in it. The result is that PB and KL can execute both two tasks (but they should only see: PB only PB task, KL only KL task).
I just want to address group task directly to every single user. If there are 10 users, they shouldn't see all 10 tasks and be able to execute them (this way one user can execute tasks instead of co-workers). Everyone should be able to see only his or her own task. That's how I understand addressing. Is it possible to do?
I have to write also that CurrentPerformer is defined in Task object and in session parameters. All details for interested persons are located in .dt file attached in my previous post.
Kris