26 Messages
•
700 Points
workflow execution counts
Is there a way to tell how many times a workflow has been kicked off? We want to see if some of our workflows are being used and how often.
26 Messages
•
700 Points
Is there a way to tell how many times a workflow has been kicked off? We want to see if some of our workflows are being used and how often.
user_aa09d2
23 Messages
•
4.6K Points
4 months ago
Hi. Not sure if this is exactly what you are looking for, but under Settings --> Workflow -->Instances you can track what workflows has been used and the user and date initiated among other info.
1
0
georgecheung
62 Messages
•
755 Points
3 months ago
Each time the workflow starts, it is recorded in the history of the instance. You can use the activityStreamApi to find all records of the workflow starting to get a better idea of its usage.
The MetaModel Usage Report Workflow gives a count of the usage in the last 30, 60, 90 days.
0