Improvement #8742
openImprovement #11458: Improve inefficient operation response handling in Windows API layer
Modification to the updateStatus method used in the PendingOperation of Windows
0%
Description
From Gitlab
------------------------
gitlabId --> 743 https://gitlab.com/entgra/product-iots/-/issues/743
labels --> Type: Improvement,
assignees -->
created_at --> 2020-11-03 16:55:09 IST +0530
updated_at --> 2021-10-12 10:04:23 IST +0530
------------------------
- Description
Need to do some modification in the updateStatus method which is used in the pendingOperation of the windows platform type where there is an issue of having of sending the whole object List to the updateStatus method where it is again do a FOR LOOP to get the specific operation from the List of the Operation. There about 16 usage of this method so might be need to modify by checking if the changes affect any process.
- Suggested Labels:
Optional comma-separated list of suggested labels. Non-committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest a possible label
- Suggested Assignees:
Optional comma-separated list of suggested team members who should attend the issue. Non-committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees
- Affected Product Version:
- OS, DB, other environment details and versions:
- Steps to reproduce:
- Related Issues: