Workflow comments are displaying same for all the entires

0
HI I have done a poc on workflow.Instead of using the regular task inbox page for tasks created a custom page to view the task. in my scenario if the form gets rejected then only the user have the option to view this page. below is the screen shot of the microflow I'm calling to show a page. retirieved the user task of current user and showed a page where user can view the commented posted by other users and add comments accordingly. but if there are two applications with rejected status then for the two applications same comments are getting displayed instead of the comments entered to both applications respectively. any one can please let me know where what I'm missing in implementing this     thanks for the help in advance
asked
3 answers
0

Hi 

Can you share the screenshot of the entity and page where you are capturing comments

answered
0

Hello Anvitha,

 

Where do you see that the comments are for all entities? Under workflowmanagement and than the specific workflow should you show which comments are added to which flow.

 

If the comments are shown correctly over there than you have most likely an issue with the way you display the comment during the workflow (it seems to be at your page called: ClaimRequest_Edit). For example maybe you do a retrieval from all comments without the required constraint (you want to show comments specific from this workflow).

 

Another option might be when you create comments. Comments should have a reference to the correct workflow. That reference determines which comments belong to which workflow.

 

Good luck.

answered
0

In Studio Pro, in the Security section, do you have security set to Production? Only then permissions are enforced. 

image.png

answered