You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the DSIP and found no similar DSIP.
Motivation
The logic task params in backend is not structure, we need to parse the logic params from some fields.
This make us to use some extra JSON deserialize code, and make the logic is very hard to maintain.
ruanwenjun
changed the title
[DSIP-] Unify the logic task params data structure between front-end and back-end
[DSIP-46] Unify the logic task params data structure between front-end and back-end
Jun 13, 2024
Search before asking
Motivation
The logic task params in backend is not structure, we need to parse the logic params from some fields.
This make us to use some extra JSON deserialize code, and make the logic is very hard to maintain.
dolphinscheduler/dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/TaskInstance.java
Lines 313 to 385 in f0e0395
Design Detail
Directly parse the logic task params from task params.
Compatibility, Deprecation, and Migration Plan
compatibility
Test Plan
Code of Conduct
The text was updated successfully, but these errors were encountered: