In one of my requirement I have to post a feed to selected user in a currently e

Certified Lead Developer
In one of my requirement I have to post a feed to selected user in a currently executing process.

I am creating group and adding user to the group and posting feed to tempo on fly.

But all group members are not able to view feed after posting, there is time delay. (It is taking some time, or after restarting server user is able to view the post).

I am having post comment to feed node in same process. It is getting failed (saying user don’t have sufficient privilege). But if we execute same node after some time it is working.

Is there any alternate way to achieve it? To avoid error while posting comment to feed.

This will end up in creating multiple groups over a period of time. Is this right procedure?
...

OriginalPostID-64672

OriginalPostID-64672

  Discussion posts and replies are publicly visible

Parents
  • I had the same situation,. create system feed event, and then tried to post a comment in the same swimlane,. the users are added the group before the event feed and some how it does not understand that and throws error even though the fact is the user is in the right group. Its the timing issue and user cache i guess. there might be a plugin to resolve user cache to reflect immediately. I did not pursue further on that and today saw the same issue from you.
Reply
  • I had the same situation,. create system feed event, and then tried to post a comment in the same swimlane,. the users are added the group before the event feed and some how it does not understand that and throws error even though the fact is the user is in the right group. Its the timing issue and user cache i guess. there might be a plugin to resolve user cache to reflect immediately. I did not pursue further on that and today saw the same issue from you.
Children
No Data