is this correct when it needed two approver at the same level to make the status approved
Hi,
Did you test your flow?
Not sure what's in the assign statement.
Regards,
Wasimkhan S
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
Helo,i just tested it and the status does not update when both of the approver click accept. What should i do?
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