Class BatchSeedJobHandler

java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler
All Implemented Interfaces:
JobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>

public class BatchSeedJobHandler extends Object implements JobHandler<BatchSeedJobHandler.BatchSeedJobConfiguration>
The batch seed job handler is responsible to create all jobs to be executed by the batch. If all jobs are created a seed monitor job is created to oversee the completion of the batch (see BatchMonitorJobHandler).