cancel
Showing results for 
Search instead for 
Did you mean: 

Viewing the status of a process execution

dinesh1
Champ on-the-rise
Champ on-the-rise
Hi,
I am using activiti 5.9.
Is there is any way,I can view the status of the process execution,completed process details in activiti explorer?
I am able to see the process details in the database.
But i am looking for a UI which shows the deployed process status like running,completed and error(if the process fails).
Completed process details with start time,end time,who triggered it.
Whether above features will be available in future version.
Please kindly let me know.

Thanks in advance
Dinesh
4 REPLIES 4

frederikherema1
Star Contributor
Star Contributor
There are currently no plans of exposing the History in the Activiti Explorer app, other than viewing the database. However, all history-info is available through our API, so you can easily roll your own solution for this.

Hi Fredrik,
  Is it still the case? I too am looking for something similar i.e. display of progress of execution of a process, in other words, the point of execution of a process at a moment.. in case the process completes, the path (which may include gateways) of execution should be highlighted.
  If its not there already or is not planned to be included, I think this is one good feature which should be included. This will then be very similar to the COTS produtcs that we have in the market!
  Thanks… 
Regards,
Trinath

Hi Trinath.

I tried to implement something similar:
https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram

Regards
Martin

dinesh1
Champ on-the-rise
Champ on-the-rise
Thanks frederik Smiley Happy