<?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>Calling interface rules on my interface</title><link>https://community.appian.com/discussions/f/user-interface/38588/calling-interface-rules-on-my-interface</link><description>Hi there. 
 Related to the best practices, wich is the best way to call to an interface rules on my interface? Calling the interface rule on a rule input, Using keyword syntax or Always use consistent ordering of rule parameters? 
 
 Thanks in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Calling interface rules on my interface</title><link>https://community.appian.com/thread/145650?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 16:27:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e39948e-0773-47d4-835b-813a2ff1b7e5</guid><dc:creator>danielg424213</dc:creator><description>&lt;p&gt;Thanks&amp;nbsp;Abhishek!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling interface rules on my interface</title><link>https://community.appian.com/thread/145648?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 16:21:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:505ece4e-c147-469d-a94b-c9e0c793c6fe</guid><dc:creator>Karumuru Abhishek</dc:creator><description>&lt;p&gt;No worries, you can see the below reply if it helps&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling interface rules on my interface</title><link>https://community.appian.com/thread/145647?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 16:20:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dc2d3e25-f05b-4a5e-a3f5-7a26a019dc59</guid><dc:creator>danielg424213</dc:creator><description>&lt;p&gt;Forget it. I&amp;#39;m new with Appian and not even me understand that I have told you. Sorry and thanks a lot!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling interface rules on my interface</title><link>https://community.appian.com/thread/145646?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 16:19:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b1d1d6b7-512a-4fc1-9358-ca40bee388bf</guid><dc:creator>Karumuru Abhishek</dc:creator><description>&lt;p&gt;Agree, I was also having the same question&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling interface rules on my interface</title><link>https://community.appian.com/thread/145645?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 16:18:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:145f3a57-8a48-44cc-8fd3-4d8037ef5c0b</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="298652" url="~/discussions/f/user-interface/38588/calling-interface-rules-on-my-interface/145644"]setting a rule input in an interface pointing to another interface [/quote]
&lt;p&gt;Generally speaking, this isn&amp;#39;t really a thing.&amp;nbsp; What are you hoping to accomplish?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling interface rules on my interface</title><link>https://community.appian.com/thread/145644?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 16:16:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:49ac0a1f-f448-4a97-b269-bce5ce5e00c7</guid><dc:creator>danielg424213</dc:creator><description>&lt;p&gt;I mean setting a rule input in an interface pointing to another interface but I thing it&amp;#39;s not possible, right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling interface rules on my interface</title><link>https://community.appian.com/thread/145643?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 16:16:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8a43469e-a974-44a4-87bd-0d607361fb87</guid><dc:creator>Karumuru Abhishek</dc:creator><description>&lt;p&gt;hi &lt;a href="/members/danielg424213"&gt;danielg424213&lt;/a&gt; To call your interface, use the format rule!your_Interface(). If you need to pass any parameters to that interface, use the following format: rule!your_Interface(parameter1: ri!input1, parameter2: ri!input2).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling interface rules on my interface</title><link>https://community.appian.com/thread/145638?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 15:59:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:88bb8d1a-4fe5-4cd3-87cf-f02cc5ee6e36</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Definitely go with keyword syntax when calling any interface from anywhere else.&amp;nbsp; The only exception is when an interface has zero parameters (and you can be pretty sure it never will).&amp;nbsp; The other approach breaks, instantly, as soon as the the number of parameters changes.&lt;/p&gt;
&lt;p&gt;Separately, I&amp;#39;m not sure what you mean by &amp;quot;calling the interface rule on a rule input&amp;quot; - can you clarify?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>