Analytics¶
Analytics gives Spiff Arena teams an analytics view of process execution. It helps process owners and operations teams understand which models are active, which models are completing, where errors are happening, and how long process work is taking.
Use these docs when you want to review analytics in the browser or call the analytics API directly.
The interactive API reference is available at /analytics/docs on the host where Analytics is deployed.
Analytics
Common Starting Points¶
To review process activity in the browser, start with Using the Analytics UI.
To call analytics endpoints directly, read Analytics API.
To inspect the live OpenAPI reference, open
/analytics/docson your Analytics host.
What Analytics Shows¶
Analytics organizes process analytics around process groups and process models. From the UI, you can review:
active, completed, and errored process counts;
usage trends over the selected date range;
model and task duration distributions;
BPMN diagram overlays that show task or milestone activity;
error summaries and error detail;
CSV export packages for deeper analysis.
Additional Documentation