Hi, Everyone I am trying to incorporate security on feeds that are b

Hi, Everyone

I am trying to incorporate security on feeds that are been posted to tempo.My objective is that only those users should be able to see the feeds on tempo that are been stored in process variable (pv!users) .If that process variable is updated and any user is removed or added than the users in that updated process variable must only see the feeds related to that process.(Removed users should no longer see the feeds and newly added users should see the respective feeds.)

When I am passing togroup(pv!users) to the viewers group of "Post feed to Tempo" Smart service, irrespective of who are the users present in the process variable, all users are able to see the feeds on tempo.

I have also tried to use "Tempo Audience Group" that is by default present in People Tab, and have passed in Viewers group of Smart service, but that will create a group for each instance of my process at root directory of Groups.

Hence, along with the abov...

OriginalPostID-60646

OriginalPostID-60646

  Discussion posts and replies are publicly visible

Parents
  • @abhishek: Thanks for the help.However, as I told you following this approach will create many groups in the environment wherein no of groups created will be directly proportional to the instances spawn for the process. Actually I have to show the tempo feeds related to that process only to those users which are latest present in the array of users at lastest time. Users can be updated anytime throughout the lifetime of the process, and only the lastest users should then see the tempo feeds. Hence, for doing so I need to create custom groups with parent group as predefined group and then adding and removing users from the subgroup.So if 100 instances are spawned in a day, 100 sub groups will be created.
    Is there any work around where in groups are created once the process starts and are deleted dynamically as soon as it gets terminated?

    Looking forward for your suggestions and help.

    Thanks.
Reply
  • @abhishek: Thanks for the help.However, as I told you following this approach will create many groups in the environment wherein no of groups created will be directly proportional to the instances spawn for the process. Actually I have to show the tempo feeds related to that process only to those users which are latest present in the array of users at lastest time. Users can be updated anytime throughout the lifetime of the process, and only the lastest users should then see the tempo feeds. Hence, for doing so I need to create custom groups with parent group as predefined group and then adding and removing users from the subgroup.So if 100 instances are spawned in a day, 100 sub groups will be created.
    Is there any work around where in groups are created once the process starts and are deleted dynamically as soon as it gets terminated?

    Looking forward for your suggestions and help.

    Thanks.
Children
No Data