2 Replies Latest reply on Sep 27, 2012 1:19 AM by franco80

    jbpm 5.3 starting process instance with jbpm-console from ksession.startProcess(...)

    franco80

      Hello all,

       

      i have code from HumanTaskExample ( jbpm-example ) and I try invoke method ksession.startProcess("com.sample.humantask", params); which I think run the process, but I dont see that process in jbpm-console, only task with processId was created in database, if I start manualyy in jbpm-console process instance it's ok, inserts "go" to base to ProcessInstanceInfo, WorkItem... . Please explain to me how does it run from java step by step if possible

       

      ... and where is store repository for drools-guvnor ?

       

      regards