...
Field | Description |
---|---|
Order | Enter the order in which context parameters will be evaluated. |
Name | Enter the name of the context parameter. Either select an attribute name from the drop-down list, or enter a different name. |
Expression | Enter the expression for the context parameter. Unlike stream action attribute expressions, context parameter expressions can evaluate to a list of values as well as single values. The context parameter expressions can refer to:
Use the notation:
The expression can include the message functions debug(message), info(message), warning(message), and error(message), which write messages to the system console logs. Remember that error(message) function stops the action from completing. |
...