Binary decision returning improper result
Posted: September 22nd, 2022, 2:24 pm
I have a binary decision that is returning a false positive response sporadically. The decision is suppose to compare the current logged in user to the requestor pulled from get request service. I noticed that when I look at the logs I do not see the get request service for some reason. The process works the majority of the time but fails occasionally. If I go in and rebuild the service and as the user to try the process again it works fine. This is the flow of the process
Here is a clip from the logs which shows the model not sure why the get request service in the model is not showing in the logs You can see that in the logs though, there is another get request in the controller which shows that the requestor was Bonnie Walton and the logged in user was April Walker see below logs from the same request How can I ensure this process works properly each time?
.Here is a clip from the logs which shows the model not sure why the get request service in the model is not showing in the logs You can see that in the logs though, there is another get request in the controller which shows that the requestor was Bonnie Walton and the logged in user was April Walker see below logs from the same request How can I ensure this process works properly each time?