<?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>Send Email Reminders</title><link>https://community.appian.com/discussions/f/process/25599/send-email-reminders</link><description>I have a requirement to send Email notifications to all users who received task to remind them of the due date if they have not completed the task. The due date should be 14 days after the task is assigned.The reminder notification should be sent at the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Send Email Reminders</title><link>https://community.appian.com/thread/100133?ContentTypeID=1</link><pubDate>Thu, 25 Aug 2022 07:08:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:92604c85-e2a7-448b-aa1d-3faff68bb1dd</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This is a known issue.&amp;nbsp;Timers are not THAT flexible. You will need to create multiple escalations for each of your time periods and not use local variables.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email Reminders</title><link>https://community.appian.com/thread/100114?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 19:54:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:acb8f6e5-a096-4b69-aaec-bfd6e2b79cb4</guid><dc:creator>Tan18</dc:creator><description>&lt;p&gt;Recieved this error with above configuration &amp;#39;eval:@reason=assignment in invalid location&amp;#39;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email Reminders</title><link>https://community.appian.com/thread/100113?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 19:38:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f4c97c47-83ab-4076-baa7-97dce9ad4c49</guid><dc:creator>Tan18</dc:creator><description>&lt;p&gt;.&lt;pre class="ui-code" data-mode="text"&gt; a!localVariables(
  local!endDate: pv!startDate + 14,
  if(
    and(
      
      pv!isReviewTask = false,
      or(
        exact(today(), local!endDate),
        (local!endDate - 10),
        (local!endDate - 7),
        (local!endDate - 2),
        (local!endDate - 5)
      )
    ),
    true(),
    false
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I tried it adding a expression but its throwing error for user input task, stating task has been completed by other assignee though its still active.&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/5381.Capture.JPG" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email Reminders</title><link>https://community.appian.com/thread/99987?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2022 13:47:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e3af1673-736b-4780-b820-06664fe41d3b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Just define multiple escalations. That should be 4, with the last one being a recurring one.&lt;/p&gt;
&lt;p&gt;And just do the calculations the other way around. I mean, make it T+7, T+9, T+12.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>