RockTomate / Issues

Submit bugs and feature requests.
4 stars 1 forks source link

[RunJob - Maybe not a Bug] The External Variables have to be referenced on the parent that executes RunJob. #17

Closed amartinez1660 closed 4 years ago

amartinez1660 commented 4 years ago

Steps to Reproduce

Expected Results JobParent manages to run JobChild.

Actual Results Externals variables used in JobChild won't resolve (will stay %variablename%); Temporal Fix: Add the same External variables asset used by JobChild in JobParent. This is maybe by design (as that would allow for overrides), however, it would be nice that if we don't add the same variables anywhere, that JobParent could run JobChild without having to know too much about the variables on JobChild

ElmarTalibzade commented 4 years ago

Normally, you'd have to explicitly specify what variables to pass to a child Job. External variables are not detected during the setup, which is why they are never detected in the first place.

I agree the current system is not great, so I will add this to the backlog to address this issue.

ElmarTalibzade commented 4 years ago

Fixed in 1.0.3