Actions
Improvement #12676
openAdd support to SyncML engine to handle asynchronous operations
Status:
New
Priority:
High
Assignee:
-
Start date:
07/03/2024
Due date:
11/03/2024 (about 13 months late)
% Done:
0%
Estimated time:
(Total: 0:00 h)
Device Type:
Windows
Component:
Type:
Windows
Description
Description
The current SyncML engine in the Windows plugin handles only synchronous operations. For example application installations can take a while until it has finished downloading and installing the application on the device. The current logic is to mark the app install operation as completed if the install payload has been accepted by the device.
The correct approach to handle this would be to utilize the Alert tags sent for asynchronous operations by the device and handle the operation status based on that. Refer [1] on handling Alerts.
[1] - https://learn.microsoft.com/en-us/windows/client-management/mdm/enterprisedesktopappmanagement-csp
Actions