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
2 replies
Subscribers
7 subscribers
Views
1875 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Embedded UI
senthilkumark
over 8 years ago
I have created a servlet plugin and in doGet method , I have added the below code
out.println("<!DOCTYPE html>");
out.println("<html>");
out.println("<head>");
out.println("<script src=\\"https://<servername:port>/suite/tempo/tempo.nocache.js\\"></script>");
out.println("</head>");
out.println("<body>");
out.println("<appian-task taskId=\\"1234\\" />");
out.println("</body>");
out.println("</html>");
The servlet is deployed in the same apian app server. (JBOSS)
When I run the servlet , https://<servername:port>/suite/plugins/servlet/Myproject/EmbedUIServlet
I don't see apian component embedded .. I don't have any idea what went wrong?
OriginalPostID-250444
Discussion posts and replies are publicly visible
0
aloks0189
Certified Lead Developer
over 8 years ago
@senthilkumark can you please explain, what's your requirement, why do you want to integrate Appian with servlet through Plugins
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
senthilkumark
over 8 years ago
In my workflow , apian sends email to an approver and the email has a link (which is a servlet page) and on clik of that link , it redirects to a servlet page (html) and now I want to embed the apian component in that servlet page . Please help me .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel