• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Kick off multiple instances from java batch job

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Do not set lab on fire. Or this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic