Release Notes / Version 11.2210
Table Of ContentsCustom start validators for built-in workflows (translation, synchronization, simple publication, and two-step publication) can now be configured via properties.
Each workflow receives a property on its own. In case you modified start validators of any of the built-in workflows, it is recommended you adapt to the new customization approach as described in Studio Developer Manual , section Customizing Validation of Built-In Workflows .
Bean
defaultPublicationValidators
, defined in
PublicationWorkflowValidationConfiguration
does not exist any longer. This change is necessary to support the new customization approach. In case this bean is modified in your project, the new customization approach must be applied as described in
Studio Developer Manual
, section
Customizing Validation of Built-In Workflows
. You must then apply your change in properties for both simple publication and two-step publication workflows. If the bean has previously been used in validation of custom workflows, the list of product-wise defined publication validators can be retrieved through method
getWorkflowStartValidators()
of bean
simplePublicationWorkflowValidators
.
(CMS-19126)