If a step class has a dict property my_dict, is looks like it is not possible to simply change this property in a callback my_dict["key"]="value". For every property you need top make a copy, modify the copy and then assign the step property. Creates 3 lines of code for every property to change .... looks very ugly. Any idea?