The Decision Tool is used to control the flow of the process based on the result of one or more expressions. The decision works by testing a sequence of Boolean (true/false) conditions in turn until an expression returns ‘true’ then that branch of the process is followed. For example, a Task could behave differently if it is Friday as opposed to any other day of the week on which the Task runs.