Task Parameters
Use only with the TaskOnPerform framework event.
On the Event Action Set Values form, use this field to specify any changes to parameters required by the task being performed. For multiple parameters, include them as a comma-separated list.
The contents of this field must use this syntax:
paramNumber = scalarExpr
where:
- paramNumber is the 1-based position of the parameter to change.
- scalarExpr is the value to which the parameter is to be set.
When you click Event Actions form, the system "wraps" this content within a SETTASKPARMVALUES( ) parameter, which yields this final syntax:
to return to theSETTASKPARMVALUES( paramNumber = scalarExpr[, …] )
Note: If any scalarExpr is a literal value, the system automatically encloses
it in double quotation marks when returning it to the Event
Actions form. If a scalarExpr is an expression, the system
does not enclose it in quotation marks.