<?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>Delay process model to start exactly at 00 clock</title><link>https://community.appian.com/discussions/f/process/30368/delay-process-model-to-start-exactly-at-00-clock</link><description>Hi Team, 
 I need to set a delay to the process model to trigger exactly at 00 clock. Example: If I am publishing a model at 10:36 the delay should be at 11:00 or if I&amp;#39;m publishing at 11:00 it should be at 11:00 itself). The requirement is simple : we</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Delay process model to start exactly at 00 clock</title><link>https://community.appian.com/thread/120751?ContentTypeID=1</link><pubDate>Thu, 19 Oct 2023 14:25:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cb9fa169-4ce7-4e13-92e2-2657529ef2ef</guid><dc:creator>nksnksnks</dc:creator><description>&lt;p&gt;Thank You Stefan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Delay process model to start exactly at 00 clock</title><link>https://community.appian.com/thread/120698?ContentTypeID=1</link><pubDate>Wed, 18 Oct 2023 14:55:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:101a1e56-63d4-439b-b71f-8e70a00c8571</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This snippet calculates the next full hour:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;now() + minute() * (60 - minute(now()))&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It should get the delay you are asking for. I did not test this and timers can be picky about dynamic calculations, but give it a try. I did not get an error message when I published the model.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>