Skip to main content

isNewerThan

A Workflow Engine function that returns true when the object age in seconds is less than a specified age in seconds. Uses the difference between the current time and agent_time for events, int_last_event_time for alerts, and last_event_time for Situations.

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.

Arguments

Workflow Engine function isNewerThan takes the following arguments:

Name

Required

Type

Description

age

Yes

Number

Maximum object age in seconds.

<timestamp field>

No

Number

A non-fixed time field (examples: last_event_time, int_last_event_time, first_event_time, etc).