joergen7 / cuneiform

Cuneiform distributed programming language
https://cuneiform-lang.org/
Apache License 2.0
232 stars 16 forks source link

Externally parameterize a workflow #45

Closed joergen7 closed 4 years ago

joergen7 commented 8 years ago

Setting variable values outside the Cuneiform script should be possible. Either on the command line

cf myworkflow.cf -a 'x="blub.txt";'

Or via the inclusion of an extra parameter file:

cf myworkflow.cf -i parameters.cfp