Condition

Use this field to specify the parameter text for the condition that must be met before the action can be accomplished. This field is used with these event actions types:

  • Achieve Milestone
  • Branch
  • Fail
  • Finish
  • Generate Event
  • Notify
  • Prompt
  • Send Email
  • Set Values
  • Wait

To construct parameter text using expressions, click the button to the left of this field.

The contents of this field must use this syntax:

booleanExpr

where booleanExpr is or resolves to an expression that returns a Boolean value.

If the expression resolves to TRUE, then the condition is met and the event action proceeds.

When you click OK to return to the Event Actions form, the system "wraps" this content within a CONDITION( ) parameter, which yields this final syntax:

CONDITION( booleanExpr )