isNotNull
A Workflow Engine function that returns true
if the value for a field within an object is not null, is not an empty object , {}
, or is not an empty array , []
. See Alert and Event Field Reference and Event and Alert Field Best Practice for more information on object fields.
This function is available for event, alert, and Situation workflows.
Back to Workflow Engine Functions Reference.
Arguments
Workflow Engine function isNotNull
takes the following arguments:
Name | Required | Type | Description |
---|---|---|---|
| Yes | String | Object field. |
Example
The following example demonstrates typical use of Workflow Engine function isNotNull
.
{"field":"custom_info"}