Usage Cases

These conditions are evaluate to True,

if Issue has an Activity confirmed.

 

Add the Condition

Select the Actviity Condition ... 


Or the Inactivity Condition ... 

Edit and View Parameters

It is possible to define a threshold for each of proposed Activity Type.

When defined, the condition will be passed depending on activity Type evaluations.

 

XML Declaration

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

<condition type="class">
	<arg name="onEdit">8h</arg>
	<arg name="onWorklog">2d</arg>
	<arg name="onComment">8h</arg>
	<arg name="class.name">fr.alkaes.myaawf.workflow.condition.ActivityCondition</arg>
	<arg name="onTransition">2d</arg>
</condition>

 



Conditions based on Activity or Inactivity on a Issue.

 

On this page:

 

See also ...