<div dir="ltr">Adding a by pass for that in the vtigercron.php should do.<div><br></div><div>In the file there is a check for the next trigger time. You can put a condition such that if the task name is workflow by pass the check which would then execute all the workflows every min. or at the frequency your cron is configured. But woudl apply to all the workflows, not the specific scheduled workflow.</div><div><br></div><div>Other way is to customize the scheduled workflow template and add values to input the frequency less then hourly.</div><div><br></div><div>But if in the workflow task if you are doing a task which requires full database scan or processing huge number of records//entire records in the module, it can cause you performance issues.</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jul 4, 2018 at 6:00 PM tablemint <<a href="mailto:aztecmint@gmail.com">aztecmint@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am trying to run a scheduled workflow every 15 minutes. I only see options<br>
for daily, weekly, hourly...is it possible to add this option?<br>
<br>
Note that I know how to run trigger the cronjob more frequently, I am asking<br>
specifically for scheduled workflows<br>
<br>
Cheers<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtiger-crm.2324883.n4.nabble.com/vtigercrm-developers-f4.html" rel="noreferrer" target="_blank">http://vtiger-crm.2324883.n4.nabble.com/vtigercrm-developers-f4.html</a><br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div>