Commit 0333e2d
authored
Use PP task name instead of PP task ID when requesting their outputs (#2671)
When requesting PP task output as a data source, it's ID was used for DataDescription.
Meanwhile, PostProcessingDevice::getOutputSpecs uses the task name, which is the general convention in QC.
The commit fixes the data source to use task name.
I tested the change with the big TPC remote workflow, it works. It seems nothing was relying on the wrong behaviour.
Fixes QC-1336.1 parent b1c2ee6 commit 0333e2d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments