Hi Guys
Greatly appreciated if some can help me out to find the way to handle below problem statement.
There would be one JBPM process which does some processing of one task(asynchronously) .
There would be one batch process which has some set of tasks needs to be executed. -during iteration of all the tasks from batch process ,need to call jbpm process for each task,In case of many tasks,then it is not a good idea to call from batch,is there any way that we can do parallel processing from batch job. I am not sure 100% ,but some one made a statement to call nodes of a cluster from
java,does this statement really valid ?
Thanks
Venkat