Skip to content

[Bug]: InputData parameter is not resolved for transformations with input data #8595

Description

@arrabito

Search before creating an issue

  • I have searched existing issues and confirmed this is not a duplicate

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions