JBoss Community

How to make a process instance go on with jBPM5?

created by cheney-dut in jBPM - View the full discussion

Hi all ,

The Code:

KnowledgeBase kbase = readKnowledgeBase("demo.bpmn");

StatefulKnowledgeSession ksession = createKnowledgeSession(kbase, 1); // JPAKnowledgeService.loadStatefulKnowledgeSession(sessionId, kbase, config, env);

 

ProcessInstance processInstance = ksession.getProcessInstance(1); // i get the trucial process instance

 

But what can i do to make the process instance go on?

Anyone can help? :(

Thanks!

Reply to this message by going to Community

Start a new discussion in jBPM at Community