Raul,
You can attach multiple outflows to any task if you connect the outflow to an exclusive gateway first, and then use the gateway to facilitate the split like I mentioned at the end of my last post.
One problem you might face is that a timer event attached to a user task will always be triggered, so if you set it to interrupt the task, it will interrupt the task regardless of the outflow conditions because those conditions would not be evaluated until after the timer event has completed its tasks.
The ideal solution really depends on what exactly you're trying to accomplish.
Are you trying to set it up so that if the value is "1" then after X minutes it cancels the "Approver" task and skips ahead to the "Backup Approver" task?
Second, does the "Backup Approver" always have to approve the form in addition to the initial approver? The way your process is currently set up, the backup approval task will be required under every condition.