<?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>Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/discussions/f/process/18324/related-action-referring-to-ghost-process-model-version</link><description>I fixed my Process Model with help from the forums. When I ran the Record Related Action that was using it, I realized older version of my Process Model was getting picked. 
 So I made sure my latest corrected Process Model version had been published</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72236?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2020 14:46:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0b39ddf1-eeec-48f2-989d-5d786a48aab9</guid><dc:creator>appianfreak</dc:creator><description>&lt;p&gt;Just wanted to clarify, I started from scratch with new simple Process Model. If anyone has the time they could reproduce in few minutes (version 19.4). Or not.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Define CDT&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Define Data Store Entity&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Define ProcessModel (accepts CDT id)&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Script Task (for loading CDT if id passed int)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;User Input Task&amp;nbsp;(for accepting new / modifications to CDT)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Write Data Entity Smart Service (for saving CDT)&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Application Action referring the Process Model&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Record Type to display CDTs and Related Action (referring to Process Model and passing CDT id to it)&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So deleted versions of the PM are not a factor here. I will try and get independent verification within my organization and report back here when I can. I trust Appian folks lurk on the forums in case someone else can verify what I&amp;#39;m seeing especially outside my organization.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72233?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2020 14:34:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdfb114b-6ee1-4fc3-9bba-485914cfa2ed</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;He may be onto something though with your deleted components of the same name.&amp;nbsp; That could just be echos of the deleted ones causing you to have to go through all the rigmarole when you want to make an edit.&lt;/p&gt;
