This demo is using the workflow statistic REST API.
const response = await fetch(basePath + '/api/workflow/tasks/stats?agg=startTimestamp:bucket:hour,businessState&filter=businessState:OPEN DONE');
const result = await response.json();
| Name | Name | Last commit date | ||
|---|---|---|---|---|