shangeyao opened a new issue #6760: URL: https://github.com/apache/dolphinscheduler/issues/6760
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Now I set up a definition of process below.   Then I found that the data store by the column **task_params** (json format) below into the table **t_ds_task_definition**. { "relation": "AND", "dependItemList": [{ "depTasks": "job_a", "cycle": "day", "dateValue": "today", "projectCode": 851275532173312, "definitionCode": 851275583815680 } When I change the name of task definition such as job_a into job_b, then column **task_params** remain the same. It may cause a error about dependent task. Maybe we can use code instead of name. ### What you expected to happen Above. ### How to reproduce Above. ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
