Batch region

I want to create a batch region using camunda modeler. I couldnot find it .

1 Like

Can you explain what you mean with “batch”?
And if there’s any additional information please attach.

a bacth like one described in this site:
https://blog.camunda.com/post/2016/10/batch-processing-with-camunda/

1 Like

This post is likely very out of date, if you could just explain your use-case that would be great.

1 Like

The application reads records from database , then generates xml files.
Each record must be retrievd from database ,validated first and corrected by users , then retrieve unvalid records again .The application generate a file for valid records . So each record results in one workflow instance .But the file generated may contain multiple records .