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

Provide an easy way to access batch / meta configuration from batch job #7

Closed p-wunderlich closed 7 months ago

p-wunderlich commented 7 years ago

Sometimes it could be useful to save some meta information just once at batch level.

E.g. the query criteria which were used to calculate the list of batch data. It could be useful to access those query criteria from each single batch job. (Without the need to save it to each single batch job configuration)