1e41f4b71Sopenharmony_ci# Resource Scheduler Subsystem Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## cl.resourceschedule.workScheduler 
4e41f4b71Sopenharmony_ciThe data type of the **parameters** attribute value is changed. Specifically, the number, string, and boolean types are supported, but the any type is not.
5e41f4b71Sopenharmony_ci
6e41f4b71Sopenharmony_ci**Change Impact**
7e41f4b71Sopenharmony_ci
8e41f4b71Sopenharmony_ciFor applications developed based on OpenHarmony3.2.10.7 and later SDK versions, the **parameters** attribute value can use the number, string, and boolean types only. If it uses the any type, a compilation error is reported.
9e41f4b71Sopenharmony_ci
10e41f4b71Sopenharmony_ci**Key API/Component Changes**
11e41f4b71Sopenharmony_ci
12e41f4b71Sopenharmony_ciThe **parameters** attribute in @ohos.resourceschedule.workScheduler.d.ts is changed.
13e41f4b71Sopenharmony_ci
14e41f4b71Sopenharmony_ci| Class| API Type| Statement Before the Change| Statement After the Change| 
15e41f4b71Sopenharmony_ci|  -- | -- | -- | -- |
16e41f4b71Sopenharmony_ci| workScheduler.WorkInfo | field | parameters?: {[key: string]: any} | parameters?: {[key: string]: number | string | boolean} | 
17e41f4b71Sopenharmony_ci
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ci**Adaptation Guide**
20e41f4b71Sopenharmony_ci
21e41f4b71Sopenharmony_ciThe **parameters** attribute uses the {[key: string]: number | string | boolean} data type.
22