<?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>Process Assignment .</title><link>https://community.appian.com/discussions/f/process/24809/process-assignment</link><description>What is mostly recommended for Process - 
 1- Run as whoever started the process 
 2- Run as whoever designed this process model</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Process Assignment .</title><link>https://community.appian.com/thread/96078?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2022 19:26:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8893588d-5344-4c28-8bdf-09e4ceda1ab6</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;This has been my experience as well, one of those situations where, while running nodes as &amp;quot;whoever started the process&amp;quot; is best practice, it cannot always be followed.&amp;nbsp; We have some short lived processes where this is not an issue, but processes that must remain active longer must have nodes set to run as the designer - thus&amp;nbsp;we do not rely on any inherent security.&lt;/p&gt;
&lt;p&gt;We still see issues with deactivated initiator accounts even with all unattended nodes set to run as designer however.&amp;nbsp; Some functions run under the context of the initiator account no matter what, such as task escalations (our biggest culprit of these currently).&amp;nbsp; In this case when later task escalations fire it pauses the process with &amp;quot;ERROR: Work item cancelled&amp;quot;.&lt;/p&gt;
&lt;p&gt;Typically I have to edit the process instance, remove all escalations from user input tasks, restart the node.&amp;nbsp; I have built an admin mechanism based on a process report and the &lt;a href="/b/appmarket/posts/process-management-services"&gt;Process Management Services&lt;/a&gt; plugin to resume processes in bulk, but this only works when the user account is reactivated, which poses a security risk.&lt;/p&gt;
&lt;p&gt;I think we have a Feature Request in from around 2012 to allow editing of the underlying pp!initiator :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Assignment .</title><link>https://community.appian.com/thread/96011?ContentTypeID=1</link><pubDate>Mon, 06 Jun 2022 13:50:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75152d3c-2d46-4ab8-b085-ba593f6e296f</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;100%&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Assignment .</title><link>https://community.appian.com/thread/95968?ContentTypeID=1</link><pubDate>Sun, 05 Jun 2022 06:47:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4219a574-5707-4990-8d1a-037b279c7b36</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I fully agree. In the end, there is no simple answer to this complex question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Assignment .</title><link>https://community.appian.com/thread/95967?ContentTypeID=1</link><pubDate>Sat, 04 Jun 2022 14:19:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09d0b420-5f68-4e7b-ab6c-2091a392cf19</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="59361" url="~/discussions/f/process/24809/process-assignment/95965#95965"]Only run as designer if absolutely necessary[/quote]
&lt;p&gt;This is great for transient or short-lived processes.&amp;nbsp; But many systems (regardless of how advisable this is) implement long-lived processes where the overarching parent process will be responsible for launching new subprocesses for months (or years) after its initializiation.&amp;nbsp; The issue here is, there&amp;#39;s no way to control or mitigate who is registered as the &amp;quot;initiator&amp;quot; for the parent process, and it&amp;#39;s inherited down through subprocesses 100% as-is.&lt;/p&gt;
&lt;p&gt;So if this long-running instance is launched by a user who then subsequently leaves the organization - well, suddenly you have severe and not-well-explained errors all over your process instance.&amp;nbsp; Because subprocesses, rules, etc, will be trying to run under the authority of a deactivated user (and, again, there&amp;#39;s no way to change or mitigate this within a running instance).&lt;/p&gt;
&lt;p&gt;I know the kneejerk reaction to this is to simply toss one&amp;#39;s hands in the air and say, &amp;quot;well then don&amp;#39;t build long-lived processes!&amp;quot;, but we both know that&amp;#39;s not always a feasible answer, for many potential reasons.&amp;nbsp; Until we are given more granular and/or flexible controls over the &amp;quot;initiated by&amp;quot; property of subprocess calls, i&amp;#39;m afraid in many cases the ultimate answer will be to launch subprocesses under Designer authority.&amp;nbsp; IMHO, if your security setup is such that you&amp;#39;re relying on the initiator-user&amp;#39;s security to ensure against improper access, then things have &lt;em&gt;&lt;strong&gt;not&lt;/strong&gt;&lt;/em&gt;&lt;strong&gt;&lt;/strong&gt; been set up correctly; this should be a last-resort fallback, not a primary method of access control to a process instance or its internal functionality.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Assignment .</title><link>https://community.appian.com/thread/95965?ContentTypeID=1</link><pubDate>Sat, 04 Jun 2022 12:07:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0c7456e0-aeaa-4204-9749-4b99f79891b3</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The first. This is important! The designer of the model will always be a sys admin in the production environment. Running nodes by default as sys admin disables an important layer of security and permissions in your application.&lt;/p&gt;
&lt;p&gt;Only run as designer if absolutely necessary!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>