Search before creating an issue
Bug Description
While in the job JDL of jobs created by transformations the InputData parameter seems to be set:
Arguments = "jobDescription.xml -o LogLevel=INFO -p JOB_ID=00000001 -p InputData=/ctao/user/a/arrabito/test_ts/data_001.txt";
Parameter.InputData = "/ctao/user/a/arrabito/test_ts/data_001.txt";
it's not dynamically resolved when used in job.setExecutable, e.g.:
job.setExecutable("/bin/echo", arguments = "@{InputData}")
Is this wanted or is it a bug?
I attach here a script to reproduce the issue.
The std output of the echo command being empty:
`
test_ts.py
`
Steps to Reproduce
No response
Expected Behavior
No response
Actual Behavior
No response
Environment
No response
Relevant Log Output
Additional Context
No response
Search before creating an issue
Bug Description
While in the job JDL of jobs created by transformations the InputData parameter seems to be set:
it's not dynamically resolved when used in job.setExecutable, e.g.:
job.setExecutable("/bin/echo", arguments = "@{InputData}")Is this wanted or is it a bug?
I attach here a script to reproduce the issue.
The std output of the echo command being empty:
`
test_ts.py
`
Steps to Reproduce
No response
Expected Behavior
No response
Actual Behavior
No response
Environment
No response
Relevant Log Output
Additional Context
No response