Hi Izual, it seems as the code example is not complete. I'm assuming backupOutputTag is actually a field within your application class.
If you look at the examples, you will notice that backupOutputTag should be defined within the method that defines your topology and not on the wrapping object. So drop the private modifier and move the definition inside the function.