connected_config = task.connect({})
Looks like you're connecting an empty config..
Hi We want to reuse the configuration when having cloned a task. For some reason it does not return it but I get {} for this former_config: self.current_task = Task.init(); former_config = self.current_task.connect({}) Can you help us?
connected_config = task.connect({})
Looks like you're connecting an empty config..