cancel
Showing results for 
Search instead for 
Did you mean: 

GUI to Activiti Engine

alper
Champ in-the-making
Champ in-the-making
Hi,
I want to know in the runtime what processes are running and on what stage they are.
As I understand, I can get everything from the Activiti Engine via Activiti API or via REST, if I use REST implementation.
But is there any UI tool that can show it graphically?
Or maybe I should somehow configure Activiti Explorer to get data from my database to see everything?

Also, is there any tool to graphically debug the workflow execution, executing the process step-by-step?
3 REPLIES 3

martin_grofcik
Confirmed Champ
Confirmed Champ
Also, is there any tool to graphically debug the workflow execution, executing the process step-by-step?

yes, there is an intention to have graphical process debugger (part of activiti-explorer  -> activiti-crystalball).
http://www.activiti.org/userguide/#crb-debug

But is there any UI tool that can show it graphically?
It depends on what do you want to show.

Regards
Martin

alper
Champ in-the-making
Champ in-the-making
<quote>
It depends on what do you want to show.
</quote>


I'd like to see how much processes are active, how much tasks are waiting for the human interaction, on what stage the chosen process is. Something alike.

martin_grofcik
Confirmed Champ
Confirmed Champ