<?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>Is there a way to generate Start Process link in process model?</title><link>https://community.appian.com/discussions/f/process/40064/is-there-a-way-to-generate-start-process-link-in-process-model</link><description>HI 
 We are exploring a potential integration pattern and would appreciate guidance from the community on whether this is feasible within Appian’s integration capabilities—specifically around user-specific authorization with Box when a process is triggered</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is there a way to generate Start Process link in process model?</title><link>https://community.appian.com/thread/152988?ContentTypeID=1</link><pubDate>Tue, 06 Jan 2026 17:02:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a831cac6-2b0f-4511-b7e5-70c102d32964</guid><dc:creator>Mike Cichy</dc:creator><description>&lt;p&gt;I think this can work since the user will have to login (unless they have a valid session) and you can kick off the process to download documents in web api and then close the window with JS. You will have to pass parameters in the link and then validate them in the web api for the given loggedinuser.&lt;br /&gt;That said, you are saving &lt;em&gt;one&lt;/em&gt; click in &lt;em&gt;some&lt;/em&gt; situations since if the user does not have a valid access token, they will have to reauthorize.&lt;br /&gt;If you can use OIDC token or SAML Bearer Assertion that would eliminate the need to reauthorize when the access token expires.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to generate Start Process link in process model?</title><link>https://community.appian.com/thread/152979?ContentTypeID=1</link><pubDate>Mon, 05 Jan 2026 18:21:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac612245-3807-4495-a89f-91039277bfb9</guid><dc:creator>adithyay811</dc:creator><description>&lt;p&gt;Hi James&amp;nbsp;&lt;/p&gt;
&lt;div class="fui-CardPreview ___1ma29y9 f10pi13n fgourly f1vui7lx fda5zwx fqerorx f5zp4f f1dcpk43"&gt;
&lt;div class="fui-Flex ___1gzszts f22iagw"&gt;
&lt;p&gt;&lt;span&gt;This may still not resolve the issue since it would continue to execute the process as a System.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="fui-CardFooter ___ivqb3h0 f22iagw f1063pyq fsbu5mz"&gt;
&lt;div class="fui-Flex ___10jo6mw f22iagw f1lv1r8n fjgzulp fly5x3f f10ra9hq"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to generate Start Process link in process model?</title><link>https://community.appian.com/thread/152978?ContentTypeID=1</link><pubDate>Mon, 05 Jan 2026 18:20:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c08b79fb-ed33-4c99-82a3-47178f040907</guid><dc:creator>adithyay811</dc:creator><description>&lt;p data-start="87" data-end="202"&gt;The goal is to &lt;strong data-start="102" data-end="131"&gt;minimize user interaction&lt;/strong&gt; with the system. If we assign a task, it becomes a &lt;strong data-start="183" data-end="201"&gt;3-step process&lt;/strong&gt;:&lt;/p&gt;
&lt;ol data-start="204" data-end="333"&gt;
&lt;li data-start="204" data-end="246"&gt;
&lt;p data-start="207" data-end="246"&gt;User sends an email with the Box link&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="247" data-end="287"&gt;
&lt;p data-start="250" data-end="287"&gt;User receives a task link via email&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="288" data-end="333"&gt;
&lt;p data-start="291" data-end="333"&gt;User opens the task and clicks &amp;quot;Authorize&amp;quot;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-start="335" data-end="535"&gt;We&amp;#39;re exploring whether it&amp;#39;s possible to &lt;strong data-start="376" data-end="402"&gt;skip the task creation&lt;/strong&gt; and allow the user to &lt;strong data-start="425" data-end="466"&gt;authorize directly from their mailbox&lt;/strong&gt;, effectively making it a &lt;strong data-start="492" data-end="510"&gt;2-step process&lt;/strong&gt; without leaving Outlook.&lt;/p&gt;
&lt;p data-start="537" data-end="647"&gt;That said, the process still needs to run &lt;strong data-start="579" data-end="609"&gt;in the context of the user&lt;/strong&gt;, not as a guest, system, or designer.&lt;/p&gt;
&lt;p data-start="649" data-end="728"&gt;Let us know if this is achievable or if there are any recommended alternatives.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to generate Start Process link in process model?</title><link>https://community.appian.com/thread/152977?ContentTypeID=1</link><pubDate>Mon, 05 Jan 2026 17:38:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:106bd969-56d3-4ede-995f-732bd2f1f074</guid><dc:creator>Mike Cichy</dc:creator><description>&lt;p&gt;Can you explain the expected flow a bit better? e.g. Once the email is ingested and recognized that it&amp;#39;s to download documents from Box, you want to notify&amp;nbsp;a user and have them authorize the download?&lt;br /&gt;Why not just assign the user a task?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to generate Start Process link in process model?</title><link>https://community.appian.com/thread/152975?ContentTypeID=1</link><pubDate>Mon, 05 Jan 2026 15:55:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2202ee30-b953-49ee-8e60-0ca595a730d1</guid><dc:creator>James Lepone</dc:creator><description>&lt;p&gt;Perhaps the answer in this post could help you?&amp;nbsp;&lt;a href="https://community.appian.com/discussions/f/integrations/17205/redirect-user-to-a-task-form-using-appian-webapi"&gt;community.appian.com/.../redirect-user-to-a-task-form-using-appian-webapi&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to generate Start Process link in process model?</title><link>https://community.appian.com/thread/152945?ContentTypeID=1</link><pubDate>Tue, 30 Dec 2025 16:44:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed9f7f77-1d84-46bc-8992-7cc11d5b1904</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;A&amp;nbsp;&lt;em&gt;&lt;strong&gt;Start Process Link&lt;/strong&gt;&lt;/em&gt; isn&amp;#39;t so much a URL, as it is a target for SAIL form link components that can be used strictly in the context of a logged-in user (or in portals, where there is a service account user context that can be used).&amp;nbsp; AFAIK there is no way to translate this to an externally-accessible URL or in any other way use it as a workaround to force the &amp;quot;started by&amp;quot; context into something specific.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If there was such a workaround (and i suspect there might not be), I assume the answer won&amp;#39;t be in a *link* per se, but in some way to run under the context of a target user.&amp;nbsp; Sadly, controlling this in Appian has always been a little opaque.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>