This condition allows the transition if a Date is reached without having exceed a delay expressed in seconds.
Select the Reached Date Condition ... (Condition is provided also by Minyaa Time for the Timesheet Management)
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 ...