We should probably add (set_task_type :))
I came up with the same code, thanks for the fast answer (yes having a setter for that would be cool!)
t = Task.get_task('aabbcc') t.update_task(task_data={'task_type': "optimizer"})
Quick question: How can I clone a task and change the cloned task type? I see no Task.set_type() function
We should probably add (set_task_type :))
I came up with the same code, thanks for the fast answer (yes having a setter for that would be cool!)
t = Task.get_task('aabbcc') t.update_task(task_data={'task_type': "optimizer"})