<?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/"><channel><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect</link><pubDate>Tue, 23 Apr 2024 13:05:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15ec50ee-eaa3-4dca-8f7a-a3add1797bce</guid><dc:creator>Appian Max Team</dc:creator><comments>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect#comments</comments><description>Current Revision posted to Article by Appian Max Team on 4/23/2024 1:05:29 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Critical defects which impact business operations must be addressed in a timely and judicious manner. This is opposed to non-critical production defects which can be addressed in a future release of an application.&lt;/p&gt;
&lt;p&gt;The best strategy for preventing production defects is to have the &lt;a href="/w/guide/3336/functional-testing"&gt;proper functional&lt;/a&gt; and &lt;a href="/w/article/3216/performance-and-load-testing"&gt;performance testing&lt;/a&gt; in place as part of a &lt;a href="/success/w/guide/2975/the-appian-delivery-methodology-part-iii"&gt;release management strategy&lt;/a&gt; to avoid deployment issues in the first place as a part of each &lt;a href="/w/article/3303/recommended-delivery-methodology"&gt;sprint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Testing should take into consideration the backward compatibility of the latest changes with the current inflight processes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For example, if the latest production release contains a change to an existing process model, new instances of this process model must be started on the Test environment prior to the deployment of the changes in order to stage &amp;quot;production-like&amp;quot; data. These processes must be used for testing that the changes are backward compatible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Consider the following options if a defect needs to be resolved immediately in Production in addition to the best practices for &lt;a href="/success/w/guide/3062/application-deployment-guide"&gt;promoting and deploying applications&lt;/a&gt;. For all options, use a &lt;a href="/w/guide/3061/recommended-environments"&gt;staging environment&lt;/a&gt; to help develop and test this hotfix. Also, determine the impact of all options on existing in flight processes as described above:&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application Hotfix&lt;/td&gt;
&lt;td&gt;Apply an &lt;a href="/w/guide/3271/deploying-an-application-hotfix"&gt;application hotfix&lt;/a&gt; to address the problem. It&amp;rsquo;s more desirable to address one isolated change than to roll back the whole application in addition to any database changes that are necessary. After applying a hotfix, there might be some lingering processes which will require intervention.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rollback by Rolling Forward&lt;/td&gt;
&lt;td&gt;Install a previous version of the entire application on the production instance.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Restore From Backup&lt;/td&gt;
&lt;td&gt;This option will result in data loss of all applications back to the point of when the backup of both the application and database occurred. This should be considered as the last option if all of the previous options fail.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="caution"&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Restoring from backup should be your last resort as data loss will impact all applications.&lt;/p&gt;
&lt;h3 id="managing-existing-processes"&gt;Managing Existing Processes&lt;/h3&gt;
&lt;p&gt;Once the application defect is addressed, there may be remaining in-flight processes which also need to be addressed as part of your plan for this hotfix. The following options are available.&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Process_Upgrade.html"&gt;Process Upgrade&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The Process Upgrade functionality is the recommended out of the box approach to upgrade existing inflight processes. Process Upgrade does not create a new version per updated instance as is the case with in flight process modification. Instead, process upgrade ports the instance to the target model version.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="/b/appmarket/posts/ifm-manager"&gt;IFM Manager&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The In-Flight Modification Manager (IFM) allows a designer to programatically update running process instances in bulk Consider the preparation time necessary to develop and test the automated model which performs the modifications The IFM manager will create a design object for each modified process instance both in memory and on disk. This means that the system will permanently and irreversibly consume more memory as a result of the inflight modification. Therefore, it&amp;rsquo;s advised to use IFM sparingly and on a limited set of models.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Monitoring_and_Editing_Processes.html#editing-a-running-process"&gt;Manual Inflight Process Modification&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Manual modification of each inflight process may be an option depending on the number of processes impacted, the complexity of the required changes and the number of resources available to make the changes. Similar to the IFM Manager, this will also create a new version of the process both in memory and on disk. This will have the same memory impact as the IFM Manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stop and Restart Processes&lt;/td&gt;
&lt;td&gt;A purely data driven process model design provides the capability to stop and restart processes. There is also the option of stopping the process and having users start from the beginning of the process.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Delivery&lt;/div&gt;
</description></item><item><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect/revision/8</link><pubDate>Thu, 02 Nov 2023 14:23:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15ec50ee-eaa3-4dca-8f7a-a3add1797bce</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect#comments</comments><description>Revision 8 posted to Article by joel.larin on 11/2/2023 2:23:28 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Critical defects which impact business operations must be addressed in a timely and judicious manner. This is opposed to non-critical production defects which can be addressed in a future release of an application.&lt;/p&gt;
&lt;p&gt;The best strategy for preventing production defects is to have the &lt;a href="/w/guide/3336/functional-testing"&gt;proper functional&lt;/a&gt; and &lt;a href="/w/article/3216/performance-and-load-testing"&gt;performance testing&lt;/a&gt; in place as part of a &lt;a href="/success/w/guide/2975/the-appian-delivery-methodology-part-iii"&gt;release management strategy&lt;/a&gt; to avoid deployment issues in the first place as a part of each &lt;a href="/w/article/3303/recommended-delivery-methodology"&gt;sprint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Testing should take into consideration the backward compatibility of the latest changes with the current inflight processes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For example, if the latest production release contains a change to an existing process model, new instances of this process model must be started on the Test environment prior to the deployment of the changes in order to stage &amp;quot;production-like&amp;quot; data. These processes must be used for testing that the changes are backward compatible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Consider the following options if a defect needs to be resolved immediately in Production in addition to the best practices for &lt;a href="/success/w/guide/3062/application-deployment-guide"&gt;promoting and deploying applications&lt;/a&gt;. For all options, use a &lt;a href="/w/guide/3061/recommended-environments"&gt;staging environment&lt;/a&gt; to help develop and test this hotfix. Also, determine the impact of all options on existing in flight processes as described above:&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application Hotfix&lt;/td&gt;
&lt;td&gt;Apply an &lt;a href="/w/guide/3271/deploying-an-application-hotfix"&gt;application hotfix&lt;/a&gt; to address the problem. It&amp;rsquo;s more desirable to address one isolated change than to roll back the whole application in addition to any database changes that are necessary. After applying a hotfix, there might be some lingering processes which will require intervention.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rollback by Rolling Forward&lt;/td&gt;
&lt;td&gt;Install a previous version of the entire application on the production instance.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Restore From Backup&lt;/td&gt;
&lt;td&gt;This option will result in data loss of all applications back to the point of when the backup of both the application and database occurred. This should be considered as the last option if all of the previous options fail.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="caution"&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Restoring from backup should be your last resort as data loss will impact all applications.&lt;/p&gt;
&lt;h3 id="managing-existing-processes"&gt;Managing Existing Processes&lt;/h3&gt;
&lt;p&gt;Once the application defect is addressed, there may be remaining in-flight processes which also need to be addressed as part of your plan for this hotfix. The following options are available.&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Process_Upgrade.html"&gt;Process Upgrade&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The Process Upgrade functionality is the recommended out of the box approach to upgrade existing inflight processes. Process Upgrade does not create a new version per updated instance as is the case with in flight process modification. Instead, process upgrade ports the instance to the target model version.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="/b/appmarket/posts/ifm-manager"&gt;IFM Manager&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The In-Flight Modification Manager (IFM) allows a designer to programatically update running process instances in bulk Consider the preparation time necessary to develop and test the automated model which performs the modifications The IFM manager will create a design object for each modified process instance both in memory and on disk. This means that the system will permanently and irreversibly consume more memory as a result of the inflight modification. Therefore, it&amp;rsquo;s advised to use IFM sparingly and on a limited set of models.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Monitoring_and_Editing_Processes.html#editing-a-running-process"&gt;Manual Inflight Process Modification&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Manual modification of each inflight process may be an option depending on the number of processes impacted, the complexity of the required changes and the number of resources available to make the changes. Similar to the IFM Manager, this will also create a new version of the process both in memory and on disk. This will have the same memory impact as the IFM Manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stop and Restart Processes&lt;/td&gt;
&lt;td&gt;A purely data driven process model design provides the capability to stop and restart processes. There is also the option of stopping the process and having users start from the beginning of the process.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Delivery&lt;/div&gt;
</description></item><item><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect/revision/7</link><pubDate>Thu, 02 Nov 2023 14:22:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15ec50ee-eaa3-4dca-8f7a-a3add1797bce</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect#comments</comments><description>Revision 7 posted to Article by joel.larin on 11/2/2023 2:22:09 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Critical defects which impact business operations must be addressed in a timely and judicious manner. This is opposed to non-critical production defects which can be addressed in a future release of an application.&lt;/p&gt;
&lt;p&gt;The best strategy for preventing production defects is to have the &lt;a href="/w/guide/3336/functional-testing"&gt;proper functional&lt;/a&gt; and &lt;a href="/w/article/3216/performance-and-load-testing"&gt;performance testing&lt;/a&gt; in place as part of a &lt;a href="/success/w/guide/2975/the-appian-delivery-methodology-part-iii"&gt;release management strategy&lt;/a&gt; to avoid deployment issues in the first place as a part of each &lt;a href="/w/article/3303/recommended-delivery-methodology"&gt;sprint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Testing should take into consideration the backward compatibility of the latest changes with the current inflight processes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For example, if the latest production release contains a change to an existing process model, new instances of this process model must be started on the Test environment prior to the deployment of the changes in order to stage &amp;quot;production-like&amp;quot; data. These processes must be used for testing that the changes are backward compatible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Consider the following options if a defect needs to be resolved immediately in Production in addition to the best practices for &lt;a href="/success/w/guide/3062/application-deployment-guide"&gt;promoting and deploying applications&lt;/a&gt;. For all options, use a &lt;a href="/w/guide/3061/recommended-environments"&gt;staging environment&lt;/a&gt; to help develop and test this hotfix. Also, determine the impact of all options on existing in flight processes as described above:&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application Hotfix&lt;/td&gt;
&lt;td&gt;Apply an &lt;a href="/w/guide/3271/deploying-an-application-hotfix"&gt;application hotfix&lt;/a&gt; to address the problem. It&amp;rsquo;s more desirable to address one isolated change than to roll back the whole application in addition to any database changes that are necessary. After applying a hotfix, there might be some lingering processes which will require intervention.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rollback by Rolling Forward&lt;/td&gt;
&lt;td&gt;Install a previous version of the entire application on the production instance.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Restore From Backup&lt;/td&gt;
&lt;td&gt;This option will result in data loss of all applications back to the point of when the backup of both the application and database occurred. This should be considered as the last option if all of the previous options fail.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="caution"&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Restoring from backup should be your last resort as data loss will impact all applications.&lt;/p&gt;
&lt;h3 id="managing-existing-processes"&gt;Managing Existing Processes&lt;/h3&gt;
&lt;p&gt;Once the application defect is addressed, there may be remaining in-flight processes which also need to be addressed as part of your &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;plan&lt;/a&gt; for this hotfix. The following options are available.&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Process_Upgrade.html"&gt;Process Upgrade&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The Process Upgrade functionality is the recommended out of the box approach to upgrade existing inflight processes. Process Upgrade does not create a new version per updated instance as is the case with in flight process modification. Instead, process upgrade ports the instance to the target model version.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="/b/appmarket/posts/ifm-manager"&gt;IFM Manager&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The In-Flight Modification Manager (IFM) allows a designer to programatically update running process instances in bulk Consider the preparation time necessary to develop and test the automated model which performs the modifications The IFM manager will create a design object for each modified process instance both in memory and on disk. This means that the system will permanently and irreversibly consume more memory as a result of the inflight modification. Therefore, it&amp;rsquo;s advised to use IFM sparingly and on a limited set of models.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Monitoring_and_Editing_Processes.html#editing-a-running-process"&gt;Manual Inflight Process Modification&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Manual modification of each inflight process may be an option depending on the number of processes impacted, the complexity of the required changes and the number of resources available to make the changes. Similar to the IFM Manager, this will also create a new version of the process both in memory and on disk. This will have the same memory impact as the IFM Manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stop and Restart Processes&lt;/td&gt;
&lt;td&gt;A purely data driven process model design provides the capability to stop and restart processes. There is also the option of stopping the process and having users start from the beginning of the process.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Delivery&lt;/div&gt;
</description></item><item><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect/revision/6</link><pubDate>Thu, 02 Nov 2023 14:20:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15ec50ee-eaa3-4dca-8f7a-a3add1797bce</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect#comments</comments><description>Revision 6 posted to Article by joel.larin on 11/2/2023 2:20:57 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Critical defects which impact business operations must be addressed in a timely and judicious manner. This is opposed to non-critical production defects which can be addressed in a future release of an application.&lt;/p&gt;
&lt;p&gt;The best strategy for preventing production defects is to have the &lt;a href="/w/guide/3336/functional-testing"&gt;proper functional&lt;/a&gt; and &lt;a href="/w/article/3216/performance-and-load-testing"&gt;performance testing&lt;/a&gt; in place as part of a &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;release management strategy&lt;/a&gt; to avoid deployment issues in the first place as a part of each &lt;a href="/w/article/3303/recommended-delivery-methodology"&gt;sprint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Testing should take into consideration the backward compatibility of the latest changes with the current inflight processes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For example, if the latest production release contains a change to an existing process model, new instances of this process model must be started on the Test environment prior to the deployment of the changes in order to stage &amp;quot;production-like&amp;quot; data. These processes must be used for testing that the changes are backward compatible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Consider the following options if a defect needs to be resolved immediately in Production in addition to the best practices for &lt;a href="/success/w/guide/3062/application-deployment-guide"&gt;promoting and deploying applications&lt;/a&gt;. For all options, use a &lt;a href="/w/guide/3061/recommended-environments"&gt;staging environment&lt;/a&gt; to help develop and test this hotfix. Also, determine the impact of all options on existing in flight processes as described above:&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application Hotfix&lt;/td&gt;
&lt;td&gt;Apply an &lt;a href="/w/guide/3271/deploying-an-application-hotfix"&gt;application hotfix&lt;/a&gt; to address the problem. It&amp;rsquo;s more desirable to address one isolated change than to roll back the whole application in addition to any database changes that are necessary. After applying a hotfix, there might be some lingering processes which will require intervention.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rollback by Rolling Forward&lt;/td&gt;
&lt;td&gt;Install a previous version of the entire application on the production instance.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Restore From Backup&lt;/td&gt;
&lt;td&gt;This option will result in data loss of all applications back to the point of when the backup of both the application and database occurred. This should be considered as the last option if all of the previous options fail.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="caution"&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Restoring from backup should be your last resort as data loss will impact all applications.&lt;/p&gt;
&lt;h3 id="managing-existing-processes"&gt;Managing Existing Processes&lt;/h3&gt;
&lt;p&gt;Once the application defect is addressed, there may be remaining in-flight processes which also need to be addressed as part of your &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;plan&lt;/a&gt; for this hotfix. The following options are available.&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Process_Upgrade.html"&gt;Process Upgrade&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The Process Upgrade functionality is the recommended out of the box approach to upgrade existing inflight processes. Process Upgrade does not create a new version per updated instance as is the case with in flight process modification. Instead, process upgrade ports the instance to the target model version.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="/b/appmarket/posts/ifm-manager"&gt;IFM Manager&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The In-Flight Modification Manager (IFM) allows a designer to programatically update running process instances in bulk Consider the preparation time necessary to develop and test the automated model which performs the modifications The IFM manager will create a design object for each modified process instance both in memory and on disk. This means that the system will permanently and irreversibly consume more memory as a result of the inflight modification. Therefore, it&amp;rsquo;s advised to use IFM sparingly and on a limited set of models.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Monitoring_and_Editing_Processes.html#editing-a-running-process"&gt;Manual Inflight Process Modification&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Manual modification of each inflight process may be an option depending on the number of processes impacted, the complexity of the required changes and the number of resources available to make the changes. Similar to the IFM Manager, this will also create a new version of the process both in memory and on disk. This will have the same memory impact as the IFM Manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stop and Restart Processes&lt;/td&gt;
&lt;td&gt;A purely data driven process model design provides the capability to stop and restart processes. There is also the option of stopping the process and having users start from the beginning of the process.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Delivery&lt;/div&gt;
</description></item><item><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect/revision/5</link><pubDate>Tue, 31 Oct 2023 20:56:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15ec50ee-eaa3-4dca-8f7a-a3add1797bce</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect#comments</comments><description>Revision 5 posted to Article by matt.cosenza on 10/31/2023 8:56:21 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Critical defects which impact business operations must be addressed in a timely and judicious manner. This is opposed to non-critical production defects which can be addressed in a future release of an application.&lt;/p&gt;
&lt;p&gt;The best strategy for preventing production defects is to have the &lt;a href="/w/guide/3336/functional-testing"&gt;proper functional&lt;/a&gt; and &lt;a href="/w/article/3216/performance-and-load-testing"&gt;performance testing&lt;/a&gt; in place as part of a &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;release management strategy&lt;/a&gt; to avoid deployment issues in the first place as a part of each &lt;a href="/w/article/3303/recommended-delivery-methodology"&gt;sprint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Testing should take into consideration the backward compatibility of the latest changes with the current inflight processes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For example, if the latest production release contains a change to an existing process model, new instances of this process model must be started on the Test environment prior to the deployment of the changes in order to stage &amp;quot;production-like&amp;quot; data. These processes must be used for testing that the changes are backward compatible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Consider the following options if a defect needs to be resolved immediately in Production in addition to the best practices for &lt;a href="/w/the-appian-playbook/promoting-and-deploying-applications"&gt;promoting and deploying applications&lt;/a&gt;. For all options, use a &lt;a href="/w/guide/3061/recommended-environments"&gt;staging environment&lt;/a&gt; to help develop and test this hotfix. Also, determine the impact of all options on existing in flight processes as described above:&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application Hotfix&lt;/td&gt;
&lt;td&gt;Apply an &lt;a href="/w/guide/3271/deploying-an-application-hotfix"&gt;application hotfix&lt;/a&gt; to address the problem. It&amp;rsquo;s more desirable to address one isolated change than to roll back the whole application in addition to any database changes that are necessary. After applying a hotfix, there might be some lingering processes which will require intervention.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rollback by Rolling Forward&lt;/td&gt;
&lt;td&gt;Install a previous version of the entire application on the production instance.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Restore From Backup&lt;/td&gt;
&lt;td&gt;This option will result in data loss of all applications back to the point of when the backup of both the application and database occurred. This should be considered as the last option if all of the previous options fail.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="caution"&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Restoring from backup should be your last resort as data loss will impact all applications.&lt;/p&gt;
&lt;h3 id="managing-existing-processes"&gt;Managing Existing Processes&lt;/h3&gt;
&lt;p&gt;Once the application defect is addressed, there may be remaining in-flight processes which also need to be addressed as part of your &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;plan&lt;/a&gt; for this hotfix. The following options are available.&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Process_Upgrade.html"&gt;Process Upgrade&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The Process Upgrade functionality is the recommended out of the box approach to upgrade existing inflight processes. Process Upgrade does not create a new version per updated instance as is the case with in flight process modification. Instead, process upgrade ports the instance to the target model version.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="/b/appmarket/posts/ifm-manager"&gt;IFM Manager&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The In-Flight Modification Manager (IFM) allows a designer to programatically update running process instances in bulk Consider the preparation time necessary to develop and test the automated model which performs the modifications The IFM manager will create a design object for each modified process instance both in memory and on disk. This means that the system will permanently and irreversibly consume more memory as a result of the inflight modification. Therefore, it&amp;rsquo;s advised to use IFM sparingly and on a limited set of models.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Monitoring_and_Editing_Processes.html#editing-a-running-process"&gt;Manual Inflight Process Modification&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Manual modification of each inflight process may be an option depending on the number of processes impacted, the complexity of the required changes and the number of resources available to make the changes. Similar to the IFM Manager, this will also create a new version of the process both in memory and on disk. This will have the same memory impact as the IFM Manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stop and Restart Processes&lt;/td&gt;
&lt;td&gt;A purely data driven process model design provides the capability to stop and restart processes. There is also the option of stopping the process and having users start from the beginning of the process.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Delivery&lt;/div&gt;
</description></item><item><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect/revision/4</link><pubDate>Tue, 31 Oct 2023 20:56:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15ec50ee-eaa3-4dca-8f7a-a3add1797bce</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect#comments</comments><description>Revision 4 posted to Article by matt.cosenza on 10/31/2023 8:56:19 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Critical defects which impact business operations must be addressed in a timely and judicious manner. This is opposed to non-critical production defects which can be addressed in a future release of an application.&lt;/p&gt;
&lt;p&gt;The best strategy for preventing production defects is to have the &lt;a href="/w/guide/3336/functional-testing"&gt;proper functional&lt;/a&gt; and &lt;a href="/w/article/3216/performance-and-load-testing"&gt;performance testing&lt;/a&gt; in place as part of a &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;release management strategy&lt;/a&gt; to avoid deployment issues in the first place as a part of each &lt;a href="/w/article/3303/recommended-delivery-methodology"&gt;sprint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Testing should take into consideration the backward compatibility of the latest changes with the current inflight processes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For example, if the latest production release contains a change to an existing process model, new instances of this process model must be started on the Test environment prior to the deployment of the changes in order to stage &amp;quot;production-like&amp;quot; data. These processes must be used for testing that the changes are backward compatible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Consider the following options if a defect needs to be resolved immediately in Production in addition to the best practices for &lt;a href="/w/the-appian-playbook/promoting-and-deploying-applications"&gt;promoting and deploying applications&lt;/a&gt;. For all options, use a &lt;a href="/w/guide/3061/recommended-environments"&gt;staging environment&lt;/a&gt; to help develop and test this hotfix. Also, determine the impact of all options on existing in flight processes as described above:&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application Hotfix&lt;/td&gt;
&lt;td&gt;Apply an &lt;a href="/w/guide/3271/deploying-an-application-hotfix"&gt;application hotfix&lt;/a&gt; to address the problem. It&amp;rsquo;s more desirable to address one isolated change than to roll back the whole application in addition to any database changes that are necessary. After applying a hotfix, there might be some lingering processes which will require intervention.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rollback by Rolling Forward&lt;/td&gt;
&lt;td&gt;Install a previous version of the entire application on the production instance.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Restore From Backup&lt;/td&gt;
&lt;td&gt;This option will result in data loss of all applications back to the point of when the backup of both the application and database occurred. This should be considered as the last option if all of the previous options fail.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="caution"&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Restoring from backup should be your last resort as data loss will impact all applications.&lt;/p&gt;
&lt;h3 id="managing-existing-processes"&gt;Managing Existing Processes&lt;/h3&gt;
&lt;p&gt;Once the application defect is addressed, there may be remaining in-flight processes which also need to be addressed as part of your &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;plan&lt;/a&gt; for this hotfix. The following options are available.&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Process_Upgrade.html"&gt;Process Upgrade&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The Process Upgrade functionality is the recommended out of the box approach to upgrade existing inflight processes. Process Upgrade does not create a new version per updated instance as is the case with in flight process modification. Instead, process upgrade ports the instance to the target model version.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="/b/appmarket/posts/ifm-manager"&gt;IFM Manager&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The In-Flight Modification Manager (IFM) allows a designer to programatically update running process instances in bulk Consider the preparation time necessary to develop and test the automated model which performs the modifications The IFM manager will create a design object for each modified process instance both in memory and on disk. This means that the system will permanently and irreversibly consume more memory as a result of the inflight modification. Therefore, it&amp;rsquo;s advised to use IFM sparingly and on a limited set of models.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Monitoring_and_Editing_Processes.html#editing-a-running-process"&gt;Manual Inflight Process Modification&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Manual modification of each inflight process may be an option depending on the number of processes impacted, the complexity of the required changes and the number of resources available to make the changes. Similar to the IFM Manager, this will also create a new version of the process both in memory and on disk. This will have the same memory impact as the IFM Manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stop and Restart Processes&lt;/td&gt;
&lt;td&gt;A purely data driven process model design provides the capability to stop and restart processes. There is also the option of stopping the process and having users start from the beginning of the process.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect/revision/3</link><pubDate>Wed, 18 Oct 2023 21:00:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15ec50ee-eaa3-4dca-8f7a-a3add1797bce</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect#comments</comments><description>Revision 3 posted to Article by matt.cosenza on 10/18/2023 9:00:58 PM&lt;br /&gt;
&lt;div&gt;
&lt;p&gt;Critical defects which impact business operations must be addressed in a timely and judicious manner. This is opposed to non-critical production defects which can be addressed in a future release of an application.&lt;/p&gt;
&lt;p&gt;The best strategy for preventing production defects is to have the &lt;a href="/w/guide/3336/functional-testing"&gt;proper functional&lt;/a&gt; and &lt;a href="/w/article/3216/performance-and-load-testing"&gt;performance testing&lt;/a&gt; in place as part of a &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;release management strategy&lt;/a&gt; to avoid deployment issues in the first place as a part of each &lt;a href="/w/article/3303/recommended-delivery-methodology"&gt;sprint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Testing should take into consideration the backward compatibility of the latest changes with the current inflight processes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For example, if the latest production release contains a change to an existing process model, new instances of this process model must be started on the Test environment prior to the deployment of the changes in order to stage &amp;quot;production-like&amp;quot; data. These processes must be used for testing that the changes are backward compatible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Consider the following options if a defect needs to be resolved immediately in Production in addition to the best practices for &lt;a href="/w/the-appian-playbook/promoting-and-deploying-applications"&gt;promoting and deploying applications&lt;/a&gt;. For all options, use a &lt;a href="/w/guide/3061/recommended-environments"&gt;staging environment&lt;/a&gt; to help develop and test this hotfix. Also, determine the impact of all options on existing in flight processes as described above:&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application Hotfix&lt;/td&gt;
&lt;td&gt;Apply an &lt;a href="/w/guide/3271/deploying-an-application-hotfix"&gt;application hotfix&lt;/a&gt; to address the problem. It&amp;rsquo;s more desirable to address one isolated change than to roll back the whole application in addition to any database changes that are necessary. After applying a hotfix, there might be some lingering processes which will require intervention.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rollback by Rolling Forward&lt;/td&gt;
&lt;td&gt;Install a previous version of the entire application on the production instance.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Restore From Backup&lt;/td&gt;
&lt;td&gt;This option will result in data loss of all applications back to the point of when the backup of both the application and database occurred. This should be considered as the last option if all of the previous options fail.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="caution"&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Restoring from backup should be your last resort as data loss will impact all applications.&lt;/p&gt;
&lt;h3 id="managing-existing-processes"&gt;Managing Existing Processes&lt;/h3&gt;
&lt;p&gt;Once the application defect is addressed, there may be remaining in-flight processes which also need to be addressed as part of your &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;plan&lt;/a&gt; for this hotfix. The following options are available.&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Process_Upgrade.html"&gt;Process Upgrade&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The Process Upgrade functionality is the recommended out of the box approach to upgrade existing inflight processes. Process Upgrade does not create a new version per updated instance as is the case with in flight process modification. Instead, process upgrade ports the instance to the target model version.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="/b/appmarket/posts/ifm-manager"&gt;IFM Manager&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The In-Flight Modification Manager (IFM) allows a designer to programatically update running process instances in bulk Consider the preparation time necessary to develop and test the automated model which performs the modifications The IFM manager will create a design object for each modified process instance both in memory and on disk. This means that the system will permanently and irreversibly consume more memory as a result of the inflight modification. Therefore, it&amp;rsquo;s advised to use IFM sparingly and on a limited set of models.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Edit_Process.html"&gt;Manual Inflight Process Modification&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Manual modification of each inflight process may be an option depending on the number of processes impacted, the complexity of the required changes and the number of resources available to make the changes. Similar to the IFM Manager, this will also create a new version of the process both in memory and on disk. This will have the same memory impact as the IFM Manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stop and Restart Processes&lt;/td&gt;
&lt;td&gt;A purely data driven process model design provides the capability to stop and restart processes. There is also the option of stopping the process and having users start from the beginning of the process.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect/revision/2</link><pubDate>Wed, 18 Oct 2023 19:38:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15ec50ee-eaa3-4dca-8f7a-a3add1797bce</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect#comments</comments><description>Revision 2 posted to Article by matt.cosenza on 10/18/2023 7:38:48 PM&lt;br /&gt;
&lt;p&gt;Critical defects which impact business operations must be addressed in a timely and judicious manner. This is opposed to non-critical production defects which can be addressed in a future release of an application.&lt;/p&gt;
&lt;p&gt;The best strategy for preventing production defects is to have the &lt;a href="/w/guide/3336/functional-testing"&gt;proper functional&lt;/a&gt; and &lt;a href="/w/article/3216/performance-and-load-testing"&gt;performance testing&lt;/a&gt; in place as part of a &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;release management strategy&lt;/a&gt; to avoid deployment issues in the first place as a part of each &lt;a href="/w/article/3303/recommended-delivery-methodology"&gt;sprint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Testing should take into consideration the backward compatibility of the latest changes with the current inflight processes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For example, if the latest production release contains a change to an existing process model, new instances of this process model must be started on the Test environment prior to the deployment of the changes in order to stage &amp;quot;production-like&amp;quot; data. These processes must be used for testing that the changes are backward compatible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Consider the following options if a defect needs to be resolved immediately in Production in addition to the best practices for &lt;a href="/w/the-appian-playbook/promoting-and-deploying-applications"&gt;promoting and deploying applications&lt;/a&gt;. For all options, use a &lt;a href="/w/guide/3061/recommended-environments"&gt;staging environment&lt;/a&gt; to help develop and test this hotfix. Also, determine the impact of all options on existing in flight processes as described above:&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application Hotfix&lt;/td&gt;
&lt;td&gt;Apply an &lt;a href="/w/guide/3271/deploying-an-application-hotfix"&gt;application hotfix&lt;/a&gt; to address the problem. It&amp;rsquo;s more desirable to address one isolated change than to roll back the whole application in addition to any database changes that are necessary. After applying a hotfix, there might be some lingering processes which will require intervention.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rollback by Rolling Forward&lt;/td&gt;
&lt;td&gt;Install a previous version of the entire application on the production instance.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Restore From Backup&lt;/td&gt;
&lt;td&gt;This option will result in data loss of all applications back to the point of when the backup of both the application and database occurred. This should be considered as the last option if all of the previous options fail.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="caution"&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Restoring from backup should be your last resort as data loss will impact all applications.&lt;/p&gt;
&lt;h3 id="managing-existing-processes"&gt;Managing Existing Processes&lt;/h3&gt;
&lt;p&gt;Once the application defect is addressed, there may be remaining in-flight processes which also need to be addressed as part of your &lt;a href="/w/the-appian-playbook/automating-delivery-using-continuous-integration"&gt;plan&lt;/a&gt; for this hotfix. The following options are available.&lt;/p&gt;
&lt;table class="appianTable" width="0%"&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th width="0%"&gt;Option&lt;/th&gt;
&lt;th width="0%"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Process_Upgrade.html"&gt;Process Upgrade&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The Process Upgrade functionality is the recommended out of the box approach to upgrade existing inflight processes. Process Upgrade does not create a new version per updated instance as is the case with in flight process modification. Instead, process upgrade ports the instance to the target model version.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="/b/appmarket/posts/ifm-manager"&gt;IFM Manager&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;The In-Flight Modification Manager (IFM) allows a designer to programatically update running process instances in bulk Consider the preparation time necessary to develop and test the automated model which performs the modifications The IFM manager will create a design object for each modified process instance both in memory and on disk. This means that the system will permanently and irreversibly consume more memory as a result of the inflight modification. Therefore, it&amp;rsquo;s advised to use IFM sparingly and on a limited set of models.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Edit_Process.html"&gt;Manual Inflight Process Modification&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Manual modification of each inflight process may be an option depending on the number of processes impacted, the complexity of the required changes and the number of resources available to make the changes. Similar to the IFM Manager, this will also create a new version of the process both in memory and on disk. This will have the same memory impact as the IFM Manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stop and Restart Processes&lt;/td&gt;
&lt;td&gt;A purely data driven process model design provides the capability to stop and restart processes. There is also the option of stopping the process and having users start from the beginning of the process.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Addressing a Production Application Defect</title><link>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect/revision/1</link><pubDate>Wed, 06 Sep 2023 14:32:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15ec50ee-eaa3-4dca-8f7a-a3add1797bce</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3283/addressing-a-production-application-defect#comments</comments><description>Revision 1 posted to Article by joel.larin on 9/6/2023 2:32:29 PM&lt;br /&gt;
&lt;p&gt;hfgh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>