<?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 I schedule a process model to run twice a day at particular time?</title><link>https://community.appian.com/discussions/f/process/17427/can-i-schedule-a-process-model-to-run-twice-a-day-at-particular-time</link><description>Hi , 
 I need to run a scheduler twice a day at particular time (say 4:00 AM and 2:00 PM). How can I do it? 
 Thanks in advance.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Can I schedule a process model to run twice a day at particular time?</title><link>https://community.appian.com/thread/68675?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2019 12:11:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:17a38467-b395-4b77-a9b9-fdfd227e841f</guid><dc:creator>Ravi Roshan</dc:creator><description>&lt;p&gt;Yes,it is possible. On the start event configure 2 timer event.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I schedule a process model to run twice a day at particular time?</title><link>https://community.appian.com/thread/68672?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2019 11:55:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1c0b51ab-654e-4ca9-96b6-e2c4cb551672</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Split the functionality into two separate Process Models. Create one as the &amp;#39;Controller&amp;#39; and the other as the actual target Process Model (this is best practice anyway, even if you were only running once a day!). The controller can &amp;quot;fork&amp;quot; its flow and each fork can have it&amp;#39;s own timer node. They can then both flow to the sub-process that contains the actual processing you want to execute. Something like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1565265257438v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Note: if you want to switch off the execution in your target environment as it is currently designed you cannot do so without deploying a new version, so if that&amp;#39;s a requirement (or you need an end-user to change the timings) then you will also need to re-design to handle this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>