Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
5 subscribers
Views
2042 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi, How can I create a plugin, that can take a CDT as Input?
rishub356
over 9 years ago
Hi,
How can I create a plugin, that can take a CDT as Input?
Thanks
OriginalPostID-186529
OriginalPostID-186529
Discussion posts and replies are publicly visible
0
Khalil Ben Naceur
Appian Employee
over 9 years ago
Hi,
Were you able to review the following plug-in documentation?
forum.appian.com/.../Appian_Plug-in_Creator_for_Eclipse.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rishub356
over 9 years ago
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?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Khalil Ben Naceur
Appian Employee
over 9 years ago
We don'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.
For instance, the following plugin takes a CDT as an input:
forum.appian.com/.../summary
Others can also be found in Shared Components:
forum.appian.com/.../all
Please let us know if you have any further questions.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
abhi.jana
Appian Employee
over 9 years ago
You could add a @Type annotation to the input
@Input(required = Required.OPTIONAL)
@Name("inputCDT")
@Type(name="myCDT", namespace="
www.example.org/documentation")
public void setInputCDT(TypedValue val) {
..
}
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rishub356
over 9 years ago
Thx Abhi
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel