<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Can we setup the timer to run at regular intervals of 15 minutes. We set the del</title><link>https://community.appian.com/discussions/f/general/5789/can-we-setup-the-timer-to-run-at-regular-intervals-of-15-minutes-we-set-the-del</link><description>Can we setup the timer to run at regular intervals of 15 minutes. We set the delay to 0 minutes due to which every time when we publish the timer starts and runs every 15 minutes after. We want it to run on the exact hour at 15 minutes intervals and not</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Can we setup the timer to run at regular intervals of 15 minutes. We set the del</title><link>https://community.appian.com/thread/22092?ContentTypeID=1</link><pubDate>Fri, 04 Sep 2015 00:54:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a92979a8-36dc-4ae5-80ea-7149d710e58c</guid><dc:creator>Lakshmi Meyyappan</dc:creator><description>I&amp;#39;m sure we can write an expression that will work. How about a sequence of if() statements? So if the current minute is &amp;lt;=15 use datetime(..., hour(now()), 15, 0), if the current time is &amp;gt;15 and &amp;lt;= 30 use datetime(..., hour(now(), 30, 0), etc.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we setup the timer to run at regular intervals of 15 minutes. We set the del</title><link>https://community.appian.com/thread/22090?ContentTypeID=1</link><pubDate>Fri, 04 Sep 2015 00:49:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c349608d-81ae-4453-af63-75d228d56098</guid><dc:creator>nitas811</dc:creator><description>Hi Lakshmim, your logic works except if I publish the flow as say 12:16, the next time it will run is at 13:00 and will miss the 12:30 and 12:45 windows. Anyway to set it up as a cronjob.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we setup the timer to run at regular intervals of 15 minutes. We set the del</title><link>https://community.appian.com/thread/22080?ContentTypeID=1</link><pubDate>Thu, 03 Sep 2015 21:49:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e160fec7-94e5-416a-90f3-d71eb0f61ccc</guid><dc:creator>mohamedt808</dc:creator><description>I would suggest using  delay timer, &lt;br /&gt;i.e. say you want timer to start at 9 and 15 minutes once  then &lt;br /&gt;gmt(datetime(year(today()), month(today()), day(today()),09, 00, 00)) in the delay timer and interval in minutes as 15 .&lt;br /&gt;you can also use conditions if you want to control the timer.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we setup the timer to run at regular intervals of 15 minutes. We set the del</title><link>https://community.appian.com/thread/22078?ContentTypeID=1</link><pubDate>Thu, 03 Sep 2015 21:06:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:810ebacd-09c0-4998-99e7-72664344a1a5</guid><dc:creator>Lakshmi Meyyappan</dc:creator><description>Maybe you can use the &amp;quot;delay until the date and time specified by this expression&amp;quot; rather than the &amp;quot;delay for&amp;quot; option. You can build an expression to take today&amp;#39;s date and calculate the next hour, it would look something like this: datetime(year(now()), month(now()), day(now()), hour(now())+1, 0, 0)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we setup the timer to run at regular intervals of 15 minutes. We set the del</title><link>https://community.appian.com/thread/22076?ContentTypeID=1</link><pubDate>Thu, 03 Sep 2015 20:51:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4781b3f4-4edb-4b85-8a11-dab810aac06e</guid><dc:creator>nitas811</dc:creator><description>This is the same thing every time we need to remember to set the constant to true or false when we pusblish. How can we avoid this.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we setup the timer to run at regular intervals of 15 minutes. We set the del</title><link>https://community.appian.com/thread/22075?ContentTypeID=1</link><pubDate>Thu, 03 Sep 2015 20:45:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:13c25e59-d48a-4a69-b5cd-885d6eb82dc9</guid><dc:creator>Stacey Wright</dc:creator><description>Try adding a condition on the timer, pointing to a Boolean constant.  Set the constant to false when publishing, then set it to true once you&amp;#39;re ready for the timer to start.&lt;br /&gt;&lt;br /&gt;Scroll down on this page to the &amp;quot;Timer Conditions&amp;quot; section for more information:&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/7.10/Start_Event_-_Timer.html"&gt;forum.appian.com/.../Start_Event_-_Timer.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>