# user code here. a = 1234 node.globals["a"] = a del node.globals["a"] write_output("a", a) msg["payload"] = read_input("a") return msg