I am trying to setup and execute the Spring Cloud Tasks Sample of partitioned batch job (https://github.com/spring-cloud/spring-cloud-task/tree/master/spring-cloud-task-samples/partitioned-batch-job) in Spring Cloud Data Flow Server.
But for some reason there are errors in the partitioned job tasks:
A job execution for this job is already running: JobInstance: id=2, version=0, Job=[partitionedJob]
Is the partition job incompatible with Spring Cloud Dataflow server?