Task parameters#
Note
One can load, modify, and export the input file by using our effective web-based tool DP-GUI online or hosted using the command line interface dpdisp gui. All parameters below can be set in DP-GUI. By clicking “SAVE JSON”, one can download the input file.
- task:#
- type:
dictargument path:task- command:#
- type:
strargument path:task/commandA command to be executed of this task. The expected return code is 0.
- task_work_path:#
- type:
strargument path:task/task_work_pathThe dir where the command to be executed.
- forward_files:#
- type:
typing.List[str], optional, default:[]argument path:task/forward_filesThe files to be uploaded in task_work_path before the task exectued.
- backward_files:#
- type:
typing.List[str], optional, default:[]argument path:task/backward_filesThe files to be download to local_root in task_work_path after the task finished
- outlog:#
- type:
str|NoneType, optional, default:logargument path:task/outlogThe out log file name. redirect from stdout
- errlog:#
- type:
str|NoneType, optional, default:errargument path:task/errlogThe err log file name. redirect from stderr