You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Current »
These conditions are evaluate to True, if Issue has an Activity confirmed.
Select the Actviity Condition ...
Or the Inactivity Condition ...
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.
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 ...