Commit 57aec2e
authored
Fix bug: run Knowledge graph or RAPTOR, it will update an existing task (infiniflow#14102)
### What problem does this PR solve?
It fixed the bug: infiniflow#14101
When run Knowledge graph or RAPTOR, the last document running status
will be wrongly set, see below:
It should never touch existing document result.

### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)1 parent 27ebc64 commit 57aec2e
3 files changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
776 | | - | |
| 776 | + | |
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
526 | | - | |
| 526 | + | |
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
987 | | - | |
| 987 | + | |
988 | 988 | | |
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | 992 | | |
993 | 993 | | |
994 | | - | |
| 994 | + | |
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
999 | 999 | | |
1000 | | - | |
1001 | 1000 | | |
1002 | 1001 | | |
1003 | | - | |
| 1002 | + | |
1004 | 1003 | | |
1005 | 1004 | | |
1006 | 1005 | | |
| |||
1015 | 1014 | | |
1016 | 1015 | | |
1017 | 1016 | | |
1018 | | - | |
1019 | 1017 | | |
1020 | | - | |
| 1018 | + | |
1021 | 1019 | | |
1022 | 1020 | | |
1023 | 1021 | | |
| |||
0 commit comments