[jboss-user] [JBoss jBPM] - How to get Pocess from server

SidKennedy do-not-reply at jboss.com
Mon Nov 5 08:12:17 EST 2007


Hello to all,
Here http://www.jboss.com/products/jbpm/docs/tutorial  I found a description how to start a Process Instance on a server with that code snippet:


  | ExecutionService executionService = 
  |     JbpmServiceFactory.getInstance().openExecutionService("AlbertEinstein");
  | executionService.startProcessInstance( "payraise" );
  | executionService.close();
  | 

My problem is that I can't find the ExecutionService. In which jar it can be found or is it replaced with another class in a newer verision?

greets
Sid

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101742#4101742

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101742



More information about the jboss-user mailing list