&lt;p&gt;If that&amp;#39;s it, I think you&amp;#39;ve got a nice product defect to alert Appian about.&amp;nbsp; People generally don&amp;#39;t love hearing about defects at first, but they love removing them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72215?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 17:10:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b04f920-cf90-48d4-8536-c440d8080203</guid><dc:creator>appianfreak</dc:creator><description>&lt;p&gt;I did think about this, and not because I had some particular insight into Appian, but rather because whenever I used to select any artifact using &amp;quot;auto-complete&amp;quot;, I would see other same/similarly named objects. Sometimes, I could easily verify I was selecting my object, sometimes I couldn&amp;#39;t.&lt;/p&gt;
&lt;p&gt;Since this testbed environment is being used by various folks, essentially following the same tutorial script, I learnt very early, like a month back, to prefix/suffix each of the artifacts I was creating with my initials, so as to eliminate accidently sucking in someone else&amp;#39;s code.&lt;/p&gt;
&lt;p&gt;So that&amp;#39;s really not it. Your export/import suggestion I&amp;#39;m unfortunately not in position to explore. I have access to just this one Appian environment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72214?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 17:01:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3343d9a6-b6c8-4b29-864c-a0653019b1f1</guid><dc:creator>ManuelHTG</dc:creator><description>&lt;p&gt;Could it be as well that you have the process model duplicated and / or inside another application? I think you can have duplicated names if there are not in the same application.&lt;/p&gt;
&lt;p&gt;So, to make sure, you could try to find your process model from different path, and make sure that there is not another somewhere-else&lt;/p&gt;
&lt;p&gt;For example, if you have the process model &amp;quot;APP Process Model&amp;quot;, go to Appian Designer and on the top select objects (without getting in to an application), the search &amp;quot;APP Process Model&amp;quot;&lt;/p&gt;
&lt;p&gt;Then, go to your APP, select the objects &amp;quot;folder&amp;quot; and search within the older your process model. &lt;/p&gt;
&lt;p&gt;If you identify that the &amp;quot;APP Process Model&amp;quot; is in two places at the same time, that could explain your estrange behavior.&lt;/p&gt;
&lt;p&gt;Another test i would do is to export the application and import it somewhere else, that would already show you if you have some missing objects or wrong references.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72212?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 16:29:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1dd8fba3-7767-4285-9ac2-cb177073e04c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Good luck, let me know if you hear anything definitive from them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72211?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 16:23:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d81ec88-b6a0-4ed8-b149-2e1304dff229</guid><dc:creator>appianfreak</dc:creator><description>&lt;p&gt;Yes, Save and Publish every time on the PM. And yes, now that I know what the heck is going on, I can reproduce the problem at will.&lt;/p&gt;
&lt;p&gt;What I also know is that this behavior I only started noticing around 10 days back, and I also know the environment was patched with something. So it&amp;#39;s possible something simply messed up.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will report to my org CoE so they can independently verify if its some install issue or case should be opened with Appian. I&amp;#39;m hoping it is something at our end because I&amp;nbsp;cannot believe no one else&amp;nbsp;outside my organization is seeing this behavior with 19.4. So as of right now, I will assume problem at my end.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72210?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 16:18:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f7fd12d-43d0-4efb-943a-71fdbaf68c86</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="42721" url="~/discussions/f/process/18324/related-action-referring-to-ghost-process-model-version/72209"]Whenever I make a change to the Process Model, it will not get picked up UNLESS I re-configure/re-save dependents. So in my case, I had to go to the Record Type Related Action, remove the Process Model reference, re-add it, and Save.[/quote]
&lt;p&gt;If this is true and you can reproduce this behavior on demand, then you should consider opening a support case with Appian if possible, because this does not reflect the intended behavior or my experience whatsoever.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just to double check, you&amp;nbsp;&lt;em&gt;&lt;strong&gt;are&lt;/strong&gt;&lt;/em&gt; using the &amp;quot;save and publish&amp;quot; functionality (&lt;em&gt;ctrl-alt-S&lt;/em&gt;) every time you save your process model, right?&amp;nbsp; Most&amp;nbsp;experienced designers I know of do this by default in most situations, since not doing so can cause unexpected issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72209?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 16:10:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ad73354-6005-4483-941d-39e72f00c527</guid><dc:creator>appianfreak</dc:creator><description>&lt;p&gt;Okay, I think I have it now.&lt;/p&gt;
&lt;p&gt;Whenever I make a change to the Process Model, it will not get picked up UNLESS I re-configure/re-save dependents. So in my case, I had to go to the Record Type Related Action, remove the Process Model reference, re-add it, and Save. For Application Action also I had to do same thing. THEN unpublish/publish application so&amp;nbsp;that the &amp;quot;Related Action&amp;quot; will pickup the Process Model changes and therefore render Task link under Tempo Tasks, and also so that &amp;quot;Application Action&amp;quot; under Tempo Tasks picks up the Process Model changes and therefore render Task link under Tempo Tasks.&lt;/p&gt;
&lt;p&gt;This is absolutely Insane!&lt;/p&gt;
&lt;p&gt;For now, I&amp;#39;m going to ignore and focus on continuing my learning. Essentially I&amp;#39;m going to discover real quick whether if I modify ANY Appian artifact, it means I have to walk UP the dependent tree and re-save all references to the modified artifact so I can be certain, my changes are going to get picked up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72207?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 15:13:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:587f7a92-cd2c-4af7-bbd7-24a07dc20256</guid><dc:creator>appianfreak</dc:creator><description>&lt;p&gt;No its a testbed environment setup in my organization so folks such as I&amp;nbsp;can&amp;nbsp;go learn.&lt;/p&gt;
&lt;p&gt;One thing I did learn is sometimes when debugging within Process Modeler, it picks up the draft version. I&amp;#39;ve learnt that the hard way. I do know I&amp;#39;m picking up the current process model version now (v 23.0 since I&amp;#39;ve been thinking my Process Model changes not getting saved).&lt;/p&gt;
&lt;p&gt;One clue I have when I know Task is not going to show up in Tempo is this. The Instance shows up in Appian Designer Monitoring tab, BUT inside the Process Designer Process Instances tab, it is not visible. Anytime this happens Task item will not show in Tempo. Nevermind that if I click the Instance from Appian Designer Monitoring tab, it will open up in Process Designer, and I can check the properties and I can SEE my User Input Task, while if I go and check Process Intances in Process Designer, I still don&amp;#39;t see the instance!.&lt;/p&gt;
&lt;p&gt;So I know the symptoms that tell me I&amp;#39;m going to have a problem, but the cause still eludes me. Sometimes unpublishing / publishing Application solves my problem. However, that&amp;#39;s not been working lately. Accidently things work and I&amp;#39;m able to make some changes, but then again it will fail. All of which is taking so much of my time.&lt;/p&gt;
&lt;p&gt;The version of Appian is 19.4. Maybe there is a bug list and patches that have not been applied in my environment. That&amp;#39;s my only hope.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72197?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 12:53:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a4688c0f-b017-4fe2-aa8e-2f994fa7c029</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="42721" url="~/discussions/f/process/18324/related-action-referring-to-ghost-process-model-version/72179"]I&amp;#39;m seeing such inconsistencies with my Appian[/quote]
&lt;p&gt;By any chance are you running a local install that you installed yourself?&amp;nbsp; In the past I&amp;#39;ve seen cases where incomplete / incorrect configurations result in weird / inconsistent behavior on the front end.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72179?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 21:41:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5418beee-a3a0-435f-a400-99cf9e227906</guid><dc:creator>appianfreak</dc:creator><description>&lt;p&gt;Great advice. I thought the same thing.&amp;nbsp;The behavior is consistent. I&amp;#39;ve done this 3 times since morning.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I created a dummy CDT, a dummy process with User Input Task, a dummy interface form. Saved. Published.&lt;/p&gt;
&lt;p&gt;I debugged process model, went To Tempo Tasks, completed User Input Task. Looked in my database table for record. All good.&lt;/p&gt;
&lt;p&gt;I went to process model. Pretended to change something. Literally, I checked the&amp;nbsp;&lt;/p&gt;
&lt;div id="JSXWINDOW"&gt;
&lt;div class="jsxscrollbar" id="_jsx1582061394469661580"&gt;
&lt;div class="asiDialog" id="_jsx1582061701996297322_desInfo"&gt;
&lt;div class="desDlgMain"&gt;
&lt;div id="_jsx1582061701996948158"&gt;
&lt;div id="_jsx1582061701996948158_content_0"&gt;
&lt;ul&gt;
&lt;li id="editPV_parameter"&gt;
&lt;div class="fields"&gt;&lt;span class="fieldContainer"&gt;&lt;span class="inputMode"&gt;&lt;span&gt;Allow the value for the variable to be provided when starting a process&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="fieldContainer"&gt;&lt;span class="inputMode"&gt;&lt;span&gt;option, then immediately unchecked it. Saved Properties. Saved PM. Published. So NO Change really.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="fieldContainer"&gt;&lt;span class="inputMode"&gt;&lt;span&gt;I debugged process model. &lt;span style="text-decoration:underline;"&gt;Task will not show up in Tempo.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="fieldContainer"&gt;&lt;span class="inputMode"&gt;&lt;span&gt;I&amp;nbsp;created new application.&amp;nbsp;Did everything all over again. First time works. After pretending to change PM, second time it fails.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="fieldContainer"&gt;&lt;span class="inputMode"&gt;&lt;span&gt;Then one more time I repeated the process. 2nd publish...wrecks it.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m seeing such inconsistencies with my Appian for the last 2 weeks I&amp;#39;ve been actively learning. I&amp;#39;ve published and unpublished the application. No dice (while this trick has worked in the past).&lt;/p&gt;
&lt;p&gt;I really don&amp;#39;t know what to do. I apologize to anyone reading this if I&amp;#39;m wasting their time.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72176?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 20:59:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:787b94df-e2b8-4415-8627-4ba8eeef833a</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;Because deleting in Appian is super weird, perhaps create a related action with a completely different name, then make sure the PM you&amp;#39;re trying to run doesn&amp;#39;t have the same name as anything you deleted.&lt;/p&gt;
&lt;p&gt;It could be that Appian sees an object with the same name as a deleted previous object, and runs the previously deleted one because it goes by names for reasons.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s stuff like this that gave colleagues of mine the best practice of never deleting anything in Appian ever.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72174?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 20:56:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:373695f1-71a0-4741-b519-039a7ae84020</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;For sanity sake, how about creating a new PM that has nothing to do with any that have come before.&amp;nbsp; Let it be just start node and end node.&amp;nbsp; Configure the related action to run that PM and do nothing instead of whatever it was doing.&amp;nbsp; Confirm that you can at least do that.&lt;/p&gt;
&lt;p&gt;Afterward, try reconfiguring your related action to use the new PM you&amp;#39;ve been trying to get it to run.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72170?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 15:56:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6fd89bf-b6d9-4baa-a0f6-bbdda80d0db9</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;There&amp;#39;s a way you can try this without having to start from scratch with your process model.&amp;nbsp; From your current process model, select &amp;quot;File&amp;quot; --&amp;gt; &amp;quot;Save As&amp;quot;, which will save a copy of the original as a separate / new PM.&amp;nbsp; Name it something noticeably different, then choose it as the related action PM instead of the original one, and see what happens when you try running it.&amp;nbsp; If it works well, you could just switch to using the new one as your main related action PM, and ditch the old one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72169?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 15:52:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43a8a6c1-9c22-4a8b-b082-7a3f934657c9</guid><dc:creator>ManuelHTG</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I think conceptually there is something wrong of what you are doing.&lt;/p&gt;
&lt;p&gt;You said that you introduced some debug variables to know which version of your process model you are running. For checking which version of the process model you are running, you should go to your application, select monitoring and check the version that the &amp;quot;Process Model&amp;quot; columns shows you.&lt;/p&gt;
&lt;p&gt;That will help you to&lt;/p&gt;
&lt;p&gt;1) check that the correct process model version is being picked up&lt;/p&gt;
&lt;p&gt;2) See which values you variables are picking.&lt;/p&gt;
&lt;p&gt;Additionally, if you have a process model with a start form, you can do &amp;quot;start process from debugging&amp;quot;, that way you see better what is running.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would not be removing and adding references and old versions of process models as it can leave you a mess behind. If you want to do further test, I would suggest to do a dummy interface with a constant that points to your process model and link to start the process model with a given parameters (for instance that way you can test with the values you should be giving from the related action)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72168?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 15:33:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c99f2a6-551b-42b2-be06-1318e7717c7e</guid><dc:creator>appianfreak</dc:creator><description>&lt;p&gt;I have deleted all existing process instances. This happens when creating new instances. As unbelievable as it may sound...&lt;/p&gt;
&lt;p&gt;I&amp;#39;m just going to start from scratch with new process model, record action, etc. for my sanity sake.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72167?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 15:32:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e3aee9d8-881f-478c-85b6-2a265cc74076</guid><dc:creator>appianfreak</dc:creator><description>&lt;p&gt;I understand the latest should be picked up. That&amp;#39;s exactly my quesiton.&lt;/p&gt;
&lt;p&gt;Now I did delete old older process models since I wanted to stop pulling my hair. I&amp;#39;m just learning right now, so there is no other Record referencing the process model. Status is indeed just published and not disabled. Also no subprocesses.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve just been suffering from n00b syndrome where some basic things are working for me (like in the other thread I&amp;#39;m reading a CDT instance which will not get assigned to my pv! variable while process model throws no error). This is for the same process model.&lt;/p&gt;
&lt;p&gt;Thanks for replying and improving my understanding. I&amp;#39;ll keep at it and hope to reply with something different.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72125?ContentTypeID=1</link><pubDate>Sat, 15 Feb 2020 15:01:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1a44a667-9d6c-4dbe-abeb-9bad0e2db333</guid><dc:creator>Chandra Sekhar Gattu</dc:creator><description>&lt;p&gt;When you configure a process model&amp;nbsp;for&amp;nbsp;record related action, the process models latest published version will be picked to trigger an instance.&lt;/p&gt;
&lt;p&gt;Is the process model published, without any errors? We often face issues, with deleting the process model versions. I would not recommend to delete the previous version, it will impact the parent processes that are using these.&lt;/p&gt;
&lt;p&gt;Make sure that the latest version is in state &amp;quot;Published&amp;quot; not &amp;quot;Published disabled&amp;quot;.&lt;/p&gt;
&lt;p&gt;I assume that the PM configured as a related action is not a wrapper model which in turn calls a subprocess.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related Action referring to Ghost Process Model version</title><link>https://community.appian.com/thread/72124?ContentTypeID=1</link><pubDate>Sat, 15 Feb 2020 14:08:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f0cb39d-b46b-48e0-8a15-364ccff92429</guid><dc:creator>ManuelHTG</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The only way that could happen is if that related action is triggering a process model that is running (not a new one).&lt;/p&gt;
&lt;p&gt;When you publish a new process model, non-completed processes of old process models are still running. You should check&lt;/p&gt;
&lt;p&gt;1) Create a new record and do the necessary steps to execute that related action&lt;/p&gt;
&lt;p&gt;2) Check in the monitoring non-completed running instances of your related action. If that is the case, delete those instances.&lt;/p&gt;
&lt;p&gt;Let me know if that hel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>