We run batch processes in cluster and found, that TIF exports of DEM and ORTHO does not work.
The reason seems to be variables in the output paths, absolute paths work as expected.
There is no error messages or other indications of fail, the process simply does not yield expected results.
Here is the diff between our non-workin and working versions (absolute paths work via cloud, the others not):
diff ms_batch.xml tmp.debug_ms-tiffexportcloud.xml
61c61
< <path>{projectfolder}/dem_{chunklabel}.tif</path>
---
> <path>/data/tmp-data/dem_debugout.tif</path>
81c81
< <path>{projectfolder}/ortho_{chunklabel}.tif</path>
---
> <path>/data/tmp-data/ortho_debugout.tif</path>