<?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>a!startProcess() and a!startProcessLink() at one place</title><link>https://community.appian.com/discussions/f/best-practices/17781/a-startprocess-and-a-startprocesslink-at-one-place</link><description>Hi, 
 I have 2 components: 
 1. a!buttonWidget() with a!startProcess() that starts the asynchronous process 
 2. a!linkField with a!startProcessLink() that starts my new process 
 
 Is there is a way to make these 2 components (buttons) looking the same</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: a!startProcess() and a!startProcessLink() at one place</title><link>https://community.appian.com/thread/138094?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2024 13:25:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e7843974-2e3d-4bb3-957a-cc363abd078b</guid><dc:creator>gayatria0439</dc:creator><description>&lt;p&gt;Cards as button for startProcess Link Here am adding 1 sample code and along with the expected output of it&lt;pre class="ui-code" data-mode="text"&gt;/** Start Process from button**/
{
  /** columns are used for spacing /for alignment*/
  a!columnsLayout(
    columns: {
      a!columnLayout(width: &amp;quot;4X&amp;quot;),
      /** cardLayput is used to display it as button **/
      a!columnLayout(
        contents: a!cardLayout(
          style: &amp;quot;ACCENT&amp;quot;,
          contents: a!cardLayout(
            contents: {
              a!richTextDisplayField(
                value: a!richTextItem(
                  text: &amp;quot;StartProcessLink&amp;quot;,
                  color: &amp;quot;ACCENT&amp;quot;,
                  style: &amp;quot;STRONG&amp;quot;
                )
              )
            },

            link: a!startProcessLink(
              label: &amp;quot;Start Process Link&amp;quot;,
              processModel: &amp;quot;&amp;quot; /**Add your Process Model Here**/
            ),
            shape: &amp;quot;SEMI_ROUNDED&amp;quot;

          )
        )
      ),
    }
  ),
a!buttonLayout(
  primaryButtons: a!buttonWidget(
    label: &amp;quot;Start Process&amp;quot;,
    value: &amp;quot;Start Process&amp;quot;,
    saveInto: a!startProcess()
  )
)
}&lt;/pre&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/20/startPrc_2600_startPcs-Link.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!startProcess() and a!startProcessLink() at one place</title><link>https://community.appian.com/thread/137132?ContentTypeID=1</link><pubDate>Sun, 23 Jun 2024 10:49:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:82230f1a-3444-4ec1-b167-253fd3998abe</guid><dc:creator>Aaryan</dc:creator><description>&lt;p&gt;4 years later, they still be overlooking this suggestion. Shame.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!startProcess() and a!startProcessLink() at one place</title><link>https://community.appian.com/thread/73856?ContentTypeID=1</link><pubDate>Wed, 06 May 2020 13:34:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c43e135c-c991-4e37-a0b1-7aa4d831f8af</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;Perhaps this is the place for a product enhancement suggestion:&lt;/p&gt;
&lt;p&gt;Give buttons the optional capability of operating a dynamic link or other kind of link as opposed to their default saveInto behavior.&lt;/p&gt;
&lt;p&gt;You could set it up with an optional&amp;nbsp;&lt;em&gt;link:&lt;/em&gt; parameter that only runs if the &lt;em&gt;saveInto:&amp;nbsp;&lt;/em&gt;parameter is empty.&lt;/p&gt;
&lt;p&gt;This allows us to create buttons that behave as buttons and are formatted like buttons, but&amp;nbsp;can do things like go to other pages or run an a!startProcessLink.&amp;nbsp; It is really, really frustrating trying to explain to clients that I can&amp;#39;t, I mean physically can&amp;#39;t, just make a button do it.&amp;nbsp; No, it really has to NOT be a button.&lt;/p&gt;
&lt;p&gt;Even if it was just a separate linkButton widget, that behaves exactly like a button visually, but only operates like a link behind the scenes.&amp;nbsp; Or an option to add button-like visuals to a regular link.&amp;nbsp; Just something to get rid of the limitation on a widget looking like this and doing that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!startProcess() and a!startProcessLink() at one place</title><link>https://community.appian.com/thread/69991?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 16:57:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af164d0f-af40-470e-9b92-4ebb778e763f</guid><dc:creator>April Schuppel</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/ramanh"&gt;ramanh&lt;/a&gt;&amp;nbsp;- you can try using the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.3/cards-as-buttons-pattern.html"&gt;Cards as Buttons&lt;/a&gt;&amp;nbsp;Pattern and throw any kind of link into&amp;nbsp;each card&amp;nbsp;(for example&amp;nbsp;&lt;span&gt;a!startProcessLink() or a!submitLink())&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>