Task Parameters List

Use only with the TaskOnPerform framework event.

Use this field to specify the list of parameters required by the task being performed, to replace the parameters passed by the task requester.

The contents of this field must use this syntax:

scalarExpr

where scalarExpr is the value to which the parameter list is to be set.

When you click OK to return to the Event Actions form, the system "wraps" this content within a SETTASKPARMLIST( ) parameter, which yields this final syntax:

SETTASKPARMLIST ( 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.