Set an inactivity monitor
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Time Configuration
You can set an inactivity monitor that triggers an event for a task record when the task has been inactive for a certain amount of time.
Before you begin
Role required: admin
About this task
If the task remains inactive, the monitor repeats at regular intervals. User updates
to the task record restart the monitor. If reset conditions you defined for it have
not been met, the monitor does not restart when you update the task record.
Inactivity monitors only apply to records on tables that extend the
Task table, or the Task table itself.
When an inactivity monitor triggers, it generates an event in the form <tablename>.inactivity (for example, incident.inactivity). Define an Email and SMS notifications or script action to drive further action for the inactivity monitor.
A record's activity is only based on user updates. System updates do not count as activity.
Inactivity monitors only support one matching inactivity monitor per task.
If multiple inactivity monitors do match a task record, one of the inactivity monitors will delete all other sys_trigger jobs, leaving only its own, preventing the others from triggering. Since inactivity monitors are driven by condition builder, the definition time can't identify inactivity monitors from intersecting with each other per task record.
Procedure
Related Content
- Event registry
You can use events to schedule actions or tasks to occur when conditions are fulfilled.