- Issue created by @AlfTheCat
- 🇬🇧United Kingdom scott_euser
Not sure I can help here as I don't use Automators but I think you are probably in the wrong issue queue for this one. TMGMT handles job submission and AI Automators handles filling in fields. If it's filling in fields too late eg post save TMGMT will always have problems.
- 🇹🇭Thailand AlfTheCat
Yeah, I figured it might be out of the scope of the module. Just wanted to report it because I do think this will be something users are going to run into when working with automators. I was thinking maybe the check for translatable content could happen on cron, instead of on submit. But like I wrote before, edge case :)
- 🇬🇧United Kingdom scott_euser
Had a quick look; sounds like you're using cron to make AI Automators run, and you want the cron of TMGMT to run after that. You'd need some way to make AI Automators add to the TMGMT queue only once its done its job. Ie, some sort of post completion action there you'd have to code (or hire someone to code).