Hi,
For example: you need a certain condition to execute a job. i.e.: a specific value in an option. If that option matches with the desired value, then you can execute the job.
framework.plugin.JobLifecycle.example.optionName=opt1 framework.plugin.JobLifecycle.example.secretValue=123This allows you to execute the job only if the opt1 contains the 123 value.
Greetings.