Fix documentation WRT restarting an abruptly stopped job

Resolves #4037
This commit is contained in:
Mahmoud Ben Hassine
2022-05-05 18:03:18 +02:00
parent bbbc4a7a18
commit 9f4424f4fa

View File

@@ -1821,5 +1821,4 @@ have to tell it manually that you know that the execution either failed
or should be considered aborted (change its status to
`FAILED` or `ABANDONED`). This is
a business decision, and there is no way to automate it. Change the
status to `FAILED` only if it is not restartable or if
you know the restart data is not valid.
status to `FAILED` only if it is restartable and you know that the restart data is valid.