njnu-seafish commented on code in PR #18444: URL: https://github.com/apache/dolphinscheduler/pull/18444#discussion_r3765727694
########## docs/docs/zh/guide/upgrade/incompatible.md: ########## @@ -47,4 +47,9 @@ ## 3.5.0 * 为 `t_ds_schedules` 表新增 `missed_fire_policy` 字段。现有定时默认使用 `FIRE_ALL_MISSED`,以保持原有 Quartz `IgnoreMisfires` 行为。([#18464](https://github.com/apache/dolphinscheduler/pull/18464)) +* 工作流实例列表接口(`GET /projects/{projectCode}/workflow-instances`、`GET /projects/{projectCode}/workflow-instances/top-n`、`GET /projects/{projectCode}/workflow-instances/trigger`)的响应体不再返回以下属性: + * **移除的大字段**:`commandParam`、`globalParams`、`historyCmd`、`varPool`、`stateHistory` + * **移除的非数据库字段**:`stateDescList`、`workflowDefinition`、`dagData`、`queue`、`locations`、`dependenceScheduleTimes` + * **移除的派生属性**:`cmdTypeIfComplement`、`complementData`(补数执行相关,如需获取请使用详情接口) + * 如需获取这些字段,请使用详情接口 `GET /projects/{projectCode}/workflow-instances/{id}`,该接口仍返回完整的 `WorkflowInstance` 对象 ([#18444])(https://github.com/apache/dolphinscheduler/pull/18444) Review Comment: > ok -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
