Unanswered
For Proj In Inference_Projs:
Print("Getting Tasks")
Tasks = Task.Get_Tasks(Project_Name=Proj['Name'])
I would like to get all tasks where the project name contains "inference/".
The way I did it is to first filter "get_projects()" then get the task.
For sure there is a way to do this in one get_tasks call?
Thanks 🙂
144 Views
0
Answers
2 years ago
one year ago