You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
Overview
Content Tools
You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
It might happen that after a studio model is defined and some tasks/jobs are already created, one decides to change the studio model. In this case it might be needed to update the already created tasks and jobs according to the new model definition.
Blueriq runtime supports this functionality in the process engine initialization phase. Moreover, this functionality can be turned on or off by defining a setting in your application-scheduler-quartz.properties.properties file.
In order to be able to handle model changes we provide a setting. Set this to true in order to enable the functionality.
blueriq.scheduler-quartz.handleModelChanges=true
Below you can find the algorithm we use to update the tasks and jobs based on the model change. The code will be executed at every process engine initialization only if blueriq.scheduler-quartz.handleModelChanges is set to true.
Didn't find the answer you were looking for? Try the advanced search!