Workflow is not running with schedule
I'm trying to create a workflow that should run on a cron schedule, but it’s not executing. Could you please let me know if there's anything else I need to configure to make it work?


12 Replies
Hello @sangwan are you self hosting ? If yes what version please
Hi@Prastoin, Yes, I am using self-hosted version 1.0.1 of twenty
Is your twenty worker up and healthy ?
Any errors logs in its container logs ?
Yes, twenty worker are up and healthy, and I am not able to see any error logs there
Ok thanks ! Hey @martmull could please have a look to this when you have some free time 🙏 ?
Is your cron worker running? You have a command to launch it :
yarn command:prod cron:workflow:automated-cron-trigger
Hi, @Prastoin and @martmull sorry for the late response. CRON is running with this command perfectly, but it is not running on a scheduled time. Please help!!
Hi @martmull , can you please help
@sangwan what do you mean by not running on a scheduled time? It does not run every minutes?
Hi@martmull, I fixed it. Thanks for the response
Hi @sangwan please still share how you fixed the issue so it can be referenced in the discord
Hi@Prastoin,
I ran the command "yarn command:prod cron:workflow:automated-cron-trigger" that @martmull shared with me, and it started working.