Example

The Decision Properties pane in the Workflow Modeler shows the conditions A, B, and C. You want to define this combined condition: A AND (B OR C).

Complete these steps:

  1. In the Decision Properties pane, click Add to display the Condition Builder window.
  2. In the Name field, specify D.
  3. In the Condition Type field, specify Combined. The Condition Builder window shows the conditions A, B, and C.
  4. In the Logical operator field, select OR.
  5. Select conditions B and C.
  6. Click OK. The new condition, D (B OR C), is displayed in the Decision Properties pane.
  7. In the Decision Properties pane, click Add to display the Condition Builder window.
  8. In the Name field, specify E.
  9. In the Condition Type field, specify Combined. The Condition Builder window shows the conditions A, B, C, and D (B OR C).
  10. In the Logical operator field, select AND.
  11. Select condition A and condition D.
  12. Click OK. The new condition E (A AND D) is displayed in the Decision Properties pane. You can now use the combined condition E in the Decision element.