You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Next »
Transition is allowed, if a Date is reached without having exceed a delay expressed in seconds.
Select the Date Time to control, and the allowed Exceed delay,
When defined, there is no special configuration.
The Condition configuration may be done in XML in Workflow descriptor as follow :
<condition type="class"> <arg name="maxExceedDelay">1400</arg> <arg name="class.name">fr.alkaes.myaawf.workflow.condition.DateReachedCondition</arg> <arg name="fieldId">duedate</arg> </condition>
<condition type="class"> <arg name="maxExceedDelay">3600</arg> <arg name="class.name">fr.alkaes.myaawf.workflow.condition.DateReachedCondition</arg> <arg name="fieldId">customfield_10601</arg> </condition>
On this page:
Useful hint
See also ...