Skip to content

axonivy/workflow-stats-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Demo for the workflow statistic REST API

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();

Only OPEN and DONE tasks by hour and state

About

Demo project for workflow statistic

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages