In business process automation, timely task handling is critical. BAMOE 9.4.0 provides built-in support for event-driven task notifications using Task NotificationListener, enabling systems to react when user tasks are delayed or unattended.
This blog walks through a practical Hiring Process example that demonstrates how to configure email notifications for user tasks using deadlines and event triggers.
Overview of the Hiring Process
The sample workflow models a simple hiring pipeline with two sequential user tasks:
- HR Interview
- IT Interview
Each task is configured with:
- Notification events (e.g., NotStarted, NotCompleted)
- Email notification details
The process begins with a hiring request and ends with either:
- Application Approved, or
- Application Denied
This is how BPMN workflow will look like