camunda-community-hub / camunda-platform-7-custom-batch

using the camunda batch execution for custom batch runs
Apache License 2.0
29 stars 11 forks source link

set job priority on job definition - solves #4 #18

Closed nernsting closed 6 years ago

nernsting commented 6 years ago

To set the priority of a batch job, the custom batch builder now offers an extra parameter jobPriority which sets the overwritingPriority of the job definitions when creating the batch. Every belonging seed, monitor and batch job receives the configured priority.