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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...