<?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>Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/discussions/f/general/12958/timer-event---delay-until-the-date-and-time-specified</link><description>I have a process that gets kicked off given a date and TIME specified by a DATE AND TIME constant. So in my start event, I have a timer and I selected the option to Delay until the Date and time specified by the expression where I have a constant. 
 Say</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/thread/58337?ContentTypeID=1</link><pubDate>Wed, 25 Jul 2018 13:58:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6784d29b-4579-4347-8f99-d5aaa1819d44</guid><dc:creator>erickp</dc:creator><description>This is excellent, Rob. It gave me a perfect idea on how I will implement it. I appreciate your help!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/thread/58310?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 23:10:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7df0e929-6283-4a3e-a20d-ff78d340d4fa</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;Hi Erick -&lt;/p&gt;
&lt;p&gt;Consider the following, (there&amp;#39;s a lot of timer talk in there, hopefully it doesn&amp;#39;t make you dizzy):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;When instance #1 of the &lt;em&gt;re-cert process&lt;/em&gt; runs, kick of an asynchronous &lt;em&gt;re-cert timing verification process&lt;/em&gt; immediately. &lt;br /&gt;The start task of this verification process flows directly into a timer that waits 5.5 months after the timer is a task form that&amp;#39;s assigned to the re-cert Admins.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;The task form in the timing verification process doesn&amp;#39;t update a constant, instead, it flows into a new asynchronous instance of the re-cert process that also has a timer following the start task.&amp;nbsp;&amp;nbsp;
&lt;ol&gt;
&lt;li&gt;Configure an exception timer on the admin task, in case it gets ignored, and just start the re-cert process at 6 months.&lt;/li&gt;
&lt;li&gt;If an admin changes the date on the task form, before the exception timer hits, that&amp;#39;s the date that goes into the timer in the re-cert process.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;Have a look at this sketch (below)&amp;nbsp; - I&amp;#39;m illustrating two processes on the same palette (in different swim lanes) in an effort to keep it simple.&lt;br /&gt;You&amp;#39;d need to build out 2 process models in true practice.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/11/re_5F00_certify.png"&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/re_5F00_certify.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/thread/58298?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 16:13:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7ed9de11-f3f2-47b8-9e3f-d197ad60bff6</guid><dc:creator>erickp</dc:creator><description>Hey Rob, this is my use case: We have the need to build a user re-certification application. The idea is for Appian, every 6 months, sends out emails to the supervisors of all of the Appian applications and the supervisors have to approve or agree that certain users don&amp;#39;t need their access anymore. The main process has a timer setup on the start event which delays until the date and time specified by a constant. This constant can be modified through an Appian UI by administrators but by itself the system will increment 6 months to the constant when the process runs. So when we deploy to production, the process will look at the value of the constant and will run given that date. But what if I want to modify the date to be a day later? Can I do that or do I need to republish the process model?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/thread/58297?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 16:07:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5a5c7f92-dbdb-42f3-bc9a-85fa424cf3c0</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;Good feedback from all.&lt;br /&gt;No, this isn&amp;#39;t a defect.&lt;br /&gt;Appian doesn&amp;#39;t poll completed timers for changes. &amp;nbsp;Thus the timer task won&amp;#39;t restart based on an update to a referenced constant..&lt;/p&gt;
&lt;p&gt;I&amp;#39;m curious about your use case, Erick. &amp;nbsp;&lt;br /&gt;Design recommendations these days lean more towards short-lived processes that leverage a relational database for relevant long-lived data.&lt;/p&gt;
&lt;p&gt;Have a look at &lt;a href="/w/the-appian-playbook/822/creating-flexible-processes" target="_blank"&gt;this playbook play &lt;/a&gt;to see what I mean.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/thread/58284?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 08:53:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7c4ca346-5102-417b-ae14-5b6ea5ab735b</guid><dc:creator>prakashb9987</dc:creator><description>When the process model is published (and first run?) the values used in the constant/expression are set for the start timer and can&amp;#39;t be changed.If you set the condition to check that the current date is in a string of dates that you store in a constant you could change the constant whenever you want and the next day the process will check for the current list of dates.it won&amp;#39;t take the new value unless you publish again the PM.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/thread/58276?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 07:05:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5a7edc0c-61c2-4b11-a51d-552847c75af0</guid><dc:creator>Brazil Vibanco</dc:creator><description>Hi erickp,&lt;br /&gt;
&lt;br /&gt;
AFAIK, as everybody mentioned, you have to set two different triggers.&lt;br /&gt;
On your case, the process model is getting its start time value from the constant, getting the constant value at the moment the process model is published. So, if you update the constant later, the process model will still be having the same value as when it was published, it won&amp;#39;t take the new value unless you publish again the PM.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/thread/58274?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 06:51:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:41224f76-c374-44d0-b946-980eb350edef</guid><dc:creator>sharayut</dc:creator><description>You need to configure 2 timers in your Start event with the date and time you require. The process will get executed depending upon the condition specified.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/thread/58267?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 02:52:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1000041-1bc7-42d2-b862-26f98e49f34a</guid><dc:creator>hedn89</dc:creator><description>Hi Erickp,&lt;br /&gt;
&lt;br /&gt;
You need to configure two timer events in the start event. One for 7:00 AM and second one for 1:00 PM. Appian will kick off the process at both the times specified. Please let me know if this works.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer event - Delay until the DATE AND TIME specified</title><link>https://community.appian.com/thread/58265?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 01:08:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6a78f6bf-79f7-4649-bc74-476499fbbbcb</guid><dc:creator>Bala</dc:creator><description>How did you add the second time that you wanted kick process at. Did you create another Timer trigger in Start event?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>