5 Replies Latest reply on Aug 29, 2012 4:33 AM by salaboy21

    Using TaskService directly vs Task Server/TaskClient architecture

      Good afternoon jBPM community from my timezone ,

       

      TaskClient seems to call the TaskService 's methods   eventually. So  if I embedded the jbpm engine in my own application to handle the human tasks ,  is it better to invoke the TaskService directly? I think it is more simple as it does not involve starting TaskServer .

       

      So , apart from the fact that  TaskServer/TaskClient approach allow us to hoist the TaskServer in a separate machine (maybe for the performance reason) , any advantages of using TaskServer/TaskClient approach rather than using TaskService directly  ? Any suggestions to choose which approach which situations  ?