Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date Reached Condition

Overview

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

Image Added

Edit and View Parameters

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

Image Added

When defined, there is no special configuration.          

Image Added

 

XML Declaration

The Condition configuration may be done in XML in Workflow descriptor as follow :

1.

Code Block
languagexml
<condition 
<condition
type="class">
2.<arg

	<arg name="maxExceedDelay">1400</arg>
	<arg name="class.name"
>com
>fr.
atlassian
alkaes.
jira
myaawf.workflow.condition.DateReachedCondition</
arg>3.<arg
arg>
	<arg name="
maxExceedDelay
fieldId">duedate</arg>
</condition>
>3600</arg>
4.<arg name="customFieldName">Wanted Date</arg>
5.</condition>
Here is controlled if the date named
Wanted
Due Date has been reached around
1 hour
23 Mins and 20 seconds ...

 

Code Block
languagexml
<condition 
1.<condition
type="class">
2.<arg

	<arg name="maxExceedDelay">3600</arg>
	<arg name="class.name"
>com
>fr.
atlassian
alkaes.
jira
myaawf.workflow.condition.DateReachedCondition</
arg>
3.<arg
arg>
	<arg name="
maxExceedDelay">3600</arg>
4.<arg name="customFieldId"
fieldId">customfield_
10120</arg>
5.
10601</arg>
</
condition>
condition>
Here is controlled if the
date
Customfield Date, with customFieldId customfield_
10120
10601, has been reached around 1 hour ...

Excerpt
hiddentrue

Condition based on Date.

 

Panel

On this page:

Table of Contents

 

Content by Label
showLabelsfalse
spacesMINYAA
showSpacefalse
sorttitle
typepage
cqllabel = "documentation-space-sample" and type = "page" and space = "MINYAA"
labelsdocumentation-space-sample

Info
titleUseful hint

See also ...