[jbpm-dev] [Design of JBoss jBPM] - Re: EJB 2.1 Beans in jbpm 4?

camunda do-not-reply at jboss.com
Wed Jun 17 07:48:45 EDT 2009


Another objection: The Process Engine has a more fine grained API, e.g.:


  | taskService.setVariable(task.getDbid(), "problem", "Out of stock");
  | taskService.completeTask(task.getDbid());
  | 

This could be done with one command before. Means, now we have
- 2 transactions
- 2 remote invocations


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

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



More information about the jbpm-dev mailing list