Commit dcdc683
authored
fix(api): scan error on stopRunsBlocked (#5031)
stacktrace was:
```
workflow.stopRunsBlocked> Error on stopRunsBlocked : GoRoutine>Serve>Initialize>
stopRunsBlocked: internal server error
(caused by: cannot get workflow node run infos: sql: Scan error on column index 2, name "stages": converting NULL to string is unsupported)
```1 parent 449ef4d commit dcdc683
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
998 | 998 | | |
999 | 999 | | |
1000 | 1000 | | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
1004 | 1004 | | |
1005 | 1005 | | |
1006 | 1006 | | |
| |||
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
1021 | | - | |
1022 | | - | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
1023 | 1025 | | |
1024 | 1026 | | |
1025 | 1027 | | |
| |||
0 commit comments