Great questions from everyone. Let me provide a comprehensive breakdown of the implementation:
Mobile Dashboard Integration
We used Freedom UI’s responsive dashboard designer to create a mobile-optimized view. The key was simplicity - we limited the dashboard to 4 core widgets: Active Approvals (count), Avg. Approval Time (trend), Top 3 Bottlenecks (list), and Process Conformance Score (gauge). Each widget uses the process mining data model but with simplified queries for mobile performance.
For screen size handling, we configured separate layouts for phone (single column, vertically stacked) and tablet (2-column grid). Freedom UI handles this automatically through breakpoint configuration - no custom CSS required.
Real-Time Process Analytics
The 30-minute refresh cycle was achieved by creating a dedicated mobile dashboard entity that syncs from the main process mining warehouse. We set up a scheduled business process that runs every 30 minutes, pulling only the metrics needed for mobile display. This approach keeps the mobile experience fast while the full process mining analysis still runs on the standard 4-hour cycle.
The process mining module’s conformance checking feature was crucial. We defined the ideal approval path, and any deviation automatically flags in the mobile dashboard with a red indicator. Managers can drill down to see exactly where the process went off-track.
Push Notification Setup
Notifications are triggered by two business rules:
- Time-based: Approval pending > 24 hours
- Deviation-based: Process conformance score drops below 80%
Both rules use the low-code notification designer. The notification payload includes:
- Approval ID and customer name
- Time pending
- Deep link URL to open directly in mobile app
- Quick action buttons (Approve/Reject for simple cases)
We configured push priority as ‘High’ to ensure immediate delivery even when the app is backgrounded.
Low-Code Configuration
The entire solution was built using:
- Freedom UI dashboard designer for layout
- Process mining module for analytics
- Business rule engine for notifications
- Mobile app settings for deep linking
- No-code data model configuration for the mobile sync entity
Total development time was 3 weeks with zero custom code. The low-code approach means our business analysts can now modify dashboards and notification rules without developer involvement.
Adoption & Results
Change management was critical. We rolled out in phases:
- Week 1-2: Pilot with 5 managers, gathered feedback
- Week 3-4: Refined dashboard based on feedback, added quick actions
- Week 5: Full rollout with training sessions
- Week 6+: Weekly review meetings showing metrics improvement
Adoption hit 85% within first month because managers saw immediate value - they could clear approval queues during commutes or between meetings. The push notifications with deep links made it effortless to act on alerts.
Key success metrics after 3 months:
- Approval cycle time: 5.2 days → 3.1 days (40% reduction)
- Process conformance: 72% → 89%
- Manager mobile app engagement: 4.2 sessions/day average
- Escalations due to delays: Down 65%
The combination of real-time visibility and actionable notifications transformed how our sales managers handle approvals. They went from reactive firefighting to proactive process management.