<?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>local variable and rule input</title><link>https://community.appian.com/discussions/f/general/14095/local-variable-and-rule-input</link><description>Hi , 
 
 Please can somebody explain me the use of local variable and rule input with the scenario or example . 
 
 Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: local variable and rule input</title><link>https://community.appian.com/thread/63850?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 04:06:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91df6545-34c3-4143-a435-dbcdea7539b3</guid><dc:creator>ravalik</dc:creator><description>Hi Anu&lt;br /&gt;
&lt;br /&gt;
AFAIK,  the main advantage of rule input is that you can easily pass data to the process model.Once you create rule inputs in the interface, the rule inputs can be mapped to the process variables in the process model.This makes the process simpler.&lt;br /&gt;
while local variables are used with in the rule or in interface and which can be used for further calculations .&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
ravalik&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: local variable and rule input</title><link>https://community.appian.com/thread/63843?ContentTypeID=1</link><pubDate>Sat, 05 Jan 2019 01:05:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:269db9bc-8968-44f0-ad9d-509a59822a61</guid><dc:creator>rajesh kilaru</dc:creator><description>&lt;p&gt;RuleInputs: Which are variables used&amp;nbsp;to capture the output of the form or to provide the input to the form for further workflow.&lt;br /&gt; &lt;br /&gt;local variables: which are used within the form.&lt;br /&gt; &lt;br /&gt;if you take java programming language as an example&lt;br /&gt;rule inputs are global variables you can use them throughout the java class.&lt;br /&gt; &lt;br /&gt;local variables you can use them inside the class method only.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;hope the analogy helps &lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Rajesh Kilaru&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: local variable and rule input</title><link>https://community.appian.com/thread/63842?ContentTypeID=1</link><pubDate>Fri, 04 Jan 2019 17:54:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:953856ca-fd6f-4e13-8f0b-4512d28b2d60</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;A rule input is simply a piece of data that you can pass into a rule or interface to enable some sort of processing. A local variable on the other hand is something that can be defined within that rule or interface to act as a placeholder for data which can be called later on (and repeatedly) for clarity of code and for minimization of processing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>