You want to limit the number of selected versions (Fix Versions or Affected Versions).
This condition allows the transition if a Date is reached without having exceed a delay expressed in seconds.
Select the Selected count Affected Version Validator or Selected count Fix Version Validator ...
It is possible to specify the limit of selected Version.
When configured, the validation will be done if the limit of Version (Fix or Affected) does not exceed the specified limit ...
The Validator configuration may be done in XML in Workflow descriptor as follow :
<validator name="" type="class"> <arg name="selectedCount">1</arg> <arg name="class.name">fr.alkaes.myaawf.workflow.validator.AffectedVersionSelectionValidator</arg> </validator>
<validator name="" type="class"> <arg name="selectedCount">1</arg> <arg name="class.name">fr.alkaes.myaawf.workflow.validator.FixVersionSelectionValidator</arg> </validator>
On this page:
Useful hint
See also ...