...
Retrieving statistics about processes and tasks
/processTaskServices/
Method | get:/process-instances/deployedProcessCountcount | |||||
---|---|---|---|---|---|---|
Description | Get the process count of the deployed processes. | |||||
Parameters | Header Parameter - Media types acceptable for the response. Default the default is JSON. | |||||
Return Type | Deployed processes with their process count. | |||||
Example Data |
|
Method | get: /processStatusCount/process-instances/state/all/count/ | |||||
---|---|---|---|---|---|---|
Description | Get the number of process instances with various states. | |||||
Parameters | Header Parameter - Media types acceptable for the response. Default the default is JSON. | |||||
Return Type | Count of process instances in each state. States: Completed, Active, Suspended, Failed | |||||
Example Data |
|
Method | get: /taskStatusCount/task-instances/status/all/count | |||||
---|---|---|---|---|---|---|
Description | Get the number of task instances with various states. | |||||
Parameters | Header Parameter - Media types acceptable for the response. Default the default is JSON. | |||||
Return Type | Count of task instances in each state. States: Completed, Active, Suspended, Failed | |||||
Example Data |
|
Method | get: /avgDurationToCompleteProcess/process-instances/duration/average | |||||
---|---|---|---|---|---|---|
Description | Get the average time duration of completed processes. | |||||
Parameters | Header Parameter - Media types acceptable for the response. Default The default is JSON. | |||||
Return Type | Completed processes and the average time duration for each process. | |||||
Example Data |
|
Method | get: /avgTaskDurationForCompletedProcess/task-instances/duration/avarage/{pIdpid} | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description | Get the average time duration of each task in a completed process. | ||||||||||
Parameters | pId: process Definition Id of the process (required). Header Parameter - Media types acceptable for the response. Default The default is JSON. | ||||||||||
Return Type | Completed tasks with their average time duration for each completed process. | ||||||||||
Example Data |
|
Method | get: /taskVariation/task-instances/count/variation | |||||
---|---|---|---|---|---|---|
Description | Get the task variation over time i.e., tasks started and completed over the months. | |||||
Parameters | Header Parameter - Media types acceptable for the response. Default The default is JSON. | |||||
Return Type | Number of tasks started and completed over the months. | |||||
Example Data |
|
Method | get: /processVariation/process-instances/count/variation | |||||
---|---|---|---|---|---|---|
Description | Get the process variation over time i.e., process instances started and completed over the months. | |||||
Parameters | Header Parameter - Media types acceptable for the response. Default The default is JSON. | |||||
Return Type | Number of process instances started and completed over the months. | |||||
Example Data |
|
Method | get: /allProcessesprocesses/ | |||||
---|---|---|---|---|---|---|
Description | Get all the deployed processes. | |||||
Parameters | Header Parameter - Media types acceptable for the response. Default The default is JSON. | |||||
Return Type | Deployed processes | |||||
Example Data |
|
Retrieving statistics about users
/userServices/
Method | get: /allUsers | Description | Get all the users fromuser | store.|||
---|---|---|---|---|---|---|
Parameters | Header Parameter - Media types acceptable for the response. Default is JSON. | |||||
Return Type | User list | |||||
Example Data |
|
Method | get: /userVsTaskCount | |||||
---|---|---|---|---|---|---|
Description | Get the number of completed tasks of the users. | |||||
Parameters | Header Parameter - Media types acceptable for the response. Default is JSON. | |||||
Return Type | Users with the number of tasks completed by each of them. | |||||
Example Data |
|
Method | get: /userVsAvgTimeDuration | |||||
---|---|---|---|---|---|---|
Description | Get the average time taken by each user to complete tasks. | |||||
Parameters | Header Parameter - Media types acceptable for the response. Default is JSON. | |||||
Return Type | Users with the average time taken by each user to complete tasks. | |||||
Example Data |
|
Method | get: /userTaskVariation-performance/variation/{assignee} | |||||
---|---|---|---|---|---|---|
Description | Get the task variation of each user over time i.e., tasks started and completed by each user over the months. | |||||
Parameters | assignee: user (required). Header Parameter - Media types acceptable for the response. Default is JSON | |||||
Return Type | Number of tasks started and completed over the months by the selected user. | |||||
Example Data |
|
...