Commit c343e57
Set execution status to FAILED if global/dependencies checks fail (#3083)
* Set execution status to FAILED if global/dependencies checks fail before launching the WF
* exec status after failed checks: also handle dequeueing (#3084)
* add a test
* dequeue: ignore errors, continue to the next execution
if dequeueing an execution fails, oh well. Continue to the next one.
This is because now execute_workflow can throw errors.
Co-authored-by: Lukasz Maksymczuk <tehasdf@users.noreply.github.com>1 parent e978f91 commit c343e57
File tree
2 files changed
+37
-9
lines changed- rest-service/manager_rest
- test/endpoints
2 files changed
+37
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
244 | 249 | | |
245 | 250 | | |
246 | 251 | | |
| |||
965 | 970 | | |
966 | 971 | | |
967 | 972 | | |
968 | | - | |
969 | | - | |
970 | | - | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
971 | 983 | | |
972 | 984 | | |
973 | 985 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
260 | 276 | | |
261 | 277 | | |
262 | 278 | | |
| |||
0 commit comments