ceventFilter

A Workflow Engine function that returns true if the object matches a SQL-like filter. This function uses the CEvents API to evaluate the SQL-like filter against the object. See Filter Search Data for more information on filters.CEvents API

This function is available as a feature of the Workflow Engine v1.0 and later.

This function is available for event, alert, and Situation workflows.

The workflow sweep up filter applies to this function.

Back to Workflow Engine Functions Reference.Workflow Engine Functions Reference

Arguments

Workflow Engine function ceventFilter takes the following arguments:

Name

Required

Type

Description

filter

Yes

String

SQL-like filter expression. Use single quotes around strings.

For example: description matches 'abc'