You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Date Reached Condition

Overview

Transition is allowed, if a Date is reached without having exceed a delay expressed in seconds.

Edit and View Parameters

Select the Date Time to control, and the allowed Exceed delay, 

When defined, there is no special configuration.

 

XML Declaration

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>
Here is controlled if the date named Due Date has been reached around 23 Mins and 20 seconds ...

 

<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>
Here is controlled if the Customfield Date, with customFieldId customfield_10601, has been reached around 1 hour ...

On this page:

 

Useful hint

See also ...

  • No labels