You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Current »
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 select :
When specified, the selection of these resolutions will require a Fibonacci Validation.
The Validator configuration may be done in XML in Workflow descriptor as follow :
<validator name="" type="class"> <arg name="fibonacciMaxValue">1</arg> <arg name="selectedResolutions">10000,10102,</arg> <arg name="resolutionsSelected">10102,</arg> <arg name="class.name">fr.alkaes.myaawf.workflow.validator.FibonacciOnResolutionValidator</arg> <arg name="customFieldSelected">customfield_10002</arg> </validator>
On this page:
Useful hint
See also ...