Expand my Community achievements bar.

Initiated by not "Completed"

Avatar

Former Community Member
Is there a way to find out how many times users have "Initiated" a process (ie. its form has been launched and displayed in the browser)?



I think if the user launched the process and submitted it, then it'll show up in the Process Search of AdminUI. But AdminUI does not seem to show those "Initiated but not submitted" instances... correct?
4 Replies

Avatar

Former Community Member
correct, only submitted tasks are shown in admin ui

Avatar

Former Community Member
you mean there's no way to know how many times (inculding both the submitted and non-submitted instances) users have launched a particular process?

Avatar

Former Community Member
when a user opens a form to start a process but does not submit - if you want to get a count of this you can do it with a event called task created,check for task status, I think if the task status is 1 then the task is not yet assigned to a user. But if you want to count the number of times a user has opened a form of a submitted task, you can put some code in the render form to capture that action

hope this helps

Avatar

Level 10
You can also query the database to get that information if you really need to.



Jasmin