<?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/"><channel><title>KB-1627 Publishing a process model fails with "Neither variable(s) nor rule(s) found" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1627 Publishing a process model fails with "Neither variable(s) nor rule(s) found" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error</link><pubDate>Mon, 26 Sep 2022 17:50:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Current Revision posted to Appian Knowledge Base by Maggie Deppe-Walker on 9/26/2022 5:50:03 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with an error similar to the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/0841.pm_5F00_publication_5F00_error.png"&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1627879098707v1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: &amp;lt;VARIABLE_NAME&amp;gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;Alternatively, for a process model using a script task, the process model fails to publish with the following error:&lt;/p&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing&lt;br /&gt;&lt;span&gt;There was an error in an expression in &lt;strong&gt;Script Task&lt;/strong&gt; at &lt;strong&gt;Output Expression: Neither variables(s) nor rule(s) found: &amp;lt;VARIABLE_NAME&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the SAIL&amp;nbsp;used by the Process Start Form, User Input Task, or script task. The error may not prevent the interface or any called expression rule from rendering correctly in the Interface or Expression Designer. For example, the error can be triggered by:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;br /&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; )fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;An incorrectly defined dictionary, similar to the sample code below:&lt;br /&gt;
&lt;pre&gt;&lt;span&gt;{keyName: keyName: value}&lt;/span&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Inspect the code of any underlying interfaces and/or&amp;nbsp;&lt;span&gt;expression rules&lt;/span&gt; for the uncaught syntax error(s) and correct all instances. The following correspond to the&lt;span&gt;&amp;nbsp;same numbered&amp;nbsp;examples above:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;To resolve this syntax error, add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;br /&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; ),&lt;br /&gt; fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;To resolve this syntax error, remove the duplicate key name:&lt;br /&gt;
&lt;pre&gt;&lt;span&gt;{keyName: value}&lt;/span&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After correcting&amp;nbsp;all syntax errors, the process model should save and publish&amp;nbsp;successfully.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Add a process variable of arbitrary type with the same name listed in the error message.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;July 2022&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-1627 Publishing a process model fails with "Neither variable(s) nor rule(s) found" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/11</link><pubDate>Wed, 01 Aug 2018 23:54:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Parmida Borhani on 8/1/2018 11:54:21 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with an error similar to the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-11/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: &amp;lt;VARIABLE_NAME&amp;gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; )fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; ),&lt;br /&gt; fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-1627 Publishing a process model fails with "Neither variable(s) nor rule(s) found" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/10</link><pubDate>Wed, 01 Aug 2018 19:54:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Parmida Borhani on 8/1/2018 7:54:21 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with an error similar to the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: &amp;lt;VARIABLE_NAME&amp;gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; )fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; ),&lt;br /&gt; fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-XXXX Publishing a process model fails with "Neither variable(s) nor rule(s) found" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/9</link><pubDate>Wed, 01 Aug 2018 13:54:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Jussi Lundstedt on 8/1/2018 1:54:06 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with an error similar to the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: &amp;lt;VARIABLE_NAME&amp;gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; )fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; ),&lt;br /&gt; fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: July 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-XXXX Publishing a process model fails with "Neither variable(s) nor rule(s) found" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/8</link><pubDate>Tue, 31 Jul 2018 16:09:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Jussi Lundstedt on 7/31/2018 4:09:25 PM&lt;br /&gt;
&lt;h3&gt;Symptoms&lt;/h3&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with an error similar to the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: &amp;lt;VARIABLE_NAME&amp;gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h3&gt;Cause&lt;/h3&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; )fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;h3&gt;Action&lt;/h3&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; ),&lt;br /&gt; fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h3&gt;Affected Versions&lt;/h3&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: July 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-XXXX Publishing a process model fails with "Neither variable(s) nor rule(s) found: id" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/7</link><pubDate>Tue, 31 Jul 2018 02:29:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Parmida Borhani on 7/31/2018 2:29:36 AM&lt;br /&gt;
&lt;h3&gt;Symptoms&lt;/h3&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with the following error:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: id&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h3&gt;Cause&lt;/h3&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; )fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;h3&gt;Action&lt;/h3&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; ),&lt;br /&gt; fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h3&gt;Affected Versions&lt;/h3&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: July 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL, application design&lt;/div&gt;
</description></item><item><title>KB-XXXX Publishing a Process Model fails with "Neither variable(s) nor rule(s) found: id" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/6</link><pubDate>Mon, 30 Jul 2018 10:36:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Jussi Lundstedt on 7/30/2018 10:36:01 AM&lt;br /&gt;
&lt;h3&gt;Symptoms&lt;/h3&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with the following error:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: id&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h3&gt;Cause&lt;/h3&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; )fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;h3&gt;Action&lt;/h3&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;pre&gt;contains(&lt;br /&gt; index(&lt;br /&gt;   local!variable,&lt;br /&gt;   &amp;quot;id&amp;quot;,&lt;br /&gt;   {}&lt;br /&gt; ),&lt;br /&gt; fv!item.id&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h3&gt;Affected Versions&lt;/h3&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: July 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Publishing a Process Model fails with "Neither variable(s) nor rule(s) found: id" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/1</link><pubDate>Fri, 27 Jul 2018 14:44:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Jussi Lundstedt on 7/27/2018 2:44:11 PM&lt;br /&gt;
&lt;h3&gt;Symptoms&lt;/h3&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or an User Input Task, the publication fails with the following error:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;/pre&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: id&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Cause&lt;/h3&gt;
&lt;p&gt;This error is typically caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!existingCaseSummaries,
    &amp;quot;id&amp;quot;,
    {}
  )fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;h3&gt;Action&lt;/h3&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error and correct it. For example, to fix the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!existingCaseSummaries,
    &amp;quot;id&amp;quot;,
    {}
  ),
  fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After correcting the syntax error, the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h3&gt;Affected Versions&lt;/h3&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: July 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Publishing a Process Model fails with "Neither variable(s) nor rule(s) found: id" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/5</link><pubDate>Fri, 27 Jul 2018 10:48:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Jussi Lundstedt on 7/27/2018 10:48:25 AM&lt;br /&gt;
