<?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 we can update a CDT on all running process instances?</title><link>https://community.appian.com/discussions/f/general/4817/is-there-a-way-we-can-update-a-cdt-on-all-running-process-instances</link><description>Is there a way we can update a CDT on all running process instances? We are able to add/change fields within a CDT and using the dependency checker to update all relevant process models, but the running instances remain unchanged, which defeats the purpose</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is there a way we can update a CDT on all running process instances?&lt;br /&gt;&lt;br /&gt;</title><link>https://community.appian.com/thread/22105?ContentTypeID=1</link><pubDate>Fri, 04 Sep 2015 09:39:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0b5c782c-ba0c-4ee7-9b87-4ffa76d55044</guid><dc:creator>janakik</dc:creator><description>Thanks. We got the issue resolved.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way we can update a CDT on all running process instances?&lt;br /&gt;&lt;br /&gt;</title><link>https://community.appian.com/thread/22064?ContentTypeID=1</link><pubDate>Thu, 03 Sep 2015 10:50:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba3ed703-f080-45b5-abe0-cbf57d5fcc18</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Maybe a set of screenshots will help me understand the root cause of your issue.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way we can update a CDT on all running process instances?&lt;br /&gt;&lt;br /&gt;</title><link>https://community.appian.com/thread/22049?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2015 18:18:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:60f4278c-e2d0-40bd-88dd-54f595abe2d3</guid><dc:creator>janakik</dc:creator><description>Hi Eduardo&lt;br /&gt;1. I have added new task inputs to a task and published PM.&lt;br /&gt;2. Upgraded the active processes to the current version of PM using Process Upgrade plugin.&lt;br /&gt;3. I could see the new task inputs added for the active instances. &lt;br /&gt;However when i open the task from tempo i see an error &amp;quot;Could not find variable &amp;#39;ac!&amp;#39;&amp;quot;. (ACP value is getting from a rule). &lt;br /&gt;Here i cannot use ACP as a new parameter because it will impact the existing instances so am directly passing value to ACP from the rule.&lt;br /&gt;&lt;br /&gt;Why does the task throws an error even though the task is updated with new input?&lt;br /&gt;&lt;br /&gt;Thanks!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way we can update a CDT on all running process instances?&lt;br /&gt;&lt;br /&gt;</title><link>https://community.appian.com/thread/17524?ContentTypeID=1</link><pubDate>Tue, 05 May 2015 18:40:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91344666-cf5f-4ad7-bd21-bd6f5c48fc09</guid><dc:creator>sairakeshn</dc:creator><description>Passing CDT by reference is not one of the recommended best practice. There are very few use cases for passing CDT by reference. Instead of passing CDT by reference, pass it by value (create a new variable of same CDT type in output section) and do the process upgrade. You should do this before changin the CDT and doing impact analysis.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way we can update a CDT on all running process instances?&lt;br /&gt;&lt;br /&gt;</title><link>https://community.appian.com/thread/17501?ContentTypeID=1</link><pubDate>Tue, 05 May 2015 01:21:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:29c5c5ee-9742-452b-a68b-a8bc980b3ab6</guid><dc:creator>Brandon</dc:creator><description>thanks for that. that is exactly my issue now. the processes still throw errors because we have the CDT passed by reference through a number of sub processes. Any idea how we can resolve this?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way we can update a CDT on all running process instances?&lt;br /&gt;&lt;br /&gt;</title><link>https://community.appian.com/thread/17497?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 23:59:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e23eb5e-eac8-4ff7-8532-6a5b6cae401c</guid><dc:creator>sairakeshn</dc:creator><description>Just an FYI, If your objective of updating CDT on all running instances is to make sure that existing processes don&amp;#39;t break anywhere, you don&amp;#39;t necessarily have to update CDT. The existing instances will only break at the places where you have passed a CDT by reference into any of the sub process.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way we can update a CDT on all running process instances?&lt;br /&gt;&lt;br /&gt;</title><link>https://community.appian.com/thread/17476?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 04:30:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20326fd7-4fdf-4ca6-af7b-c87719092326</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Just keep in mind that as explained here: ttps://forum.appian.com/suite/help/7.9/Process_Upgrade.html#Requirements_for_Upgrade&lt;br /&gt;&lt;br /&gt;&amp;quot;For example, if the target model has a PV (`pv!person`) of type Person^2 and the source model has the same PV but of type Person, the process will not upgrade because the CDT types are different.&amp;quot;&lt;br /&gt;&lt;br /&gt;Therefore a possible solution is to add add a process variable of the new type leaving the existing one pointing to version ^X of the CDT then remap nodes to point to the new variable which will be indeed of the updated verison.&lt;br /&gt;&lt;br /&gt;For backwards compatibility in processes Appian doesn&amp;#39;t let you update Person^2 to Person since there can be places where the mappings to fields won&amp;#39;t match.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way we can update a CDT on all running process instances?&lt;br /&gt;&lt;br /&gt;</title><link>https://community.appian.com/thread/17474?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 04:13:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63029ad0-e038-434e-9d73-dd334459fc9e</guid><dc:creator>Tim</dc:creator><description>Check out the Process Upgrade plugin which should achieve what you&amp;#39;re requiring:&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/tempo/records/type/components/item/i8BWsQdLlzKy55h8z8zJ0sPqpDWFrba_bpd0Wkk2Iv_1yPVnikqr2lqkWETlGCS3Q/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>