stageInMode
The stageInMode directive defines how input files are staged into the task work directory.
The following modes are supported:
'copy'
Input files are staged in the task work directory by creating a copy.
'link'
Input files are staged in the task work directory by creating a hard link for each of them.
'rellink'
Input files are staged in the task work directory by creating a symbolic link with a relative path for each of them.
'symlink'
Input files are staged in the task work directory by creating a symbolic link with an absolute path for each of them (default).