&lt;h3&gt;Symptoms&lt;/h3&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with the following error:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: id&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h3&gt;Cause&lt;/h3&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!variable,
    &amp;quot;id&amp;quot;,
    {}
  )fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;h3&gt;Action&lt;/h3&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!variable,
    &amp;quot;id&amp;quot;,
    {}
  ),
  fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h3&gt;Affected Versions&lt;/h3&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: July 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Publishing a Process Model fails with "Neither variable(s) nor rule(s) found: id" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/4</link><pubDate>Fri, 27 Jul 2018 10:47:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Jussi Lundstedt on 7/27/2018 10:47:36 AM&lt;br /&gt;
&lt;h3&gt;Symptoms&lt;/h3&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with the following error:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: id&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h3&gt;Cause&lt;/h3&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!existingCaseSummaries,
    &amp;quot;id&amp;quot;,
    {}
  )fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;h3&gt;Action&lt;/h3&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!existingCaseSummaries,
    &amp;quot;id&amp;quot;,
    {}
  ),
  fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h3&gt;Affected Versions&lt;/h3&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: July 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Publishing a Process Model fails with "Neither variable(s) nor rule(s) found: id" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/3</link><pubDate>Fri, 27 Jul 2018 10:47:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jussi Lundstedt on 7/27/2018 10:47:24 AM&lt;br /&gt;
&lt;h3&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!variable,
    &amp;quot;id&amp;quot;,
    {}
  )fv!item.id
)&lt;/pre&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!variable,
    &amp;quot;id&amp;quot;,
    {}
  ),
  fv!item.id
)&lt;/pre&gt;Symptoms&lt;/h3&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with the following error:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: id&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h3&gt;Cause&lt;/h3&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!existingCaseSummaries,
    &amp;quot;id&amp;quot;,
    {}
  )fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;h3&gt;Action&lt;/h3&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!existingCaseSummaries,
    &amp;quot;id&amp;quot;,
    {}
  ),
  fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h3&gt;Affected Versions&lt;/h3&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: July 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Publishing a Process Model fails with "Neither variable(s) nor rule(s) found: id" error</title><link>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error/revision/2</link><pubDate>Fri, 27 Jul 2018 10:46:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd1dfd03-14e7-4c5d-9a34-4373477311ea</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1040/kb-1627-publishing-a-process-model-fails-with-neither-variable-s-nor-rule-s-found-error#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Jussi Lundstedt on 7/27/2018 10:46:13 AM&lt;br /&gt;
&lt;h3&gt;Symptoms&lt;/h3&gt;
&lt;p&gt;When publishing a process model containing a Process Start Form or a User Input Task, the publication fails with the following error:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png"&gt;&lt;img src="/resized-image/__size/960x640/__key/communityserver-wikis-components-files/00-00-00-00-13/pm_5F00_publication_5F00_error.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;This process model could not be published due to the following errors. Please correct them before continuing.&lt;br /&gt;There was an error in an expression in&amp;nbsp;&lt;strong&gt;Process Model Properties&lt;/strong&gt;&amp;nbsp;at&amp;nbsp;&lt;strong&gt;Process Start Form&lt;/strong&gt;&amp;nbsp;:&amp;nbsp;&lt;strong&gt;Neither variable(s) nor rule(s) found: id&lt;/strong&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h3&gt;Cause&lt;/h3&gt;
&lt;p&gt;This error is caused by an uncaught syntax error in the definition of the Interface used by the Process Start Form or User Input Task. The error may not prevent the interface from rendering correctly in the Interface Designer. For example, the error can be triggered by a missing or extra comma in a&amp;nbsp;function call, list, or layout&amp;nbsp;definition similar to the sample code below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!existingCaseSummaries,
    &amp;quot;id&amp;quot;,
    {}
  )fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;h3&gt;Action&lt;/h3&gt;
&lt;p&gt;Inspect the code of the underlying Interface for the uncaught syntax error(s) and correct all instances. For example, to&amp;nbsp;resolve the syntax error above, one would add an extra comma between the&amp;nbsp;index() statement and variable reference:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;contains(
  index(
    local!existingCaseSummaries,
    &amp;quot;id&amp;quot;,
    {}
  ),
  fv!item.id
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After correcting the syntax error(s), the Process Model should save and publish without throwing the error.&lt;/p&gt;
&lt;h3&gt;Affected Versions&lt;/h3&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: July 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, process modeler, SAIL&lt;/div&gt;
</description></item></channel></rss>