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 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 under different situations ?