<?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>Start Event - Time recurrence</title><link>https://community.appian.com/discussions/f/process/35342/start-event---time-recurrence</link><description>Hi All, 
 
 Can anyone confirm the format when I want to select only a set of months, I used = {1,4,7,10} for January, April, July and October 
 But not sure if this is the correct format for the monthly timer recurrence. 
 
 
 Thanks in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Start Event - Time recurrence</title><link>https://community.appian.com/thread/137381?ContentTypeID=1</link><pubDate>Sat, 29 Jun 2024 06:00:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a0ba4178-0728-48d1-a48a-c75502d3518d</guid><dc:creator>Yogi Patel</dc:creator><description>&lt;p&gt;&lt;span&gt;From the generated XML, it seems that we can configure intervals using the month&amp;#39;s configuration. Following XML generated is when we configure &amp;quot;The 1st&amp;nbsp;Tuesday of every 1 month(s)&amp;quot;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/Screenshot-2024_2D00_06_2D00_29-112352.png" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start Event - Time recurrence</title><link>https://community.appian.com/thread/137379?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 19:42:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37639883-8c3a-481d-88ad-350b1d42b829</guid><dc:creator>Chris</dc:creator><description>[quote userid="50400" url="~/discussions/f/process/35342/start-event---time-recurrence/137377"]This approach is cleaner, though I can never quite get over how much harder to &lt;em&gt;&lt;strong&gt;actively test&lt;/strong&gt;&lt;/em&gt;&lt;strong&gt;&lt;/strong&gt; it is.&amp;nbsp; With the &amp;quot;XOR method&amp;quot; you merely launch an instance &lt;span style="text-decoration:underline;"&gt;&lt;em&gt;whenever&lt;/em&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;/strong&gt; and watch it bomb out.[/quote]
&lt;p&gt;You just have to have faith sir &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I do agree on,&amp;nbsp;liking to be able to actively test everything.&amp;nbsp; For these, I&amp;#39;ll typically make a non-prod expression rule to run test cases on my timer condition, then make reminders to verify on test servers/production at those times for the first set of runs to ensure all goes well.&amp;nbsp; I like to avoid extra starts in general as a habit.&amp;nbsp;&amp;nbsp;I do still have a few that use the XOR method, it is low overhead especially if you have a parent process which only handles the Start-&amp;gt;XOR-&amp;gt;End OR Start Process for your main PM.&lt;/p&gt;
&lt;p&gt;6 of 1, index() of property() &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start Event - Time recurrence</title><link>https://community.appian.com/thread/137377?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 18:56:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b361f8e0-0f98-4f48-b450-1a62df324a16</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;This approach is cleaner, though I can never quite get over how much harder to &lt;em&gt;&lt;strong&gt;actively test&lt;/strong&gt;&lt;/em&gt;&lt;strong&gt;&lt;/strong&gt; it is.&amp;nbsp; With the &amp;quot;XOR method&amp;quot; you merely launch an instance &lt;span style="text-decoration:underline;"&gt;&lt;em&gt;whenever&lt;/em&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;/strong&gt; and watch it bomb out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start Event - Time recurrence</title><link>https://community.appian.com/thread/137376?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 18:12:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:116adb27-012b-4133-8d63-057b53185c49</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Agree with Mike, I believe that input is looking for an integer value only.&lt;/p&gt;
&lt;p&gt;Additionally, instead of the XOR method we can also used the Advanced Timer Conditions, still set the process to attempt to start every 1 month, then add a condition which will stop the process from firing unless the current month is in your list:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="csharp"&gt;contains({1,4,7,10},month(today()))&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1719598127320v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start Event - Time recurrence</title><link>https://community.appian.com/thread/137337?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 19:11:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ae6ec866-2b96-46a8-a90f-f8940c469ea2</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I don&amp;#39;t believe that&amp;#39;s how it works.&amp;nbsp; I will be surprised if this runs without error for you - that field (as far as I know) requires a single integer to mean &amp;quot;every 2 months&amp;quot; etc; an array of numbers will thus be nonsensical to it.&lt;/p&gt;
&lt;p&gt;If you want to use a specific set of months, and you can&amp;#39;t just tell it to do like &amp;quot;every 3&amp;quot; (after delaying the initial start to fall on the appropriate month), then just make it launch every month and check (i.e. in a subsequent XOR node) whether the current month is one of the &amp;quot;in crowd&amp;quot; months, and if not, then immediately exit the process flow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>