Atlas — Standard Report Definitions |
Your system includes dozens of standard reports, including 20+ that apply to the Work- base class and several that apply to the Assign- base class.
The four standard report definitions named pyDefaultReport define which columns appear in a drill-down display, and can serve as starting rules to copy for your own reports.
You can override these standard reports in your own application RuleSets.
Report |
Description |
@baseclass.pyDefaultReport | Defines columns for drill-down displays when no other pyDefaultReport is found. |
Assign-.pyDefaultReport | Defines columns for drill-down displays for assignments, when no other pyDefaultReport is found. |
Rule-.pyDefaultReport | Defines columns for drill-down displays for reports, when no other pyDefaultReport is found. |
Work-.pyDefaultReport | Defines columns for drill-down displays of work items, when no other pyDefaultReport is found. |
Standard management reports about assignments, work in progress, and completed work are available. These are similar to those provided in the version 5 Monitor Activity workspace.
Category |
Description |
pyMonitorAssignments | Monitor Assignments: Support reporting on open assignments. Open assignments represent a backlog of work for human operators. These reports are derived from instances of the Assign- classes. See Standard Report Definition Rules — Assignment Monitorings. |
pyPerformanceAnalysis | Analyze Performance: Reports that analyze and summarize resolved (completed) work items along quality dimensions. These support a retrospective review of past work, to aid in understanding how business processes might be improved. The reports are derived from instances of Work- classes. See Standard Report definition rules — Performance Analysis. |
pyWorkAnalysis | Analyze Quality: Reports which identify which flow actions were selected and how often by assignment, and the timeliness of the selection. These reports are derived from information in the History-Work- classes. See Standard Report definition rules — Work Analysis. |
pyWorkMonitoring | Monitor Processes: Reports which list or summarize open (unresolved) work items in the current application. They support day-to-day monitoring of the business processes supported by your application. See Standard Report definition rules — Work Monitoring. |