문제

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

도움이 되었습니까?

해결책

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})

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top