Hi all,
Approval process goes to multiple users, when they accept/reject a pop up is displayed,
where users enter comment and this comment has to be stored in table.When multiple
users try to approve/reject simultaneously,some users are not getting the popup and
some comments are not saved in the table
.
1. The table is getting locked, hence it is not updating. This issue is resloved.
2. When I checked workflow log the error was "work item display error message as work item xxxx locked by user xxxx".
I used ENQUEUE_READ to check work item locked or not and only if it didn't lock pop up method was triggered. And still it didn't work.
Only after everyone approves/rejects next step is triggered.
If any one had faced similar issue do share how to resolve it.
Thanks,
Dharani Pathi B