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
11 replies
Subscribers
5 subscribers
Views
4221 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
How can we get the system icons like "Timer event", "Script task&
Vinod Bongoni
Certified Lead Developer
over 9 years ago
How can we get the system icons like "Timer event", "Script task", "XOR" nodes? I have got the icon id from the process node(Using API) but I'm unable to access the icon in any ways. Please suggest me the way to get the icons of a nodes. or Where can I get those icons?
OriginalPostID-156588
OriginalPostID-156588
Discussion posts and replies are publicly visible
Parents
0
Vinod Bongoni
Certified Lead Developer
over 9 years ago
Thank you Edurado. I already got the icons from this location. From this, I can get the static icons only, but how can I map to the specific node of the process.
I need to get the icon, which is specific to the node in the process at the execution of my plug-in.
In plug-in code, I got the "processNodes" object, which is a object of "RuntimeProcessNode" class. So I need the icon from this "processNodes" object. I can get the icon id from "processNodes.getIcon()". But I can't able to send this as a document to the output of plug-in.
I tried to cast Icon id to document type, tried to save the Icon content, tried to get the icon from Icon's UUID by using content service and content classes. But it is not worked in any ways.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Vinod Bongoni
Certified Lead Developer
over 9 years ago
Thank you Edurado. I already got the icons from this location. From this, I can get the static icons only, but how can I map to the specific node of the process.
I need to get the icon, which is specific to the node in the process at the execution of my plug-in.
In plug-in code, I got the "processNodes" object, which is a object of "RuntimeProcessNode" class. So I need the icon from this "processNodes" object. I can get the icon id from "processNodes.getIcon()". But I can't able to send this as a document to the output of plug-in.
I tried to cast Icon id to document type, tried to save the Icon content, tried to get the icon from Icon's UUID by using content service and content classes. But it is not worked in any ways.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data