<?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>Business Days</title><link>https://community.appian.com/discussions/f/rules/35274/business-days</link><description>Hii I have requirement to trigger PM on 15th business day of each month so, 
 ( workday( date(year(ri!date), month(ri!date), 1), 13, { null() } ) ) 
 By this expression i&amp;#39;m getting 15th working day of month bt as we have timer event and in that monthly</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Business Days</title><link>https://community.appian.com/thread/143895?ContentTypeID=1</link><pubDate>Tue, 24 Dec 2024 21:13:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9bdeeb7a-b4f2-44e4-8476-e0f45731811a</guid><dc:creator>andref014894</dc:creator><description>&lt;p&gt;Your expression is on the right track for calculating the 15th business day of the month. However, for a timer event where &amp;quot;On Days&amp;quot; is required, you may need to pre-calculate the specific day dynamically for each month. One approach is to use a script or a scheduled job to set this value in a process variable or database, which the timer can reference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Business Days</title><link>https://community.appian.com/thread/137053?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2024 06:35:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e92701ba-16de-440d-b2fe-f82cf23ddb1f</guid><dc:creator>Anna P</dc:creator><description>&lt;h4&gt;&lt;span style="font-family:arial, helvetica, sans-serif;font-size:inherit;"&gt;Recurrence daily and add your condition in Advanced Options&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;&lt;em&gt;workday(&lt;/em&gt;&lt;br /&gt;&lt;em&gt; date(year(today()), month(today()), 1),&lt;/em&gt;&lt;br /&gt;&lt;em&gt; 15,&lt;/em&gt;&lt;br /&gt;&lt;em&gt; { null() }&lt;/em&gt;&lt;br /&gt;&lt;em&gt;) = today()&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Business Days</title><link>https://community.appian.com/thread/137042?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2024 16:41:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e79c368f-f3f9-439d-8874-40d7fef08b4f</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;For such rules, a typical solution is to run that model every day. Add a XOR node as the first node to check whether it is the correct day.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Business Days</title><link>https://community.appian.com/thread/137040?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2024 14:30:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1e955a57-a254-4051-9d06-18f412c1cca0</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Have you tried setting up your process calendar and giving the&amp;nbsp;Timer recurrence as monthly in days and interval of months?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>