Skip to content

Restart Job From Specific Step

Daniel Odievich edited this page Apr 19, 2018 · 1 revision

If you stopped the job mid-flight or it crashed, you can restart the job using the same command.

Job restart is easily done. When starting, application checks whether job folder for the job file already exits. If it does, and it contains jobparameters.json, the job file is resumed. Instead of input job file that was specified, the previously created jobparameters.json is loaded.

Previously created jobparameters.json has a Status property.

The value of Status is a number that corresponds to the step in Phases and Job Steps.

It can be adjusted by hand, setting it by either number or even string value.

Clone this wiki locally