diff --git a/docs/hyperloop/notifications.md b/docs/hyperloop/notifications.md index 17b31e5..39315bc 100644 --- a/docs/hyperloop/notifications.md +++ b/docs/hyperloop/notifications.md @@ -114,6 +114,16 @@ Informs the user when a wagon has been disabled in different circumstances: +* The wagon is disabled if one of the user defined dependencies of the wagon is considered identical to a service wagon. In order to most efficiently make use of the Grid and the analysis factilities, copies of core services are not permitted as it prevents combining several users into one train. + +
+ +
+ + A service wagon is considered identical to a user wagon if it shares the same activated output tables, the same workflow, and it has matching configurables. To fix this error, please use the listed service wagon as a dependency instead of the copy. + + + ## Inconsistent parameters * Hyperloop makes a comparison between the wagon configuration and the configuration defined in O2 for the package tag selected for the wagon. If they do not coincide, the user will be informed about the mismatch. The comparison is case sensitive, therefore a Configurable will not match if its name does not contain the identical lowercase / uppercase combination. diff --git a/docs/images/notificationIdenticalWagon.png b/docs/images/notificationIdenticalWagon.png new file mode 100644 index 0000000..5e5d4a1 Binary files /dev/null and b/docs/images/notificationIdenticalWagon.png differ