<?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 to Process Escalation</title><link>https://community.appian.com/discussions/f/process/14034/process-to-process-escalation</link><description>I am trying to escalate a task when it is idle for 90 days 
 During escalation i use 
 
 Send message Event and select Mapping Destinations as the other escalation process model. 
 
 I didnt provide any values in DestinationProcessID since i dont know</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/97966?ContentTypeID=1</link><pubDate>Tue, 19 Jul 2022 09:29:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d6c2c1da-d8d1-499d-9597-70eb685d562e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I meant something different. Try to stay with the OOTB task notification and escalation email.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/97964?ContentTypeID=1</link><pubDate>Tue, 19 Jul 2022 08:42:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:90c6b6bb-c0a1-4dc6-b1c1-3a2b20a76275</guid><dc:creator>Wa00786</dc:creator><description>&lt;p&gt;Thank you Peter and Stewart for the suggestions. Much Appreciated.&lt;/p&gt;
&lt;p&gt;I agree with Stefan, Even on the Documentation somewhere I have read that on Escalation&amp;gt;Starting Process via message is going to be deprecated in future release.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And on second thought, we can achieve it by having a parallel flow on Task assignment which will wait on a timer and task status condition and trigger the Send Email customized Alert to the recipients.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/97963?ContentTypeID=1</link><pubDate>Tue, 19 Jul 2022 08:18:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f811733c-02d2-4863-b31f-077c010aca96</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;My typical recommendation is to stay with the OOTB notification function.&lt;/p&gt;
&lt;p&gt;The issue here is expectation setting. When you start to customize this in one app, your client wants this for any app. And the route of trying to customize Appian default behaviour can end in extremely ugly and hard to maintain apps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/97956?ContentTypeID=1</link><pubDate>Tue, 19 Jul 2022 07:08:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:52e46523-5163-449e-bbea-acd9fd6d1691</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;This is where a little lateral thinking can help.&lt;/p&gt;
&lt;p&gt;In the Task that you want monitored you can add&amp;nbsp;an escalation that sends a message. In the very same process you can have a Receive Message &amp;quot;listener&amp;quot; node that can be triggered by the Send Message form the escalation. This can then transition to, say, a Send Email node where you can then generate a customised alert. In short: your process can send a message to itself!&lt;/p&gt;
&lt;p&gt;Note that:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;you have native access to the process instance id (pp!id) so the Send message will be targeted to only the same instance of the process and thereby avoid the issue that&amp;nbsp;&lt;a href="/members/peter.lewis"&gt;Peter Lewis&lt;/a&gt;&amp;nbsp;is calling out&lt;/li&gt;
&lt;li&gt;you can have multiple escalations on the Task of the same or different types, and you can also have different escalations triggered at the same time,. So you could still take advantage of the in-built escalations patterns (e.g. raise the priority of the Task, Re-assign the Task) &lt;strong&gt;and&amp;nbsp;&lt;/strong&gt;you can send a Message Event as described above&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/97945?ContentTypeID=1</link><pubDate>Mon, 18 Jul 2022 21:55:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f35b7ecb-761c-4695-9b44-b487ef7d3424</guid><dc:creator>Wa00786</dc:creator><description>&lt;p&gt;I think the in-built escalation feature will not be a good fit for customised alert template. &lt;/p&gt;
&lt;p&gt;Also from the above explanation. The processDestinationId needs a process model id instead of a process id since the process will trigger on receiving message and we will not have a process id.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/97943?ContentTypeID=1</link><pubDate>Mon, 18 Jul 2022 21:41:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f141b1f6-fac0-4b30-8914-c4d11bd236d2</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;This is not correct - you should provide both the process model (by selecting the appropriate model) and the process ID to identify which process model to send to. If you do not define a process ID, Appian will assume you want to send the message to&amp;nbsp;&lt;em&gt;all active processes&lt;/em&gt; for that model, which can have a negative impact on performance.&lt;/p&gt;
&lt;p&gt;Like Stewart said though, I would also recommend using escalations directly on the node rather than configuring a process-to-process message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/97934?ContentTypeID=1</link><pubDate>Mon, 18 Jul 2022 16:45:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba5867de-7c97-4bc7-b121-6054e00aa6c9</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Why do you not use the in-built escalations on the Task node itself?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/97932?ContentTypeID=1</link><pubDate>Mon, 18 Jul 2022 16:32:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78e9ebcf-57b6-40cf-b176-80bb51287449</guid><dc:creator>Wa00786</dc:creator><description>&lt;p&gt;It&amp;#39;s actually not the Process Id but the Process Model Id which needs to be mapped. You can easily get that from the Process Model properties.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/63621?ContentTypeID=1</link><pubDate>Mon, 24 Dec 2018 14:35:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9cc0ccfe-11eb-4734-b40f-586b61a70ef8</guid><dc:creator>davel001150</dc:creator><description>There&amp;#39;s a Start Process smart service.  It will be run Asynchronously, which sounds like what you would want to do in this case.  You could escalate by starting the escalation process and assign tasks within to others, then terminate the process you were escalating from.  Read up on the Start Process Smart Service and see if it does meet your need.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/63607?ContentTypeID=1</link><pubDate>Fri, 21 Dec 2018 23:35:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0d099a7d-0964-4a12-8ffc-d0300ccbc6f6</guid><dc:creator>Shreehari Gopalakrishnan Ramanan</dc:creator><description>Can anyone please suggest how to implement process A to process B escalation ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/63604?ContentTypeID=1</link><pubDate>Fri, 21 Dec 2018 17:39:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:990bed47-babf-4096-86c4-9ad79ca5f4be</guid><dc:creator>Josh</dc:creator><description>You can&amp;#39;t get a process id for a process that has yet to start. It sounds like you actually want to use the timer escalation event and then direct the exception flow to a start process smart service?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/63603?ContentTypeID=1</link><pubDate>Fri, 21 Dec 2018 17:35:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b62ecb97-cf76-4340-87cb-b72da811f489</guid><dc:creator>Shreehari Gopalakrishnan Ramanan</dc:creator><description>Thanks Josh&lt;br /&gt;
&lt;br /&gt;
But the destination process will not be started before the parent process correct ? Actually parent process triggers the escalation process .  How to get a process id of a process which is not started yet ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process to Process Escalation</title><link>https://community.appian.com/thread/63602?ContentTypeID=1</link><pubDate>Fri, 21 Dec 2018 17:32:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb3b7c67-7bae-420b-9573-84df7e4840f0</guid><dc:creator>Josh</dc:creator><description>You should get the destination process id to send a targeted message. You can get this information using the process anayltics smart service.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>