Viewing the status of a process execution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2012 07:46 AM
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
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
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2012 08:44 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2013 04:21 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2013 02:14 AM
Hi Trinath.
I tried to implement something similar:
https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram
Regards
Martin
I tried to implement something similar:
https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram
Regards
Martin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2012 10:21 PM
Thanks frederik

