Commit 4f693a5
[Fix-17704][HttpTask] The output parameters of an HTTP task cannot be referenced in downstream tasks. (#17716)
* fix #17637
* Because workflow lineage only retains the current version, deleting historical versions in the workflow does not invoke lineage deletion. Therefore, logic for deleting lineages should be added when deleting workflows.
* Optimize workflow deletion logic to ensure compatibility with historical library data.
* spotless
* fix #17637
* Because workflow lineage only retains the current version, deleting historical versions in the workflow does not invoke lineage deletion. Therefore, logic for deleting lineages should be added when deleting workflows.
* Optimize workflow deletion logic to ensure compatibility with historical library data.
* spotless
* add ut test
* fix #17638
* Simplify the logic of WorkflowDefinitionService.saveWorkflowLineage().
* fix #17704
* Update dolphinscheduler-task-plugin/dolphinscheduler-task-http/src/main/java/org/apache/dolphinscheduler/plugin/task/http/HttpTask.java
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: luxl <[email protected]>
Co-authored-by: caishunfeng <[email protected]>
Co-authored-by: xiangzihao <[email protected]>
Co-authored-by: Wenjun Ruan <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Gallardot <[email protected]>1 parent 0f7a844 commit 4f693a5
File tree
2 files changed
+35
-0
lines changed- dolphinscheduler-task-plugin/dolphinscheduler-task-http/src
- main/java/org/apache/dolphinscheduler/plugin/task/http
- test/java/org/apache/dolphinscheduler/plugin/task/http
2 files changed
+35
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
184 | 217 | | |
185 | 218 | | |
186 | 219 | | |
| |||
0 commit comments