0 Replies Latest reply on Apr 22, 2008 3:35 AM by kamleshkr

    Lifecycle of actionhandler

      Hi,

      I want to know when does jbpm instantiate the action handler and when does it remove that particular instance from memory?

      Actually, i have written a web application which calls jbpm workflow. I have deployed my application on JBoss and used MySQL as the database of jbpm. When i use a monitoring tool for JBoss and run my application, it shows one instance of each action handler in the memory, even after the workflow execution is complete.

      Please tell me the reason for that and also tell me how can i make sure that the action handler instance is destroyed after successful workflow execution.