diff --git a/docs/hyperloop/operatordocumentation.md b/docs/hyperloop/operatordocumentation.md index badc8ddc..e55511a1 100644 --- a/docs/hyperloop/operatordocumentation.md +++ b/docs/hyperloop/operatordocumentation.md @@ -107,6 +107,7 @@ There are a number of settings that you can decide on when composing a train: * Killing a train by clicking on `Kill ☠️`. This will stop all running jobs. * Closing a train by clicking `Close ❌`. This will stop further activity, but will keep the jobs running. * Cloning a train in the tab `Clone`. When cloning a train, the wagons and dataset configuration used will be the same as of the original train. Other settings can be changed: package tag, target facility, slow train, derived data, automatic submission. + * Moving a train in the tab `Move`. Moving a train functions similarly to cloning, using the same wagons and dataset configuration as the original train, with the original train also being killed/decomposed (whichever appropriate). ### Train Run Result @@ -203,6 +204,12 @@ There are a number of settings that you can decide on when composing a train: Screenshot of clone train +* You can use the _Move train_ tab to move a train to a different target facility, or re-create a copy of a train at the same target, with the original train then being decomposed/killed (whichever appropriate). Similarly to cloning, the moved train will have **the same wagon timestamp** of the original train, with the **current dataset configuration**. Target is the only option that can be modified while moving. Approval and submission state are not copied from the original train. + +
+ Move train tab, showing that the train's new target can be selected +
+ ### Request Long Train * The _Request long train_ tab allows users to request a long train after the train ran on a short dataset. Short datasets are subsets of a big dataset (_set up in the Dataset settings_). First, a train run needs to be **Done on a smaller short dataset** before being run on a bigger dataset. diff --git a/docs/images/moveTrain.png b/docs/images/moveTrain.png new file mode 100644 index 00000000..b8d3067b Binary files /dev/null and b/docs/images/moveTrain.png differ