Query Object

Use the Query Object activity to find a specific task or event.

Usage

Complete the following properties to use this activity:

  • Query Object - Click the appropriate radio button for the object type:
    • Query Task - Click this radio button to query a task, then click the Task Type drop-down list to choose the type of task.
    • Query Event - Click this radio button to query an event, then click the Event Type drop-down list to choose the type of event.
  • Criteria - Specify the following information or click the Variable Reference icon to choose a variable:
    • Left Operand - Enter the value for the left operand.
    • Operator - Click the drop-down list and choose an operator to use:
      • Does not match wildcard - Determines if the item does not match all items in the wildcard example.
      • Equals Determines if the left side equals the right side.
      • Equals (Case-Insensitive) - Determines if the left side equals the right side (if this is a string comparison, this is case-insensitive).
      • Match Regular Expression - Determines if the left side matches the regular expression specified on the right side.
      • Matches wildcard - Determines if the left side matches the wildcard specified on the right side.
      • Not equals - Determines if the left side does not equal the right side.
    • Right Operand - Enter the value for the right operand.
  • Add Condition - Click to add an AND or an OR condition, then complete the Left Operand, Operator, and Right Operand properties for the new condition.