<?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>Need to configure timer to execute on specific date and time in Start Event node of Process Model</title><link>https://community.appian.com/discussions/f/process/39491/need-to-configure-timer-to-execute-on-specific-date-and-time-in-start-event-node-of-process-model</link><description>Hi All, 
 I am having requirement to configure timer in Start Event node of process model. I want this timer to execute on specific &amp;#39;date and time&amp;#39;. This date and time is coming as an output of one expression rule which is returning &amp;#39;date and time&amp;#39; datatype</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Need to configure timer to execute on specific date and time in Start Event node of Process Model</title><link>https://community.appian.com/thread/150196?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2025 18:19:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:674b6999-6052-49ae-9481-6f91283df1be</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Timer expressions are evaluated at specific intervals, not dynamically during runtime. The solution is to configure a periodic timer that triggers at regular intervals, then immediately add an XOR Gateway with the condition now() &amp;gt;= rule!YourExpressionRule(). When the condition matches, proceed with your workflow; otherwise, terminate the instance at an End node. This creates a polling mechanism that monitors at each interval until your specified datetime arrives.&lt;/p&gt;
&lt;p&gt;Remember to set the process model to Inactive after your target datetime to stop recurring.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to configure timer to execute on specific date and time in Start Event node of Process Model</title><link>https://community.appian.com/thread/150195?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2025 18:06:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b2bf5273-0893-41d4-87a4-ba0cbe96eaf5</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Running an expression inside a start node timer will not work. It evaluates that expression only once an the time of publish or deployment.&lt;/p&gt;
&lt;p&gt;If you have to use this expression, start the process in a 10 minutes interval, and evaluate the current time against the expression output in an XOR. Then, either continue the process, or go to an end node.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to configure timer to execute on specific date and time in Start Event node of Process Model</title><link>https://community.appian.com/thread/150194?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2025 17:47:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:98810019-e472-41cc-99db-72b4305d08d2</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;I have updated the answer above to adjust this. Have a look&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to configure timer to execute on specific date and time in Start Event node of Process Model</title><link>https://community.appian.com/thread/150193?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2025 17:47:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:73bc7b08-d600-4c3e-a079-77c5a333469b</guid><dc:creator>ayushimittal</dc:creator><description>&lt;p&gt;Hi Harsha, Thanks for your response.&lt;/p&gt;
&lt;p&gt;But now calculates seconds also. So output of&lt;/p&gt;
&lt;p&gt;&lt;span&gt;rule!ExpressionRuleName()=now() is never becoming true. If I apply&amp;nbsp;rule!ExpressionRuleName()&amp;gt;=now() then it is becoming true but in that case it will become true next day onwards as well and I want to run this PM only once on that specific date and time.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to configure timer to execute on specific date and time in Start Event node of Process Model</title><link>https://community.appian.com/thread/150192?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2025 17:37:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4da58cce-e496-4653-a5a3-63686636cf04</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;As per other suggestions here, xor and a start node timer to run at intervals with a definitive end date seems to be the best way to achieve this! There was error in my earlier suggestion so try this way.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>