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

Compare with Current View Page History

Version 1 Current »

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>

 



On this page:

 

Useful hint

See also ...

  • No labels