# Part 2 - Defining Workflow Criteria Rules

1. Select ![](https://alemba.help/help/10.0/content/resources/images/menu%20button.png) and then **Admin**. From the submenu, access IPK Workflow Rules
2. Click IPK Rules to Workflow Mapping
3. Click the + to add a new rule
   * Give a title and brief description of the workflow rule in the **Rule Title** and Description fields.
4. Then complete the rule details.

<table data-header-hidden><thead><tr><th width="191.5"></th><th></th></tr></thead><tbody><tr><td>Select an Item </td><td>Select the call field on which you want to base this rule</td></tr><tr><td>Relationship </td><td><p>Select the operator from the drop-down list. </p><p>The operators displayed in this list depend on the field selected in the Item list.</p></td></tr><tr><td>Value </td><td>Select a value for the Item you selected earlier.</td></tr></tbody></table>

1. Your rule will now read \<Item>\<Operator>\<Value>.  Example: *IPK Status = Incident*.
2. Click **Add to List**. Your rule appears in the browse table next to the buttons. It displays the Item, Relationship, and Value. When you select a row in the browse table, the details are automatically updated in the Item, Relationship, and Value fields. If you want, you can edit the fields, and click Update. The row in the browse table is updated.
3. Repeat to create additional rules.
4. When you define more than one rule, the rules are used in conjunction. If you was to build a more complex rule, select the "**Rules Builder**" instead of a specific field.
5. Click **Save**. The IPK Rule Mapping window appears with the browse table updated to show the rule you just created. You can now link workflows to this rule.
6. To delete a rule, select it in the browse table and click **Delete Rule**. Click **Save**.

## Relationship Operators

The available operators in the Relationship list will vary depending on which field you have selected from the Item list. For example, if you have chosen IPK Status from the Item list, the only operators applicable will be = and <> (equal to and not equal to). It wouldn’t make sense to have a particular IPK status greater than or equal to another status.&#x20;

The full list of operators is as follows:&#x20;

<table><thead><tr><th width="216.5">Operator</th><th>Name</th></tr></thead><tbody><tr><td>=</td><td>Equal to</td></tr><tr><td>&#x3C;></td><td>Not equal to</td></tr><tr><td>&#x3C;</td><td>Less than</td></tr><tr><td>&#x3C;=</td><td>Less than or equal to</td></tr><tr><td>></td><td>Greater than</td></tr><tr><td>>=</td><td>Greater than or equal to</td></tr><tr><td>Equal &#x26; Below</td><td>Equal tier as that specified or lower. This operator is only present when Call Type or Solution Type is selected from the Item dropdown.</td></tr></tbody></table>

&#x20;
