<?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>Starting a particular Process, depending on the Link string value</title><link>https://community.appian.com/discussions/f/process/22247/starting-a-particular-process-depending-on-the-link-string-value</link><description>Hello everybody. I have a problem: I would like to start a Process, which is depending on the value of a particular Link&amp;#39;s string. For example, if I click on a Link with &amp;quot;CC1&amp;quot; value, I would like to start a Process called &amp;quot;TagName_CC1&amp;quot;.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Starting a particular Process, depending on the Link string value</title><link>https://community.appian.com/thread/87121?ContentTypeID=1</link><pubDate>Wed, 20 Oct 2021 20:40:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c36ec94d-7630-4abe-81d1-633610c5088f</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;The processModel parameter ends up linking directly to a process model (essentially by ID), and I&amp;#39;m not sure there&amp;#39;s a very graceful and direct way to translate an input string to a process model name.&amp;nbsp; On the other hand you could pass the string into an Expression Rule and from that rule, procedurally return a certain Process Model (via if() logic, etc) - though I should note this would require you to basically enumerate all process models you want to allow selection from.&amp;nbsp; Similarly, your start Process Link could call a single &amp;quot;handler&amp;quot; process and pass in the string as a parameter, and use in-process logic to decide which subprocess gets executed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>