2 Replies Latest reply on Sep 22, 2013 7:25 PM by vcaselli

    Drools Eclipse Plugin: Using the ProcessInstance(s) view for my own rcp application

    sebb

      I'd like to view the current state of a process instance inside of my rcp application.

      Currently the process instance view shows only something if it is used in debug mode and I click the active ksession variable. Thats ok for developing, but not for productive uses. Is it possible to pass a jbpm session to the plugin in another way?

       

      The usage of the jbpm console is not possible, since jbpm does not run inside jboss.

       

      edit:

      Ok, so I dug through the sourcecode and I found out that the classes org.drools.eclipse.ProcessInfo and org.jbpm.process.instance.ProcessInstance are used for the ProcessInstanceView. How can I aquire them from a ksession?