<?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>How to add an action to the already published application?</title><link>https://community.appian.com/discussions/f/general/11284/how-to-add-an-action-to-the-already-published-application</link><description>Hi , 
 
 I wanted to create some new actions to the already published application in dev and want to move the new code to prod? 
 What is the best approach for this. I don&amp;#39;t want to deploy all the objects again ,instead I have to add only those new actions</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to add an action to the already published application?</title><link>https://community.appian.com/thread/49634?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 10:35:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e906ed39-e8ab-4aa7-9180-c1127aa8859e</guid><dc:creator>Soujanya B</dc:creator><description>Thanks!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an action to the already published application?</title><link>https://community.appian.com/thread/49633?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 10:35:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:882da90c-c86c-4e8c-b143-320220480746</guid><dc:creator>Soujanya B</dc:creator><description>Thanks!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an action to the already published application?</title><link>https://community.appian.com/thread/49632?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 10:35:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d81d901-7ca1-4cfd-8108-b4a28c82f934</guid><dc:creator>Soujanya B</dc:creator><description>Thanks!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an action to the already published application?</title><link>https://community.appian.com/thread/49631?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 10:34:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33250088-8b24-47d5-ae36-f19f035e7265</guid><dc:creator>Soujanya B</dc:creator><description>thanks!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an action to the already published application?</title><link>https://community.appian.com/thread/49625?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 07:26:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:64edc885-f113-422d-899a-e1ecf1dda9ab</guid><dc:creator>annap</dc:creator><description>Actions does not deploy through patch, you need to export the whole application and as you don&amp;#39;t want to deploy all objects again then best you import patch of additional/changed  objects and configure action manually.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an action to the already published application?</title><link>https://community.appian.com/thread/49611?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 03:53:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dba96745-981a-4149-a4a9-25b451e6ffdf</guid><dc:creator>ankita0004</dc:creator><description>There are 2 approaches to do this - &lt;br /&gt;
&lt;br /&gt;
1. Add the action in application and export the package, it will create a zip file, unzip it and remove all the extra artifacts that you do not &lt;br /&gt;
    want to move and import this on prod. &lt;br /&gt;
&lt;br /&gt;
2. Action do not have uuid so you can move the patch of artifacts and manually create the action on prod.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an action to the already published application?</title><link>https://community.appian.com/thread/49601?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 14:07:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0f1c781e-b205-4660-9ec7-fd45af4ec1f3</guid><dc:creator>Arun Theja Muthyalu</dc:creator><description>Hi Soujanya B,&lt;br /&gt;
&lt;br /&gt;
Appian recommends to have an Application named &amp;lt;APP-NAME&amp;gt; Application Navigation which should contain all the Actions for your application. As you were mentioning that you want to move your new code to Prod, I believe there is already one such App in place.&lt;br /&gt;
&lt;br /&gt;
You can add your new actions to that Application, take an Export of this and deploy the same in the environment you wish to.&lt;br /&gt;
&lt;br /&gt;
Or simply take a patch of those newly created objects and deploy the same.&lt;br /&gt;
&lt;br /&gt;
Thank you,&lt;br /&gt;
Arun&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an action to the already published application?</title><link>https://community.appian.com/thread/49594?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 12:55:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dc0182f1-0b52-4d3c-b224-2f75c03bbf41</guid><dc:creator>lokeshk</dc:creator><description>simple add the new objects into the existing published application and the create a patch with only missing objects and then import this patch to your prod environment.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an action to the already published application?</title><link>https://community.appian.com/thread/49580?ContentTypeID=1</link><pubDate>Sun, 22 Oct 2017 23:11:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c854c975-f4fb-4fb5-b6df-ded2696ec833</guid><dc:creator>ashokv</dc:creator><description>You need to create a new application package and include only the items that are required for changes. Import this patch into the Main application(by using import patch button inside the Main application package) that is already published. Then you need to manually add new &amp;#39;Application Actions&amp;#39; to add new actions.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>