You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(insights): add getElementCountByStatus to ProcessInstances and CaseInstances
Add Insights RTM endpoint for retrieving per-element execution counts
and duration percentile metrics (min, max, avg, p50, p95, p99) for
BPMN elements.
- Use Date input for startTime/endTime, convert internally via
.getTime()
- CaseInstancesService delegates to ProcessInstancesService
- Extract getElementCountByStatusImpl to avoid double @track
- Add JSDoc, type annotations, and trailing newlines
PLT-102911
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments