<?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>I have an automated process where it needs to run the first day of every month.</title><link>https://community.appian.com/discussions/f/process/2683/i-have-an-automated-process-where-it-needs-to-run-the-first-day-of-every-month</link><description>I have an automated process where it needs to run the first day of every month. This automated process has a task with a deadline of the 10th day of every month. I need help with setting up and calculating the task deadline. This task deadline should</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I have an automated process where it needs to run the first day of every month.</title><link>https://community.appian.com/thread/9339?ContentTypeID=1</link><pubDate>Wed, 14 May 2014 20:50:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4ac42096-ad18-4466-9ac6-3e649040bb28</guid><dc:creator>Aleksi White</dc:creator><description>You could use&lt;br /&gt;date(year(today()), month(today()), 10)&lt;br /&gt;to dynamically set the task deadline to the 10th of every month, based on the current month and year&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>