19
Views
4
Comments
Logic two approver at the same level
Question

is this correct when it needed two approver at the same level to make the status approved

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

Hi,

Did you test your flow?

Not sure what's in the assign statement.


Regards,

Wasimkhan S

2022-01-13 11-06-04
Neha Sheikh
Champion

Hi Izzuddin,

According to your logic what I can read is if the person is Admin then you have a separate process for approval and if the person is Manager then you have a separate flow for approval. First, you are checking if the person is admin if not then check if the person is manager. This is your flow. Admin and manager are checked just after the aggregate result. At first, I think this looks good. I will suggest you go to the service center and check the logs of BPT there. You can run and check the logs of BPT while the process is running in the background. You can refer to the image below for the same.

The status of your process should be in running. You need to check the flow once for the admin role and then for the manager role. 

For your question, it looks good now. but you need to test this process and to do this you refer to service center->Monitoring -> process logs


Thanks,

Neha

UserImage.jpg
Izzuddin Fathi

Helo,
i just tested it and the status does not update when both of the approver click accept. What should i do?

Approver.oml
2025-01-09 14-56-57
IQ78

Is there a case of dirty read/concurrency? If so, just use this kind of action before updating to lock the record:

Get<Entity>ForUpdate entity action 


regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.