<?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>Hi,  How can I create a plugin, that can take a CDT as Input?</title><link>https://community.appian.com/discussions/f/plug-ins/6591/hi-how-can-i-create-a-plugin-that-can-take-a-cdt-as-input</link><description>Hi, How can I create a plugin, that can take a CDT as Input? Thanks OriginalPostID-186529 OriginalPostID-186529</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi,&lt;br /&gt;&lt;br /&gt;How can I create a plugin, that can take a CDT as Input?&lt;br /&gt;&lt;br</title><link>https://community.appian.com/thread/25932?ContentTypeID=1</link><pubDate>Wed, 30 Dec 2015 22:56:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8ae04d0-1aa8-47c0-b1ec-9f767cd89e8a</guid><dc:creator>rishub356</dc:creator><description>Thx Abhi&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi,&lt;br /&gt;&lt;br /&gt;How can I create a plugin, that can take a CDT as Input?&lt;br /&gt;&lt;br</title><link>https://community.appian.com/thread/25907?ContentTypeID=1</link><pubDate>Wed, 30 Dec 2015 08:46:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d0acd17-0e33-45e1-8f86-b69707ec1748</guid><dc:creator>abhi.jana</dc:creator><description>You could add a @Type annotation to the input&lt;br /&gt;&lt;br /&gt;@Input(required = Required.OPTIONAL)&lt;br /&gt;@Name(&amp;quot;inputCDT&amp;quot;)&lt;br /&gt;@Type(name=&amp;quot;myCDT&amp;quot;, namespace=&amp;quot;&lt;a href="http://www.example.org/documentation"&gt;www.example.org/documentation&amp;quot;)&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public void setInputCDT(TypedValue val) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;..&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi,&lt;br /&gt;&lt;br /&gt;How can I create a plugin, that can take a CDT as Input?&lt;br /&gt;&lt;br</title><link>https://community.appian.com/thread/25904?ContentTypeID=1</link><pubDate>Wed, 30 Dec 2015 01:44:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9da93df9-8a7c-4b61-bd5a-d1856b51dca6</guid><dc:creator>Khalil Ben Naceur</dc:creator><description>We don&amp;#39;t have recipes for plugins. However, the source code is available for plugins in the Shared Components section, which can serve as a useful guideline for what you wish to achieve. &lt;br /&gt;&lt;br /&gt;For instance, the following plugin takes a CDT as an input:&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yIdNklp-1ZtH3F1tosyebSo7rEoKHh1XQ/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Others can also be found in Shared Components:&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/tempo/records/type/components/view/all"&gt;forum.appian.com/.../all&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please let us know if you have any further questions.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi,&lt;br /&gt;&lt;br /&gt;How can I create a plugin, that can take a CDT as Input?&lt;br /&gt;&lt;br</title><link>https://community.appian.com/thread/25902?ContentTypeID=1</link><pubDate>Wed, 30 Dec 2015 01:11:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2186456a-f539-46fe-b069-b418b34becb4</guid><dc:creator>rishub356</dc:creator><description>Hey Khalil. I did review that. I am just wondering how can I define a CDT as input? Is there any example available on forum for this?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi,&lt;br /&gt;&lt;br /&gt;How can I create a plugin, that can take a CDT as Input?&lt;br /&gt;&lt;br</title><link>https://community.appian.com/thread/25901?ContentTypeID=1</link><pubDate>Wed, 30 Dec 2015 01:08:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cc5fc14b-8053-477e-a6a6-57d692095d00</guid><dc:creator>Khalil Ben Naceur</dc:creator><description>Hi,&lt;br /&gt;Were you able to review the following plug-in documentation?&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/7.11/Appian_Plug-in_Creator_for_Eclipse.html"&gt;forum.appian.com/.../Appian_Plug-in_Creator_for_Eclipse.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>