Skip to main content

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.

Input files are staged in the task work directory by creating a hard link for each of them.

Input files are staged in the task work directory by creating a symbolic link with a relative path for each of them.

Input files are staged in the task work directory by creating a symbolic link with an absolute path for each of them (default).

On this Page