How to design batch process using Camunda

Hi All,

I am a newbie in BPMN and so to Camunda - I have spent few days now reading through the documentations and get started examples. I am looking for some help on:

     -> How would I setup the whole process engine along with Job executor using Java configuration only - not XML config (this is just my preference). 
     -> How would I create a in memory job which would run with a frequency (say every 10 minutes). 

Thank you for the help in advance.

Hi @kishoreji,

please have a look at the User Guide to see how to bootstrap the process engine.

What do you mean with a in-memory job? Do you looking for a timer catch event?

See also

Best regards,
Philipp