laura.c Posted April 7, 2015 Report Posted April 7, 2015 Hi guys! Is it possible to delete selected jobs from the web interface? Best,Laura
Milan Kolar Posted April 8, 2015 Report Posted April 8, 2015 I think last time I asked it wasn't possible. I resorted to API filter and delete
Mattias Seebergs Posted April 8, 2015 Report Posted April 8, 2015 Hi Laura, At the moment you have to use the API as Milan is suggesting. You can get all jobs with the ftrack.getJobs method. Mattias
laura.c Posted April 9, 2015 Author Report Posted April 9, 2015 Hi Milan, Mattias, Thanks a lot for your answers. I've done it as you suggested and added as Action, so each user can delete the jobs from the web interface. Cheers,Laura
laura.c Posted January 8, 2016 Author Report Posted January 8, 2016 Hi! Is it possible to get the jobs created by 'Export' functions? With getJobs() method I could get only jobs created by our custom actions. Thanks,Laura
Mattias Lagergren Posted January 11, 2016 Report Posted January 11, 2016 Hi Laura, The legacy api filters out only api jobs. However, using the ftrack-python-api you can access all types of jobs.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.