Question

I have a workflow which consists of a shell script and a HQL script. I've set a workflow parameter called CURRENT_TS to ${ coord:nominalTime()}

How do I address CURRENT_TS in my HQL/bash script ?

Thanks, Daniel

Était-ce utile?

La solution

The answer was to define a parameter in the following jobs and simply set it to the the workflow propery name (in my example ${CURRENT_TS})

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top