0 Replies Latest reply on Jun 27, 2007 12:01 PM by wangdongfox

    How to monitor the process flow?

    wangdongfox

      I use the jBPM to implement a batch process, but I want to monitor the running status of batch process when it is working, and when some exception happened and the batch process shuts down suddenly, I want to restart the batch process, and the same time the finished task can't run again, how to implement these functions through jBPM. In fact, I know jBPM provides a web console and a logging mechanism, can it help me?