Overview
Service request auto-expiration process starts periodically based on the value of configuration parameter SERVICE_REQUEST_AUTOEXPIRATION_SCHEDULE. It cancels all service requests in status Active that have an expiration date less than the current time.
Process
- Update status =
cancelled
for all service request Update- status =
cancelled
- status_reason = autoexpired
- status history
- status =
for all service requests where status = active
and expiration_date < current_time