An application is used to track worker injuries. All injury reports must be reviewed by a case
worker in the activity entitled Review Case. An email notification is sent if the case worker fails to
start the review within 24 hours. How can a developer ensure the notification occurs in compliance
with this regulation?

A.
Configure a Post-Timer expiration event that completes the task if the reviewer has not
completed the task within 24 hours, allowing the process to send a notification in a later task.
B.
Configure a Pre-Timer expiration event that sends an email notification if the reviewer has not
started the task within 24 hours.
C.
Configure a Pre-Timer expiration event on the following activity that sends an email notification
if the following activity is not completed within 24 hours.
D.
Configure a Post-Timer event to send a notification to the reviewer if the task has not been
started within 24 hours.