-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
Search before asking
- I had searched in the DSIP and found no similar DSIP.
Motivation
Uniformly name process in code as workflow for better maintenance
- First modify the backend code uniformly [Improvement] Uniformly name process in backend code as workflow #16516
- Then unify the table structure and table fields in backend [Improvement] Unify the table structure and table fields in backend and frontend ui sections #16525
- Unify the backend controller and frontend ui sections [Improvement] Unify the table structure and table fields in backend and frontend ui sections #16525
Design Detail
Incompatible changes
- Rename tables and fields from
processtoworkflow. eg, fromt_ds_process_definitiontot_ds_workflow_definition. - Rename api request/response params from
processtoworkflow. eg, fromprocessDefinitionCodetoWorkflowDefinitionCode.
These incompatible changes may affect users of secondary development based on API and Database.
Compatibility, Deprecation, and Migration Plan
No response
Test Plan
Test it with ut, it, e2e, api-test
Code of Conduct
- I agree to follow this project's Code of Conduct
ruanwenjun and zhongjiajie