Configuring Simple Task Conditions
You can specify the conditions that govern the assignment or event actions of a task; when the task assignment or event is triggered in the run-time environment, it will be subject to these conditions.
To configure simple task conditions
1. Open the task in the task editor by double-clicking the task in the Solutions view.
For assignments, click the
Assignments tab and click the assignment you want to work with. Expand the Assignment Options and Conditions area if it is not already visible. In the
Condition Type box, click Joined List of Simple Conditions. The Simple conditions editor appears immediately below the list.
For events, click the
Events tab and click the event you want to work with. Expand the Event Type area if it is not already visible. In the
Event Type box, click any of the available event types except Advanced. The Extra conditions editor appears immediately below (for some event types, an additional options editor may appear as well).
2. Specify the following condition settings:
Note:
The Join options are disabled unless two or more conditions are defined.
Join — Click one of these three options to specify how the conditions will be evaluated:
ALL are true — All of the listed conditions must be true to trigger the assignment.
ANY is true — Any of the listed conditions must be true to trigger the assignment (that is, it can be one, two, or any subset of the condition list).
ONE only is true — A single listed condition must be true to trigger the assignment.
3. Click Add to add a condition. The Add Simple Condition dialog box appears.
In the
Field box, click the browse button and select the task data field you want to base the condition on.
In the
Operation box, select the operator you want to apply to the condition.
In the
Value box, type a value you want the Field value to be evaluated against, or click the browse button to select a task data field.
4. Click OK to add the condition.
5. Repeat steps 2-4 if you want to add another condition.
6. Save the task to apply your changes.
Related Topics