Verification of life cycle criteria


This page should only be used if the script asks you to pass the manual migration code.CMS.check-workflow-criteria-configuration

The operation of the workflowStep and workflowName criteria has changed. Criteria enumerators no longer contain the "All" option. However, if the criterion is empty, the same text is displayed.

Following these modifications, we recommend that you no longer set an empty default value for these criteria (which would allow you to select the "All" option), nor make these criteria mandatory. So unless you have a non-empty default value, or you want this criterion to be mandatory and not searchable on "all life cycles", you can delete configurations :

<item ref="workflowStep">
<default-value></default-value>
<validation>
<mandatory/>
</validation>
</item>

becomes 

<item ref="workflowStep" />

Back to top