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.
   
![image](https://user-images.githubusercontent.com/42203474/140896474-b07f8ef1-1a38-4d38-b071-054bd48b14ae.png)
   
![image](https://user-images.githubusercontent.com/42203474/140896534-ac52af07-91df-4d91-abca-1d8254ee3f24.png)
   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]


Reply via email to