Returns the value of the parameter as a characters string
import cioppy
ciop = cioppy.Cioppy()
ciop.getparam (param)
param
Returns the value defined at the job template level for a given parameter name (to retrieve its default value), or defined at the workflow level (to override the default value of the jobtemplate). If defined, the workflow value has priority over the job template value.
Value of the parameter as a characters string
myvar = ciop.getparam('param1')
Terradue