X_H_N
2019年8月14日 11:31:57
I add used sub HDA to hdaprocessor/files for move files to job directory but I dont know how set it for use it when HDA processor run
I use relative paths for everything else.
I need run PDG on different paths because I run it on different server machines
BrookeA
2019年8月14日 11:53:27
Just to clarify – you want to run (on the farm) an HDA with nested HDAs using HDA Processor?
X_H_N
2019年8月15日 05:16:17
BrandonA
Just to clarify – you want to run (on the farm) an HDA with nested HDAs using HDA Processor?
Yes
BrookeA
2019年8月16日 10:55:45
If you add the nested HDAs as file dependencies in the “File Dependencies” tab, it will copy the HDAs to the PDG temp directory, which gets added to the OTL scan path. Therefore, as long as any HDAs that the main HDA is dependent on are added as file dependencies, the asset should cook successfully.
X_H_N
2019年8月16日 11:34:15
Its posible Get this path from some variable or this path must by absolute? in tmp folder is next folder with some id.
BrookeA
2019年8月20日 13:18:02
You should be able to get the path using $PDG_TEMP.
X_H_N
2019年8月21日 10:11:29
Thanks for help