The image shows a decision called Odd Hour Days created using the Decision Table notation. The top-right corner of the image contains the Decision Table icon and the decision name. Below the name, there is the following description: Looks up odd hour days based on shifts and weekend work schedule, and there's a Q&A link below the description. The top-right corner of the image contains the Menu icon. Below the Menu icon, there is the Expand/Minimize button used to view or hide the decision logic.

The first row of the decision table contains the Decision Table label to the left and controls to add or delete rows or columns to the right. From left to right, controls available are: Expand Table, Add Rule Before, Add Rule After, Remove Rule, Add Column Before, Add Column After, and Remove Column. The second row contains the Hit Policy Indicator cell that has the Unique hit policy selected, the first Input Expression cell that has the input variable Person.Shift, the second Input Expression cell that has the input variable Person.Weekend Workdays, an Output Label cell that contains the name of the decision, Odd Hour Days, and an annotation header cell named Explanation. There is an Allowed Values cell within the Input Expression cells and the Output Label cell. The allowed values for the first Input Expression cell are: 8am-4pm,4pm-12am,12am-8am. The allowed values for the second Input Expression cell are: 0,1,2. The allowed values cell of the Output Label cell is left blank. There are nine subsequent rows that constitute rules of the decision table. Each row consists of a cell indicating the rule number (starting from 1 to 9), Input Entry cells in the Input Expression columns, an Output Entry cell in the Output Label column, and an Annotation Entry cell in the Explanation column. Values entered in input, output, and annotation entry cells for each rule are as follows:

  • First rule: 8am-4pm, 0, 0, Day shift
  • Second rule: 4pm-12am, 0, 2, Evening shift
  • Third rule: 12am-8am, 0, 4, Overnight shift
  • Fourth rule: 8am-4pm, 1, 1, Day shift + 1 work day on weekends
  • Fifth rule: 4pm-12am, 1, 2+1, Evening shift + 1 work day on weekends
  • Sixth rule: 12am-8am, 1, 4+1, Overnight shift + 1 work day on weekends
  • Seventh rule: 8am-4pm, 2, 2, Day shift + 2 work day on weekends
  • Eight rule: 4pm-12am, 2, 2+2, Evening shift + 2 work day on weekends
  • Ninth rule: 12am-8am, 2, 4+2, Overnight shift + 2 work day on weekends