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
2046 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
Parents
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
Reply
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
Children
No Data